diff --git a/derived/Source/circuit_generation_code/DIGI/14146.eps b/derived/Source/circuit_generation_code/DIGI/14146.eps new file mode 100644 index 0000000000000000000000000000000000000000..59c7488d080f57c988ed782e4c4ff5a32364d3a7 --- /dev/null +++ b/derived/Source/circuit_generation_code/DIGI/14146.eps @@ -0,0 +1,249 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: /home/dennis/Digital/14146.eps +%%Creator: Xcircuit v3.1 +%%CreationDate: Mon Jun 28 21:00:12 2004 +%%Pages: 1 +%%BoundingBox: 68 68 388 207 +%%DocumentNeededResources: font Helvetica font Times-Roman font Courier +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.4 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--1/15/03 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.4 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/ul { dup type /stringtype eq showflag 1 eq and { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave currentpoint newpath moveto true charpath flattenpath + pathbbox pop exch pop sub grestore } def +/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs + 0 currentpoint pop put} def +/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def +/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def +/hS { qS qS } def +/pspc 0 def +/cf0 { scalefont setfont } bind def +/Kn { dup kY add /kY exch def rmoveto } bind def +/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.33 mul neg Kn} def +/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.67 mul Kn } def +/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def +/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def +/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq + { 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} + {fscale0 mul fscale mul cf0} ifelse } def +/ctmk { counttomark dup 2 add -1 roll pop } bind def +/label { gsave translate 0 0 moveto dup scale neg /rotval exch def + /just exch def just 16 and 0 gt {gsave rotval rotate 0 1 dtransform + gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform + gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt + {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval + rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse + exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and + 4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def + /fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def + /kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate + {exch dup type /stringtype eq {true charpath flattenpath} {exec} + ifelse } repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just + 1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 + mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 + and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} + ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint + translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale + 1.0 def /kY 0 def {dup type /stringtype eq {show}{exec} ifelse} + repeat grestore } def +/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label + /pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def +/cRedef {/defColor currentcolor 3 array astore def} def +/begingate { /hlevel hlevel 1 add def /defColor currentcolor sce 3 array + astore def gsave sce translate 0 0 moveto neg rotate dup abs scale + } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef + scb} bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { + 7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore + {3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} + {dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} + {style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt + style 512 eq or {newpath} {stroke} ifelse grestore} def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def +/psinsertion {/PSobj save def /showpage {} def bop rotate translate dup scale} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/and_gate { +% trivial +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 48 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -64 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -64 -32 pinlabel +endgate +} def + +/or_gate { +% trivial +begingate +1 1.00 -19 -48 96 30.00 90.00 xcarc +1 1.00 -19 48 96 270.00 330.00 xcarc +1 1.00 -112 0 80 -37.00 37.00 xcarc +1 1.00 -48 48 -19 48 2 polygon +1 1.00 -48 -48 -19 -48 2 polygon +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -40 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -40 -32 pinlabel +endgate +} def + +/invert { +% trivial +begingate +0 1.00 -32 -40 -32 40 40 0 3 polygon +1 1.00 48 0 8 0.00 360.00 xcarc +1 1.00 -32 0 -48 0 2 polygon +1 1.00 56 0 64 0 2 polygon +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In) {/Times-Roman cf} 2 7 0 1.00 -48 0 pinlabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 250 347 offsets +% 32.00 8.00 gridspace +0.7660 inchscale +2.6000 setlinewidth + +(\)) {qS} (D) {qS} (+) {qS} {qS} (C) {ol} {qS} {qS} {} (\() {qS} (B\)) {qS} (+) +{qS} {} (A) {ol} {qS} {} (\() {qS} {} (Out= ) {/Courier cf} 28 16 0 1.00 332 +255 label +(Out) {/Helvetica cf} 2 16 0 1.00 938 419 label +1.00 0 874 467 and_gate +1.00 0 650 595 or_gate +1.00 0 658 395 or_gate +1 1.00 714 595 762 595 762 491 810 491 4 polygon +1 1.00 722 395 778 395 778 443 810 443 4 polygon +1.00 360 410 611 invert +1.00 360 410 411 invert +1 1.00 466 611 618 611 2 polygon +1 1.00 466 411 626 411 2 polygon +1 1.00 362 363 626 363 2 polygon +1 1.00 610 563 298 563 2 polygon +(D) {/Courier cf} 2 16 0 1.00 258 347 label +(A) {/Courier cf} 2 16 0 1.00 250 611 label +(B) {/Courier cf} 2 16 0 1.00 250 555 label +(C) {/Courier cf} 2 16 0 1.00 258 403 label +1 1.00 922 467 994 467 2 polygon +1 1.00 362 611 290 611 2 polygon +1 1.00 362 411 290 411 2 polygon +1 1.00 362 363 290 363 2 polygon +0.000 0.000 1.000 scb +(1) {/Courier cf} 2 16 0 1.00 562 619 label +(2) {/Courier cf} 2 16 0 1.00 562 571 label +(3) {/Courier cf} 2 16 0 1.00 722 603 label +(4) {/Courier cf} 2 16 0 1.00 570 419 label +(5) {/Courier cf} 2 16 0 1.00 570 371 label +(6) {/Courier cf} 2 16 0 1.00 722 403 label +(1) {/Courier cf} 2 16 0 1.00 770 507 label +(2) {/Courier cf} 2 16 0 1.00 770 451 label +(3) {/Courier cf} 2 16 0 1.00 930 483 label +(1) {/Courier cf} 2 16 0 1.00 306 627 label +(2) {/Courier cf} 2 16 0 1.00 482 619 label +(3) {/Courier cf} 2 16 0 1.00 330 419 label +(4) {/Courier cf} 2 16 0 1.00 474 419 label +(U1-a) {/Helvetica cf} 2 16 0 1.00 354 683 label +(U1-b) {/Helvetica cf} 2 16 0 1.00 354 483 label +(U2-a) {/Helvetica cf} 2 16 0 1.00 594 675 label +(U2-b) {/Helvetica cf} 2 16 0 1.00 586 467 label +(U3-a) {/Helvetica cf} 2 16 0 1.00 810 563 label +sce +(U3 = 7408) {CR} (U2 = 7432) {CR} (U1 = 7404) {/Courier cf} 6 16 0 1.00 1122 +259 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/DIGI/14147.eps b/derived/Source/circuit_generation_code/DIGI/14147.eps new file mode 100644 index 0000000000000000000000000000000000000000..8f0570af204ff12b04140ae86f9bef854b796d5b --- /dev/null +++ b/derived/Source/circuit_generation_code/DIGI/14147.eps @@ -0,0 +1,275 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: ~/Digital/14147.eps +%%Creator: Xcircuit v3.1 +%%CreationDate: Sun Jun 20 20:53:27 2004 +%%Pages: 1 +%%BoundingBox: 68 68 392 178 +%%DocumentNeededResources: font Helvetica-Bold font Times-Roman font Courier +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.4 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--1/15/03 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.4 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/ul { dup type /stringtype eq showflag 1 eq and { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave currentpoint newpath moveto true charpath flattenpath + pathbbox pop exch pop sub grestore } def +/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs + 0 currentpoint pop put} def +/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def +/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def +/hS { qS qS } def +/pspc 0 def +/cf0 { scalefont setfont } bind def +/Kn { dup kY add /kY exch def rmoveto } bind def +/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.33 mul neg Kn} def +/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.67 mul Kn } def +/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def +/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def +/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq + { 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} + {fscale0 mul fscale mul cf0} ifelse } def +/ctmk { counttomark dup 2 add -1 roll pop } bind def +/label { gsave translate 0 0 moveto dup scale neg /rotval exch def + /just exch def just 16 and 0 gt {gsave rotval rotate 0 1 dtransform + gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform + gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt + {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval + rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse + exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and + 4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def + /fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def + /kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate + {exch dup type /stringtype eq {true charpath flattenpath} {exec} + ifelse } repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just + 1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 + mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 + and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} + ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint + translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale + 1.0 def /kY 0 def {dup type /stringtype eq {show}{exec} ifelse} + repeat grestore } def +/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label + /pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def +/cRedef {/defColor currentcolor 3 array astore def} def +/begingate { /hlevel hlevel 1 add def /defColor currentcolor sce 3 array + astore def gsave sce translate 0 0 moveto neg rotate dup abs scale + } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef + scb} bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { + 7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore + {3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} + {dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} + {style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt + style 512 eq or {newpath} {stroke} ifelse grestore} def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def +/psinsertion {/PSobj save def /showpage {} def bop rotate translate dup scale} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/nand { +% trivial +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 56 0 8 0.00 360.00 xcarc +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -64 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -64 -32 pinlabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1285 477 offsets +% 32.00 8.00 gridspace +0.5029 inchscale +2.6000 setlinewidth + +0 1.00 1349 477 1349 381 1413 381 1413 477 4 polygon +0 1.00 1453 477 1453 381 1517 381 1517 477 4 polygon +0 1.00 1549 477 1549 381 1613 381 1613 477 4 polygon +0 1.00 1645 477 1645 381 1709 381 1709 477 4 polygon +0 1.00 1741 477 1741 381 1805 381 1805 477 4 polygon +0 1.00 1837 477 1837 381 1901 381 1901 477 4 polygon +0 1.00 1933 477 1933 381 1997 381 1997 477 4 polygon +0 1.00 1349 925 1349 829 1413 829 1413 925 4 polygon +0 1.00 1445 925 1445 829 1509 829 1509 925 4 polygon +0 1.00 1541 925 1541 829 1605 829 1605 925 4 polygon +0 1.00 1637 925 1637 829 1701 829 1701 925 4 polygon +0 1.00 1733 925 1733 829 1797 829 1797 925 4 polygon +0 1.00 1829 925 1829 829 1893 829 1893 925 4 polygon +0 1.00 1925 925 1925 829 1989 829 1989 925 4 polygon +1 1.00 1285 829 2061 829 2061 477 1285 477 1285 589 5 polygon +1 1.00 1285 829 1285 717 2 polygon +1 1.00 1285 653 64 270.00 450.00 xcarc +(1) {/Courier cf} 2 16 0 1.00 1365 413 label +(2) {/Courier cf} 2 16 0 1.00 1469 413 label +(3) {/Courier cf} 2 16 0 1.00 1565 413 label +(4) {/Courier cf} 2 16 0 1.00 1661 413 label +(5) {/Courier cf} 2 16 0 1.00 1757 413 label +(6) {/Courier cf} 2 16 0 1.00 1853 413 label +(7) {/Courier cf} 2 16 0 1.00 1949 413 label +(8) {/Courier cf} 2 16 0 1.00 1941 861 label +(9) {/Courier cf} 2 16 0 1.00 1845 861 label +(10) {/Courier cf} 2 16 0 1.00 1741 861 label +(11) {/Courier cf} 2 16 0 1.00 1645 861 label +(12) {/Courier cf} 2 16 0 1.00 1549 861 label +(13) {/Courier cf} 2 16 0 1.00 1453 861 label +(14) {/Courier cf} 2 16 0 1.00 1357 861 label +(7420) {/Helvetica-Bold 1.500 cf} {/Helvetica-Bold cf} 3 16 0 1.00 1357 629 +label +(GND) {/Courier cf} 2 16 0 1.00 1933 485 label +(VCC) {/Courier cf} 2 16 0 1.00 1333 781 label +1 1.00 1765 477 1765 509 1709 509 1709 541 1733 541 5 polygon +1 1.00 1677 477 1677 557 1733 557 3 polygon +1 1.00 1493 477 1493 589 1733 589 3 polygon +1 1.00 1381 477 1381 605 1733 605 3 polygon +1 1.00 1861 573 1869 573 1869 477 3 polygon +1 1.00 1861 829 1861 797 1789 797 1789 749 1813 749 5 polygon +1 1.00 1765 829 1765 733 1813 733 3 polygon +1 1.00 1573 829 1573 709 1813 709 3 polygon +1 1.00 1477 829 1477 685 1813 685 3 polygon +1 1.00 1941 717 1957 717 1957 829 3 polygon +1.00 0 1877 717 nand +1.00 0 1797 573 nand +0 1.00 445 477 445 381 509 381 509 477 4 polygon +0 1.00 549 477 549 381 613 381 613 477 4 polygon +0 1.00 645 477 645 381 709 381 709 477 4 polygon +0 1.00 741 477 741 381 805 381 805 477 4 polygon +0 1.00 837 477 837 381 901 381 901 477 4 polygon +0 1.00 933 477 933 381 997 381 997 477 4 polygon +0 1.00 1029 477 1029 381 1093 381 1093 477 4 polygon +0 1.00 445 925 445 829 509 829 509 925 4 polygon +0 1.00 541 925 541 829 605 829 605 925 4 polygon +0 1.00 637 925 637 829 701 829 701 925 4 polygon +0 1.00 733 925 733 829 797 829 797 925 4 polygon +0 1.00 829 925 829 829 893 829 893 925 4 polygon +0 1.00 925 925 925 829 989 829 989 925 4 polygon +0 1.00 1021 925 1021 829 1085 829 1085 925 4 polygon +1 1.00 381 829 1157 829 1157 477 381 477 381 589 5 polygon +1 1.00 381 829 381 717 2 polygon +1 1.00 381 653 64 270.00 450.00 xcarc +1 1.00 621 605 477 605 477 477 3 polygon +1 1.00 581 477 581 573 621 573 3 polygon +1 1.00 677 733 669 733 669 829 3 polygon +1 1.00 677 701 573 701 573 829 3 polygon +1 1.00 957 829 957 789 893 789 893 733 901 733 5 polygon +1 1.00 901 701 861 701 861 829 3 polygon +1 1.00 805 717 821 717 821 781 765 781 765 829 5 polygon +1 1.00 749 589 773 589 773 525 677 525 677 477 5 polygon +1 1.00 773 477 773 501 813 501 813 605 901 605 5 polygon +1 1.00 869 477 869 565 901 565 3 polygon +1 1.00 1029 581 1053 581 1053 525 965 525 965 477 5 polygon +(1) {/Courier cf} 2 16 0 1.00 461 413 label +(2) {/Courier cf} 2 16 0 1.00 565 413 label +(3) {/Courier cf} 2 16 0 1.00 661 413 label +(4) {/Courier cf} 2 16 0 1.00 757 413 label +(5) {/Courier cf} 2 16 0 1.00 853 413 label +(6) {/Courier cf} 2 16 0 1.00 949 413 label +(7) {/Courier cf} 2 16 0 1.00 1045 413 label +(8) {/Courier cf} 2 16 0 1.00 1037 861 label +(9) {/Courier cf} 2 16 0 1.00 941 861 label +(10) {/Courier cf} 2 16 0 1.00 837 861 label +(11) {/Courier cf} 2 16 0 1.00 741 861 label +(12) {/Courier cf} 2 16 0 1.00 645 861 label +(13) {/Courier cf} 2 16 0 1.00 549 861 label +(14) {/Courier cf} 2 16 0 1.00 453 861 label +(7400) {/Helvetica-Bold 1.500 cf} {/Helvetica-Bold cf} 3 16 0 1.00 469 637 +label +(GND) {/Courier cf} 2 16 0 1.00 1029 485 label +(VCC) {/Courier cf} 2 16 0 1.00 429 781 label +1 1.00 1029 709 1053 709 1053 829 3 polygon +1.00 0 685 589 nand +1.00 0 965 581 nand +1.00 0 965 709 nand +1.00 0 741 717 nand +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/DIGI/14148.eps b/derived/Source/circuit_generation_code/DIGI/14148.eps new file mode 100644 index 0000000000000000000000000000000000000000..608fe3f1d1ea3f6ba29090d2bd564ce0ec3ab893 --- /dev/null +++ b/derived/Source/circuit_generation_code/DIGI/14148.eps @@ -0,0 +1,220 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: /home/dennis/Digital/14148.eps +%%Creator: Xcircuit v3.1 +%%CreationDate: Sat Jun 26 09:30:12 2004 +%%Pages: 1 +%%BoundingBox: 68 68 392 102 +%%DocumentNeededResources: font Helvetica font Times-Roman font Courier +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.4 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--1/15/03 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.4 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/ul { dup type /stringtype eq showflag 1 eq and { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave currentpoint newpath moveto true charpath flattenpath + pathbbox pop exch pop sub grestore } def +/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs + 0 currentpoint pop put} def +/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def +/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def +/hS { qS qS } def +/pspc 0 def +/cf0 { scalefont setfont } bind def +/Kn { dup kY add /kY exch def rmoveto } bind def +/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.33 mul neg Kn} def +/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.67 mul Kn } def +/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def +/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def +/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq + { 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} + {fscale0 mul fscale mul cf0} ifelse } def +/ctmk { counttomark dup 2 add -1 roll pop } bind def +/label { gsave translate 0 0 moveto dup scale neg /rotval exch def + /just exch def just 16 and 0 gt {gsave rotval rotate 0 1 dtransform + gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform + gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt + {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval + rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse + exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and + 4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def + /fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def + /kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate + {exch dup type /stringtype eq {true charpath flattenpath} {exec} + ifelse } repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just + 1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 + mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 + and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} + ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint + translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale + 1.0 def /kY 0 def {dup type /stringtype eq {show}{exec} ifelse} + repeat grestore } def +/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label + /pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def +/cRedef {/defColor currentcolor 3 array astore def} def +/begingate { /hlevel hlevel 1 add def /defColor currentcolor sce 3 array + astore def gsave sce translate 0 0 moveto neg rotate dup abs scale + } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef + scb} bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { + 7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore + {3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} + {dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} + {style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt + style 512 eq or {newpath} {stroke} ifelse grestore} def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def +/psinsertion {/PSobj save def /showpage {} def bop rotate translate dup scale} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/or_gate { +% trivial +begingate +1 1.00 -19 -48 96 30.00 90.00 xcarc +1 1.00 -19 48 96 270.00 330.00 xcarc +1 1.00 -112 0 80 -37.00 37.00 xcarc +1 1.00 -48 48 -19 48 2 polygon +1 1.00 -48 -48 -19 -48 2 polygon +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -40 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -40 -32 pinlabel +endgate +} def + +/nand { +% trivial +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 56 0 8 0.00 360.00 xcarc +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -64 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -64 -32 pinlabel +endgate +} def + +/circle { +% trivial +begingate +1 1.00 16 0 6 0.00 360.00 xcarc +1 1.00 0 0 10 0 2 polygon +1.000 0.000 0.000 scb +(out) {/Times-Roman cf} 2 4 0 1.00 16 0 pinlabel +(out) {/Times-Roman cf} 2 7 0 1.00 0 0 pinlabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 976 392 offsets +% 32.00 8.00 gridspace +0.6140 inchscale +2.6000 setlinewidth + +(Double negation) {/Helvetica cf} ( ) {hS} (A+B ) {hS} (=) {hS} +(Y) {CR} (DeMorgan's) {/Helvetica cf} ( ) {hS} (A+B) {ol} {hS} {} (=) {hS} +(B) {ol} {hS} {} (A) {ol} {} (= ) {hS} (Y) {ol} {/Courier cf} 32 16 0 1.00 312 +360 label +0.000 0.000 0.000 scb +(=) {/Helvetica 4.000 cf} {/Helvetica cf} 3 16 0 1.00 1352 320 pinlabel +sce +1.00 0 1592 360 or_gate +1.00 0 1240 368 nand +1.00 0 1152 392 circle +1.00 0 1152 344 circle +1 1.00 1552 384 1504 384 2 polygon +1 1.00 1552 344 1504 344 2 polygon +1 1.00 1152 392 1104 392 2 polygon +1 1.00 1152 344 1104 344 2 polygon +1 1.00 1656 360 1688 360 2 polygon +1 1.00 1304 368 1336 368 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/DIGI/14149.eps b/derived/Source/circuit_generation_code/DIGI/14149.eps new file mode 100644 index 0000000000000000000000000000000000000000..7db819e7c65fe2290e6cb983d649af73bad1970f --- /dev/null +++ b/derived/Source/circuit_generation_code/DIGI/14149.eps @@ -0,0 +1,310 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: lessons/Digital/14149.eps +%%Creator: Xcircuit v3.1 +%%CreationDate: Mon Nov 15 01:56:18 2004 +%%Pages: 1 +%%BoundingBox: 68 68 392 311 +%%DocumentNeededResources: font Helvetica font Times-Roman font Courier +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.4 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--1/15/03 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.4 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/ul { dup type /stringtype eq showflag 1 eq and { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave currentpoint newpath moveto true charpath flattenpath + pathbbox pop exch pop sub grestore } def +/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs + 0 currentpoint pop put} def +/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def +/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def +/hS { qS qS } def +/pspc 0 def +/cf0 { scalefont setfont } bind def +/Kn { dup kY add /kY exch def rmoveto } bind def +/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.33 mul neg Kn} def +/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.67 mul Kn } def +/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def +/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def +/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq + { 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} + {fscale0 mul fscale mul cf0} ifelse } def +/ctmk { counttomark dup 2 add -1 roll pop } bind def +/label { gsave translate 0 0 moveto dup scale neg /rotval exch def + /just exch def just 16 and 0 gt {gsave rotval rotate 0 1 dtransform + gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform + gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt + {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval + rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse + exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and + 4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def + /fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def + /kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate + {exch dup type /stringtype eq {true charpath flattenpath} {exec} + ifelse } repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just + 1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 + mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 + and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} + ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint + translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale + 1.0 def /kY 0 def {dup type /stringtype eq {show}{exec} ifelse} + repeat grestore } def +/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label + /pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def +/cRedef {/defColor currentcolor 3 array astore def} def +/begingate { /hlevel hlevel 1 add def /defColor currentcolor sce 3 array + astore def gsave sce translate 0 0 moveto neg rotate dup abs scale + } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef + scb} bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { + 7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore + {3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} + {dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} + {style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt + style 512 eq or {newpath} {stroke} ifelse grestore} def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def +/psinsertion {/PSobj save def /showpage {} def bop rotate translate dup scale} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/invert { +% trivial +begingate +0 1.00 -32 -40 -32 40 40 0 3 polygon +1 1.00 48 0 8 0.00 360.00 xcarc +1 1.00 -32 0 -48 0 2 polygon +1 1.00 56 0 64 0 2 polygon +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In) {/Times-Roman cf} 2 7 0 1.00 -48 0 pinlabel +endgate +} def + +/nand { +% trivial +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 56 0 8 0.00 360.00 xcarc +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -64 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -64 -32 pinlabel +endgate +} def + +/dot { +% trivial +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +1.000 0.000 0.000 scb +(x) {/Times-Roman cf} 2 29 0 1.00 0 0 pinlabel +endgate +} def + +/jumper { +% trivial +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman cf} 2 1 0 1.00 0 16 pinlabel +(a) {/Times-Roman cf} 2 13 0 1.00 0 -16 pinlabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 580 490 offsets +% 32.00 8.00 gridspace +0.7851 inchscale +2.6000 setlinewidth + +1.00 360 380 906 invert +1.00 360 444 970 invert +1 1.00 508 970 508 946 572 946 3 polygon +1 1.00 444 906 572 906 2 polygon +1 1.00 772 842 732 842 732 922 700 922 4 polygon +1 1.00 700 666 724 666 724 762 724 762 772 762 5 polygon +1 1.00 700 802 772 802 2 polygon +1 1.00 508 762 508 690 572 690 3 polygon +(C) {/Courier cf} 2 16 0 1.00 244 954 label +(D) {/Courier cf} 2 16 0 1.00 244 762 label +(A) {/Courier cf} 2 16 0 1.00 244 890 label +(B) {/Courier cf} 2 16 0 1.00 244 626 label +1 1.00 572 642 284 642 2 polygon +1 1.00 900 786 972 786 2 polygon +(Out) {/Helvetica cf} 2 16 0 1.00 908 738 label +{qS} (D) {qS} ( + B) {qS} {qS} (C) {ol} {qS} {} ( + B) {qS} (D) {qS} (A) {ol} +{} ( + ) {qS} {ol} {qS} {} (C) {ol} {qS} {} (A) {ol} {} (Out= ) {/Courier cf} +31 16 0 1.00 246 253 label +1 1.00 540 906 540 818 572 818 3 polygon +0.000 0.000 1.000 scb +1 1.00 396 970 284 970 2 polygon +sce +1 1.00 572 770 292 770 2 polygon +1 1.00 476 626 476 514 580 514 3 polygon +1 1.00 772 714 740 714 740 538 708 538 4 polygon +1 1.00 332 906 284 906 2 polygon +1.00 0 644 538 nand +1.00 0 636 666 nand +1.00 0 636 922 nand +1.00 0 636 802 nand +1.00 0 836 786 nand +1 1.00 580 562 524 562 524 642 3 polygon +0.000 0.000 1.000 scb +(U1-b) {/Helvetica cf} 2 16 0 1.00 348 826 label +(U1-a) {/Helvetica cf} 2 16 0 1.00 412 1018 label +(U2-d) {/Helvetica cf} 2 16 360 1.00 588 530 label +(U3-a) {/Helvetica cf} 2 16 0 1.00 780 778 label +(U2-c) {/Helvetica cf} 2 16 0 1.00 580 658 label +(U2-b) {/Helvetica cf} 2 16 0 1.00 580 794 label +(U2-a) {/Helvetica cf} 2 16 0 1.00 580 914 label +(1) {/Helvetica cf} 2 16 0 1.00 540 954 label +(2) {/Helvetica cf} 2 16 0 1.00 508 978 label +(3) {/Helvetica cf} 2 16 0 1.00 308 922 label +(4) {/Helvetica cf} 2 16 0 1.00 452 914 label +(5) {/Helvetica cf} 2 16 0 1.00 540 778 label +(6) {/Helvetica cf} 2 16 0 1.00 700 810 label +(2) {/Helvetica cf} 2 16 0 1.00 540 914 label +(1) {/Helvetica cf} 2 16 0 1.00 372 986 label +(3) {/Helvetica cf} 2 16 0 1.00 708 938 label +(4) {/Helvetica cf} 2 16 0 1.00 540 826 label +(8) {/Helvetica cf} 2 16 0 1.00 684 682 label +(9) {/Helvetica cf} 2 16 0 1.00 540 698 label +(10) {/Helvetica cf} 2 16 0 1.00 524 650 label +(11) {/Helvetica cf} 2 16 0 1.00 700 554 label +(12) {/Helvetica cf} 2 16 0 1.00 532 570 label +(13) {/Helvetica cf} 2 16 0 1.00 532 522 label +(1) {/Helvetica cf} 2 16 0 1.00 748 850 label +(2) {/Helvetica cf} 2 16 0 1.00 740 810 label +(4) {/Helvetica cf} 2 16 0 1.00 740 770 label +(5) {/Helvetica cf} 2 16 0 1.00 740 722 label +(6) {/Helvetica cf} 2 16 0 1.00 916 794 label +sce +1 1.00 772 834 772 866 2 polygon +1 1.00 772 706 772 738 2 polygon +(U3 = 7420) {CR} (U2 = 7400) {CR} (U1 = 7404) {/Courier cf} 6 16 0 1.00 900 570 +label +{qS} (\)) {hS} (D) {qS} (B) {hS} (\() {qS} (\)) {hS} (C) {ol} {qS} {} (B) {hS} +(\() {qS} (\)) {hS} (D) {qS} (A) {ol} {} {hS} (\() {qS} (\)) {hS} {ol} {qS} {} +(C) {ol} {qS} {} (A) {ol} {} {hS} (Out= \() {/Courier cf} 44 16 0 1.00 246 405 +label +1 1.00 380 442 484 442 2 polygon +1 1.00 516 442 620 442 2 polygon +1 1.00 644 442 748 442 2 polygon +1 1.00 788 442 892 442 2 polygon +1 1.00 372 450 892 450 2 polygon +{qS} (D) {qS} ( + B) {qS} {qS} (C) {ol} {qS} {} ( + B) {qS} (D) {qS} (A) {ol} +{} ( + ) {qS} {ol} {qS} {} (C) {ol} {qS} {} (A) {ol} {} (Out= ) {/Courier cf} +31 16 0 1.00 246 317 label +1 1.00 348 354 452 354 2 polygon +1 1.00 484 354 588 354 2 polygon +1 1.00 612 354 716 354 2 polygon +1 1.00 756 354 860 354 2 polygon +1 1.00 348 362 452 362 2 polygon +1 1.00 484 362 588 362 2 polygon +1 1.00 612 362 716 362 2 polygon +1 1.00 756 362 860 362 2 polygon +(Boolean from diagram) {/Helvetica cf} 2 16 0 1.00 924 402 label +(DeMorgan's) {/Helvetica cf} 2 16 0 1.00 924 314 label +(Double negation) {/Helvetica cf} 2 16 0 1.00 924 250 label +1.00 0 524 642 dot +1.00 0 540 906 dot +1.00 0 476 770 dot +1.00 0 476 642 jumper +1.00 0 508 770 jumper +1.00 0 508 906 jumper +1 1.00 476 658 476 770 2 polygon +1 1.00 508 786 508 890 2 polygon +1 1.00 508 922 508 946 2 polygon +1.00 0 508 946 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/DIGI/14158.eps b/derived/Source/circuit_generation_code/DIGI/14158.eps new file mode 100644 index 0000000000000000000000000000000000000000..26504b93bfc2b2f6159271ca04ef847ef6d70545 --- /dev/null +++ b/derived/Source/circuit_generation_code/DIGI/14158.eps @@ -0,0 +1,366 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: lessons/Digital/14158.eps +%%Creator: Xcircuit v3.1 +%%CreationDate: Mon Nov 15 01:59:31 2004 +%%Pages: 1 +%%BoundingBox: 68 68 349 304 +%%DocumentNeededResources: font Times-Roman font Courier font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.4 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--1/15/03 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.4 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/ul { dup type /stringtype eq showflag 1 eq and { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave currentpoint newpath moveto true charpath flattenpath + pathbbox pop exch pop sub grestore } def +/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs + 0 currentpoint pop put} def +/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def +/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def +/hS { qS qS } def +/pspc 0 def +/cf0 { scalefont setfont } bind def +/Kn { dup kY add /kY exch def rmoveto } bind def +/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.33 mul neg Kn} def +/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.67 mul Kn } def +/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def +/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def +/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq + { 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} + {fscale0 mul fscale mul cf0} ifelse } def +/ctmk { counttomark dup 2 add -1 roll pop } bind def +/label { gsave translate 0 0 moveto dup scale neg /rotval exch def + /just exch def just 16 and 0 gt {gsave rotval rotate 0 1 dtransform + gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform + gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt + {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval + rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse + exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and + 4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def + /fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def + /kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate + {exch dup type /stringtype eq {true charpath flattenpath} {exec} + ifelse } repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just + 1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 + mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 + and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} + ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint + translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale + 1.0 def /kY 0 def {dup type /stringtype eq {show}{exec} ifelse} + repeat grestore } def +/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label + /pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def +/cRedef {/defColor currentcolor 3 array astore def} def +/begingate { /hlevel hlevel 1 add def /defColor currentcolor sce 3 array + astore def gsave sce translate 0 0 moveto neg rotate dup abs scale + } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef + scb} bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { + 7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore + {3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} + {dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} + {style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt + style 512 eq or {newpath} {stroke} ifelse grestore} def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def +/psinsertion {/PSobj save def /showpage {} def bop rotate translate dup scale} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/and_gate { +% trivial +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 48 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -64 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -64 -32 pinlabel +endgate +} def + +/invert { +% trivial +begingate +0 1.00 -32 -40 -32 40 40 0 3 polygon +1 1.00 48 0 8 0.00 360.00 xcarc +1 1.00 -32 0 -48 0 2 polygon +1 1.00 56 0 64 0 2 polygon +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In) {/Times-Roman cf} 2 7 0 1.00 -48 0 pinlabel +endgate +} def + +/resistor { +begingate +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman cf} 2 9 0 1.00 0 64 pinlabel +(r.2) {/Times-Roman cf} 2 13 0 1.00 0 -64 pinlabel +0.159 0.540 0.349 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman cf} 2 0 0 1.00 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman cf} 2 0 0 1.00 -208 -208 infolabel +endgate +} def + +/Diode { +(?) 1 beginparm +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(1) {/Times-Roman cf} 2 9 0 1.00 0 48 pinlabel +(2) {/Times-Roman cf} 2 13 0 1.00 0 -48 pinlabel +0.159 0.540 0.349 scb +mark v1 (pcb:D) {/Times-Roman cf} ctmk 20 0 1.00 -64 -144 infolabel +mark ( %p2 %p1 diode) v1 (spice:D) {/Times-Roman cf} ctmk 4 0 1.00 -64 -192 +infolabel +endgate +} def + +/or_gate { +% trivial +begingate +1 1.00 -19 -48 96 30.00 90.00 xcarc +1 1.00 -19 48 96 270.00 330.00 xcarc +1 1.00 -112 0 80 -37.00 37.00 xcarc +1 1.00 -48 48 -19 48 2 polygon +1 1.00 -48 -48 -19 -48 2 polygon +1.000 0.000 0.000 scb +(Out) {/Times-Roman cf} 2 4 0 1.00 64 0 pinlabel +(In.1) {/Times-Roman cf} 2 7 0 1.00 -40 32 pinlabel +(In.2) {/Times-Roman cf} 2 7 0 1.00 -40 -32 pinlabel +endgate +} def + +/dot { +% trivial +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +1.000 0.000 0.000 scb +(x) {/Times-Roman cf} 2 29 0 1.00 0 0 pinlabel +endgate +} def + +/jumper { +% trivial +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman cf} 2 1 0 1.00 0 16 pinlabel +(a) {/Times-Roman cf} 2 13 0 1.00 0 -16 pinlabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 623 701 offsets +% 19.20 9.60 gridspace +0.8000 inchscale +2.6000 setlinewidth + +1.00 0 450 586 and_gate +1.00 0 817 922 invert +1.00 90 1074 922 resistor +-1.00 270 959 922 [(?) ] Diode +1.00 0 659 922 and_gate +1 1.00 316 893 594 893 2 polygon +(A) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 325 902 label +(C) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 244 921 label +1 1.00 709 922 777 922 2 polygon +1.00 0 817 769 invert +1 1.00 546 768 777 768 2 polygon +1.00 0 817 616 invert +1 1.00 709 616 777 616 2 polygon +0.000 0.000 1.000 scb +(A) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 709 777 label +sce +1.00 0 642 614 or_gate +1 1.00 287 615 383 615 2 polygon +1 1.00 316 557 383 557 2 polygon +1 1.00 546 643 604 643 2 polygon +1 1.00 499 586 604 586 2 polygon +(B) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 315 566 label +1.00 0 817 462 invert +1 1.00 709 462 777 462 2 polygon +1.00 0 642 460 or_gate +1 1.00 546 490 604 490 2 polygon +1.00 0 817 299 invert +1 1.00 709 299 777 299 2 polygon +1.00 0 642 297 or_gate +1 1.00 499 269 604 269 2 polygon +1 1.00 738 461 738 375 546 375 546 327 604 327 5 polygon +1 1.00 1141 922 1142 922 1142 980 3 polygon +1 1.00 1142 980 1132 961 1151 961 1142 980 4 polygon +(+5VDC) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 1026 960 label +1 1.00 546 576 546 490 2 polygon +1 1.00 604 432 354 432 354 557 3 polygon +1 1.00 546 269 287 269 287 615 3 polygon +1 1.00 287 615 287 951 594 951 3 polygon +1 1.00 287 951 239 951 2 polygon +0.000 0.000 1.000 scb +(AC) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 719 931 label +(A+BC) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 690 642 label +(A+B) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 709 480 label +(A+B+C) {/Courier 2.000 cf} {/Courier cf} 3 16 0 0.40 681 335 label +sce +(L5) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 987 940 label +(L4) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 978 787 label +(L3) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 978 633 label +(L2) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 978 481 label +(L1) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 978 317 label +(W) {/Symbol 2.000 cf} {/Symbol 0.500 cf} {/Symbol 2.000 cf} {/Symbol 0.600 cf} +{/Symbol 0.600 cf} {/Times-Roman 0.600 cf} {hS} (5x470) {/Times-Roman 2.000 cf} +{/Times-Roman cf} 11 31 0 0.40 1114 882 label +1.000 0.000 0.000 scb +1 1.00 934 944 951 961 951 951 968 973 968 963 985 987 973 987 973 999 963 980 +961 989 951 968 949 977 934 944 13 polygon +sce +(U1a) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 622 921 label +(U2a) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 622 595 label +(U1b) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 411 576 label +(U3a) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 795 854 label +(U2b) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 622 441 label +(U2c) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 622 288 label +(U3b) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 795 691 label +(U3c) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 795 537 label +(U3d) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 795 384 label +(U3e) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 805 239 label +(7408) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 603 835 label +(7432) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 593 528 label +(7406) {/Times-Roman 2.000 cf} {/Times-Roman cf} 3 16 0 0.40 775 815 label +1 1.00 880 922 913 922 2 polygon +-1.00 270 959 768 [(?) ] Diode +1.000 0.000 0.000 scb +1 1.00 934 790 951 807 951 797 968 819 968 809 985 833 973 833 973 845 963 826 +961 835 951 814 949 823 934 790 13 polygon +sce +1 1.00 880 768 913 768 2 polygon +-1.00 270 959 615 [(?) ] Diode +1.000 0.000 0.000 scb +1 1.00 934 637 951 654 951 644 968 666 968 656 985 680 973 680 973 692 963 673 +961 682 951 661 949 670 934 637 13 polygon +sce +1 1.00 880 615 913 615 2 polygon +-1.00 270 959 461 [(?) ] Diode +1.000 0.000 0.000 scb +1 1.00 934 483 951 500 951 490 968 512 968 502 985 526 973 526 973 538 963 519 +961 528 951 507 949 516 934 483 13 polygon +sce +1 1.00 880 461 913 461 2 polygon +-1.00 270 959 298 [(?) ] Diode +1.000 0.000 0.000 scb +1 1.00 934 320 951 337 951 327 968 349 968 339 985 363 973 363 973 375 963 356 +961 365 951 344 949 353 934 320 13 polygon +sce +1 1.00 880 298 913 298 2 polygon +1.00 90 1073 768 resistor +1.00 90 1074 615 resistor +1.00 90 1074 461 resistor +1.00 90 1074 298 resistor +1 1.00 1141 298 1141 922 2 polygon +1.00 0 546 893 dot +1.00 0 546 768 dot +1.00 0 546 643 dot +1.00 0 354 557 dot +1.00 0 738 461 dot +1.00 0 546 586 jumper +1 1.00 546 595 546 893 2 polygon +1.00 0 1141 461 dot +1.00 0 1141 615 dot +1.00 0 1141 768 dot +1.00 0 1141 922 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05017.eps b/derived/Source/circuit_generation_code/EXP/05017.eps new file mode 100644 index 0000000000000000000000000000000000000000..cfc6a5e9292935bf9ccf3c34c55bbaba7f112291 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05017.eps @@ -0,0 +1,383 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05017.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 20:24:58 2002 +%%Pages: 1 +%%BoundingBox: 68 68 383 225 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/inductor_medium { +% -16 -112 31 208 bbox +begingate +1 1.00 0 96 0 80 2 polygon +1 1.00 24 78 22 46 -14 58 0 80 spline +1 1.00 23 62 21 30 -15 42 -1 64 spline +1 1.00 -19 60 -16 64 -2 64 -14 58 spline +1 1.00 -19 44 -16 48 -2 48 -14 42 spline +1 1.00 23 46 21 14 -15 26 -1 48 spline +1 1.00 -19 28 -16 32 -2 32 -14 26 spline +1 1.00 23 30 21 -2 -15 10 -1 32 spline +1 1.00 -19 12 -16 16 -2 16 -14 10 spline +1 1.00 23 14 21 -18 -15 -6 -1 16 spline +1 1.00 -19 -4 -16 0 -2 0 -14 -6 spline +1 1.00 23 -2 21 -34 -15 -22 -1 0 spline +1 1.00 -19 -20 -16 -16 -2 -16 -14 -22 spline +1 1.00 23 -18 21 -50 -15 -38 -1 -16 spline +1 1.00 -19 -36 -16 -32 -2 -32 -14 -38 spline +1 1.00 23 -34 21 -66 -15 -54 -1 -32 spline +1 1.00 -19 -52 -16 -48 -2 -48 -14 -54 spline +1 1.00 24 -50 22 -82 -14 -70 0 -48 spline +1 1.00 -18 -68 -15 -64 -1 -64 -13 -70 spline +1 1.00 14 -64 26 -83 0 -86 -2 -64 spline +1 1.00 0 -86 0 -98 2 polygon +1 1.00 0 -112 0 -96 2 polygon +endgate +} def + +/__inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/transformer3 { +% -48 -96 110 208 bbox +begingate +1.00 0 -32 16 inductor_medium +1 1.00 0 96 0 -64 2 polygon +1 1.00 16 96 16 -64 2 polygon +1.00 -1 48 24 __inductor +1 1.00 48 72 48 80 2 polygon +1 1.00 48 -40 48 -48 2 polygon +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05009.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1695 547 offsets +% 32.00 8.00 gridspace +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 1375 803 headphones +1 1.00 1391 515 1455 515 2 polygon +1 1.00 1407 531 1391 515 1407 499 3 polygon +1 1.00 1455 547 1359 547 2 polygon +1 1.00 1375 563 1359 547 1375 531 3 polygon +1 1.00 1455 579 1327 579 2 polygon +1 1.00 1343 595 1327 579 1343 563 3 polygon +1 2.00 1439 691 1439 643 1471 643 1439 707 spline +1 2.00 1423 643 1295 643 1295 707 1471 643 spline +1 1.00 1471 547 1471 531 1471 515 1455 547 spline +1 1.00 1471 579 1471 563 1471 515 1455 579 spline +1 1.00 1327 595 1311 579 1327 563 3 polygon +1 1.00 1359 563 1343 547 1359 531 3 polygon +1 1.00 1391 531 1375 515 1391 499 3 polygon +1.00 0 1135 531 transformer3 +1 1.00 1103 643 1103 675 863 675 3 polygon +1 1.00 1103 435 1103 403 863 403 3 polygon +1.00 0 927 547 diode +1 1.00 927 595 927 675 2 polygon +1.00 0 927 675 dot +1 1.00 927 499 927 403 2 polygon +1.00 0 927 403 dot +1.00 -181 991 547 diode +1 1.00 991 595 991 675 2 polygon +1.00 0 991 675 dot +1 1.00 991 499 991 403 2 polygon +1.00 0 991 403 dot +1.00 0 671 547 potentiometer +1 1.00 591 675 639 675 639 611 3 polygon +1 1.00 591 403 639 403 639 483 3 polygon +1.00 0 639 403 dot +(W) {/Symbol 1.000 cf} (k) {/Times-Roman 1.000 cf} 4 16 0 551 515 label +(100) {/Times-Roman 1.000 cf} 2 16 0 543 555 label +1.00 270 767 563 _resistor +1 1.00 831 563 863 563 863 675 3 polygon +1 1.00 639 403 863 403 2 polygon +1 3.00 1551 499 1615 627 1471 643 1455 515 spline +1 1.00 1183 483 1247 483 1247 547 1279 547 4 polygon +1 1.00 1183 611 1247 611 1247 579 1279 579 4 polygon +1 1.00 1279 579 1311 579 2 polygon +1 1.00 1279 547 1343 547 2 polygon +1 1.00 1311 515 1375 515 2 polygon +0.600 0.600 0.600 scb +1 1.00 591 707 591 739 1247 739 1247 707 4 polygon +1 1.00 927 739 927 771 2 polygon +(Audio detector circuit) {/Helvetica 1.000 cf} 2 16 0 751 787 label +sce +1 1.00 591 403 511 403 511 355 3 polygon +1.00 0 511 355 gnd +1 1.00 511 675 479 739 447 803 591 675 spline +1.00 30 447 803 arrow +(sensing) {/Helvetica 1.000 cf} 2 16 0 295 851 label +(wire) {/Helvetica 1.000 cf} 2 16 0 319 819 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 727 595 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05019.eps b/derived/Source/circuit_generation_code/EXP/05019.eps new file mode 100644 index 0000000000000000000000000000000000000000..ae52d5f881eb5297cd4bc5218f49a610daec637e --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05019.eps @@ -0,0 +1,291 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05019.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 6 19:27:55 2002 +%%Pages: 1 +%%BoundingBox: 68 68 396 209 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/3_phase_Y { +% -155 -162 308 324 bbox +begingate +1.00 0 -145 152 dot +1 1.00 -114 128 -143 157 2 polygon +1.00 45 -81 95 inductor +1 1.00 -38 52 -4 20 2 polygon +1 1.00 36 52 1 19 2 polygon +1.00 315 78 94 inductor +1 1.00 110 125 141 156 2 polygon +1.00 0 143 152 dot +1 1.00 0 -23 0 24 2 polygon +1.00 0 -1 24 dot +1.00 180 0 -72 inductor +1 1.00 0 -117 0 -151 2 polygon +1.00 0 -1 -152 dot +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 874 546 offsets +% 32.00 8.00 gridspace +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 732 522 3_phase_Y +1.00 0 618 514 inductor +1 2.00 570 466 32 0.00 360.00 xcarc +1 2.00 538 434 32 0.00 360.00 xcarc +1 1.00 602 578 554 530 570 498 618 562 spline +1 1.00 618 418 586 402 570 434 618 450 spline +240 1.00 487 473 508 454 520 463 498 485 4 polygon +240 1.00 519 505 540 486 552 495 530 517 4 polygon +1.00 0 458 546 dot +1.00 0 458 482 dot +1 1.00 474 482 474 498 506 466 458 482 spline +1 1.00 474 546 490 546 538 498 458 546 spline +1.00 270 1018 610 diode +1.00 270 1178 610 diode +1.00 270 1018 546 diode +1.00 270 1178 546 diode +1.00 270 1018 482 diode +1.00 270 1178 482 diode +1 1.00 970 610 970 482 2 polygon +1 1.00 1226 610 1226 482 2 polygon +1.00 0 1226 546 dot +1.00 0 970 546 dot +1 1.00 1066 610 1130 610 2 polygon +1 1.00 1066 546 1130 546 2 polygon +1 1.00 1066 482 1130 482 2 polygon +1.00 0 1066 610 dot +1 1.00 1066 610 1066 690 874 690 874 674 4 polygon +1.00 0 1098 610 jumper +1 1.00 586 674 586 722 1098 722 1098 626 4 polygon +1 1.00 1098 594 1098 546 2 polygon +1.00 0 1098 546 dot +1 1.00 730 370 730 354 1130 354 1130 482 4 polygon +1.00 0 1130 482 dot +1.00 0 906 514 gnd +1 1.00 906 514 906 546 970 546 3 polygon +1 1.00 1226 546 1322 546 2 polygon +1.00 0 1322 546 dot +0.600 0.600 0.600 scb +4 1.00 474 738 474 338 1306 338 1306 738 4 polygon +sce +(Typical alternator) {/Helvetica 1.000 cf} 2 16 0 698 754 label +1 5.00 618 514 426 322 2 polygon +(shaft) {/Helvetica-Oblique 1.000 cf} 2 16 0 362 274 label +("field") {/Helvetica 1.000 cf} 2 16 0 298 530 label +(terminals) {/Helvetica 1.000 cf} 2 16 0 274 490 label +("battery") {/Helvetica 1.000 cf} 2 16 0 1338 554 label +(terminal) {/Helvetica 1.000 cf} 2 16 0 1346 514 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05022.eps b/derived/Source/circuit_generation_code/EXP/05022.eps new file mode 100644 index 0000000000000000000000000000000000000000..a8c22e4bcb1d11354fd7a28dbf97239f37a79501 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05022.eps @@ -0,0 +1,364 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05022.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 6 20:14:33 2002 +%%Pages: 1 +%%BoundingBox: 68 68 400 278 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/fin { +% -32 -16 64 24 bbox +begingate +1 1.00 -32 8 32 8 32 -16 3 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/connect { +% -10 -18 20 36 bbox +begingate +0 1.00 -8 16 -8 -16 8 -16 8 16 4 polygon +1.00 0 0 8 dot +1.00 0 0 -8 dot +endgate +} def + +/alternator1 { +% -208 -192 402 371 bbox +begingate +1 1.00 -48 -32 160 0.00 360.00 xcarc +1 1.00 146 250 290 3 118 -114 -42 161 spline +1 1.00 -44 160 -132 104 2 polygon +1 1.00 116 -116 28 -172 2 polygon +1 1.00 -48 -32 48 0.00 360.00 xcarc +1 1.00 -62 -24 -48 -16 -34 -24 3 polygon +1 1.00 -62 -40 -48 -48 -34 -40 3 polygon +1 1.00 -62 -24 -62 -40 2 polygon +1 1.00 -34 -24 -34 -40 2 polygon +241 1.00 -48 -32 6 0.00 360.00 xcarc +1 1.00 48 -24 48 -96 24 -96 3 polygon +1.00 0 -16 56 fin +1.00 315 36 8 fin +1.00 225 -4 -116 fin +1 1.00 -48 -128 -112 -128 -112 -104 3 polygon +1 1.00 -114 -103 -159 -57 -143 -40 3 polygon +1 1.00 -146 -36 -146 28 -122 29 3 polygon +1 1.00 -119 35 -75 81 -57 64 3 polygon +1 1.00 -122 30 -120 34 2 polygon +1 1.00 -146 -36 -144 -40 2 polygon +1 1.00 -114 -104 -112 -104 2 polygon +1 1.00 -48 -128 -38 -128 2 polygon +1 1.00 24 -96 24 -98 2 polygon +1 1.00 16 40 20 36 2 polygon +1 1.00 -58 64 -48 64 2 polygon +1.00 75 72 160 connect +1 3.00 176 96 184 104 2 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +%%Page: 05020.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 672 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 1328 384 real_batt +1.000 0.000 0.000 scb +1 1.00 1086 688 1102 608 1150 608 1038 688 spline +1 1.00 1092 720 1108 656 1156 656 1044 720 spline +sce +1.00 285 1328 528 clip +1.00 0 848 704 alternator1 +1.000 0.000 0.000 scb +1 1.00 768 960 788 928 832 876 704 960 spline +1 1.00 760 928 772 904 804 864 704 928 spline +1 1.00 744 896 744 884 776 848 704 896 spline +sce +1.00 285 1280 496 clip +1.00 -1 1176 664 clip +1.00 -1 1176 616 clip +1 1.00 1248 560 1264 608 1200 608 1264 512 spline +1 1.00 1248 656 1280 656 1312 544 1200 656 spline +1.00 0 384 736 multimeter +1.00 0 496 576 plug_+_ +1.00 0 496 512 plug_-_ +1.00 0 680 968 clip +1.00 0 680 904 clip +1.000 0.000 0.000 scb +1 1.00 640 560 576 960 656 960 528 576 spline +sce +1 1.00 672 512 592 896 656 896 528 512 spline +1 2.00 384 720 336 672 2 polygon +0 2.00 448 944 448 880 480 880 480 944 4 polygon +0 2.00 400 944 400 880 432 880 432 944 4 polygon +1.00 0 384 880 dot +0 2.00 336 944 336 880 368 880 368 944 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05023.eps b/derived/Source/circuit_generation_code/EXP/05023.eps new file mode 100644 index 0000000000000000000000000000000000000000..e886e54d916a9c9a227297c639a95db0f675955f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05023.eps @@ -0,0 +1,285 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05023.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 6 20:35:22 2002 +%%Pages: 1 +%%BoundingBox: 68 68 406 290 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/fin { +% -32 -16 64 24 bbox +begingate +1 1.00 -32 8 32 8 32 -16 3 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/connect { +% -10 -18 20 36 bbox +begingate +0 1.00 -8 16 -8 -16 8 -16 8 16 4 polygon +1.00 0 0 8 dot +1.00 0 0 -8 dot +endgate +} def + +/alternator1 { +% -208 -192 402 371 bbox +begingate +1 1.00 -48 -32 160 0.00 360.00 xcarc +1 1.00 146 250 290 3 118 -114 -42 161 spline +1 1.00 -44 160 -132 104 2 polygon +1 1.00 116 -116 28 -172 2 polygon +1 1.00 -48 -32 48 0.00 360.00 xcarc +1 1.00 -62 -24 -48 -16 -34 -24 3 polygon +1 1.00 -62 -40 -48 -48 -34 -40 3 polygon +1 1.00 -62 -24 -62 -40 2 polygon +1 1.00 -34 -24 -34 -40 2 polygon +241 1.00 -48 -32 6 0.00 360.00 xcarc +1 1.00 48 -24 48 -96 24 -96 3 polygon +1.00 0 -16 56 fin +1.00 315 36 8 fin +1.00 225 -4 -116 fin +1 1.00 -48 -128 -112 -128 -112 -104 3 polygon +1 1.00 -114 -103 -159 -57 -143 -40 3 polygon +1 1.00 -146 -36 -146 28 -122 29 3 polygon +1 1.00 -119 35 -75 81 -57 64 3 polygon +1 1.00 -122 30 -120 34 2 polygon +1 1.00 -146 -36 -144 -40 2 polygon +1 1.00 -114 -104 -112 -104 2 polygon +1 1.00 -48 -128 -38 -128 2 polygon +1 1.00 24 -96 24 -98 2 polygon +1 1.00 16 40 20 36 2 polygon +1 1.00 -58 64 -48 64 2 polygon +1.00 75 72 160 connect +1 3.00 176 96 184 104 2 polygon +endgate +} def + +%%Page: 05020.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1225 786 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1017 402 real_batt +1.00 285 1017 530 clip +1.00 0 1273 818 alternator1 +1.000 0.000 0.000 scb +1 1.00 1193 1074 1213 1042 1257 990 1129 1074 spline +1 1.00 1185 1042 1197 1018 1229 978 1129 1042 spline +1 1.00 1169 1010 1169 998 1201 962 1129 1010 spline +sce +1.00 285 969 514 clip +1.00 45 1505 666 clip +1.00 30 1425 666 clip +1.00 0 1105 1082 clip +1.00 0 1105 1018 clip +1.000 0.000 0.000 scb +1 1.00 459 802 443 722 395 722 507 802 spline +1 1.00 453 834 437 770 389 770 501 834 spline +sce +1.00 -1 697 818 alternator1 +1.000 0.000 0.000 scb +1 1.00 777 1074 757 1042 713 990 841 1074 spline +1 1.00 785 1042 773 1018 741 978 841 1042 spline +1 1.00 801 1010 801 998 769 962 841 1010 spline +sce +1.00 0 369 778 clip +1.00 0 369 730 clip +1.00 -1 865 1082 clip +1.00 -1 865 1018 clip +1 1.00 249 770 249 722 345 722 345 770 spline +1.00 -1 865 1050 clip +1 1.00 937 1058 1017 1090 1081 1074 889 1074 spline +1 1.00 937 1026 1017 1058 1081 1042 889 1042 spline +1 1.00 937 994 1017 1026 1081 1010 889 1010 spline +1.00 0 1105 1050 clip +1.000 0.000 0.000 scb +1 1.00 1493 782 1493 686 1445 670 1461 798 spline +1 1.00 1517 818 1549 722 1517 674 1469 834 spline +sce +1 1.00 953 626 1369 530 1497 642 1001 546 spline +1 1.00 889 626 1289 578 1433 658 953 530 spline +(Motor) {/Helvetica-Oblique 1.000 cf} 2 16 0 505 1026 label +(Generator) {/Helvetica-Oblique 1.000 cf} 2 16 0 1289 1026 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05025.eps b/derived/Source/circuit_generation_code/EXP/05025.eps new file mode 100644 index 0000000000000000000000000000000000000000..2fd82892be90d6bac34b8b0cc431570b977fcb9f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05025.eps @@ -0,0 +1,228 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05025.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 7 20:14:24 2002 +%%Pages: 1 +%%BoundingBox: 68 68 247 238 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 576 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 560 acsource +(12 V) {/Times-Roman 1.000 cf} 2 16 0 256 568 label +(RMS) {/Times-Roman 1.000 cf} 2 16 0 256 528 label +1.00 0 704 480 capacitor +1.00 0 704 352 capacitor +1.00 0 704 608 resistor +1.00 0 704 736 resistor +1 1.00 384 624 384 832 704 832 704 800 4 polygon +1 1.00 704 288 704 256 384 256 384 496 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 624 736 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 624 608 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 624 464 label +(2) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 624 336 label +(W) {/Symbol 1.000 cf} (27 k) {/Times-Roman 1.000 cf} 4 16 0 736 736 label +(W) {/Symbol 1.000 cf} (27 k) {/Times-Roman 1.000 cf} 4 16 0 736 608 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 752 +464 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 752 +336 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05026.eps b/derived/Source/circuit_generation_code/EXP/05026.eps new file mode 100644 index 0000000000000000000000000000000000000000..92234c9ea715de1616d724e8019406ee2698ae2c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05026.eps @@ -0,0 +1,390 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05026.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 18 20:19:23 2002 +%%Pages: 1 +%%BoundingBox: 68 68 314 296 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/plug { +% -64 -48 128 96 bbox +begingate +241 1.00 -32 48 -32 -48 2 polygon +0.647 0.165 0.165 scb +241 1.00 -16 48 64 48 64 16 -32 48 spline +241 1.00 -16 -48 64 -48 64 -16 -32 -48 spline +241 1.00 64 16 64 -16 2 polygon +sce +1 2.00 -32 32 -64 32 2 polygon +1 2.00 -32 -32 -64 -32 2 polygon +0.647 0.165 0.165 scb +241 1.00 -32 48 64 16 64 -16 -32 -48 -32 48 5 polygon +sce +1 1.00 -32 48 -32 -48 2 polygon +1 1.00 -16 48 64 48 64 16 -32 48 spline +1 1.00 -16 -48 64 -48 64 -16 -32 -48 spline +1 1.00 64 16 64 -16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/AC_supply { +% -320 -144 640 288 bbox +begingate +1.00 0 -256 80 plug +1 3.00 -96 80 -160 -48 -64 -48 -192 80 spline +0.800 0.800 0.800 scb +240 1.00 -64 144 -64 -144 320 -144 320 144 4 polygon +sce +0 2.00 -64 144 -64 -144 320 -144 320 144 4 polygon +(Low-voltage ) {/Helvetica 1.000 cf} 2 16 0 16 96 label +(AC power supply) {/Helvetica 1.000 cf} 2 16 0 -24 56 label +1.00 0 0 -112 dot +1.00 0 128 -112 dot +1.00 0 256 -112 dot +1.000 0.000 0.000 scb +1 1.00 0 -112 16 0.00 360.00 xcarc +sce +1 1.00 128 -112 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 256 -112 16 0.00 360.00 xcarc +sce +(6) {/Helvetica 1.000 cf} 2 16 0 40 -128 label +(6) {/Helvetica 1.000 cf} 2 16 0 184 -128 label +1 1.00 16 -112 32 -112 2 polygon +1 1.00 80 -112 112 -112 2 polygon +1 1.00 240 -112 224 -112 2 polygon +1 1.00 176 -112 144 -112 2 polygon +(12) {/Helvetica 1.000 cf} 2 16 0 104 -72 label +1 1.00 96 -56 0 -56 0 -96 3 polygon +1 1.00 152 -56 256 -56 256 -96 3 polygon +endgate +} def + +/terminal_strip { +% -368 -64 736 128 bbox +begingate +1 1.00 -336 -32 8 0.00 360.00 xcarc +1 1.00 -332 -26 -342 -36 2 polygon +1 1.00 -340 -38 -330 -28 2 polygon +1 1.00 -336 32 8 0.00 360.00 xcarc +1 1.00 -332 38 -342 28 2 polygon +1 1.00 -340 26 -330 36 2 polygon +1 1.00 -288 -32 8 0.00 360.00 xcarc +1 1.00 -284 -26 -294 -36 2 polygon +1 1.00 -292 -38 -282 -28 2 polygon +1 1.00 -288 32 8 0.00 360.00 xcarc +1 1.00 -284 38 -294 28 2 polygon +1 1.00 -292 26 -282 36 2 polygon +1 1.00 -240 -32 8 0.00 360.00 xcarc +1 1.00 -236 -26 -246 -36 2 polygon +1 1.00 -244 -38 -234 -28 2 polygon +1 1.00 -240 32 8 0.00 360.00 xcarc +1 1.00 -236 38 -246 28 2 polygon +1 1.00 -244 26 -234 36 2 polygon +1 1.00 -192 -32 8 0.00 360.00 xcarc +1 1.00 -188 -26 -198 -36 2 polygon +1 1.00 -196 -38 -186 -28 2 polygon +1 1.00 -192 32 8 0.00 360.00 xcarc +1 1.00 -188 38 -198 28 2 polygon +1 1.00 -196 26 -186 36 2 polygon +1 1.00 -144 -32 8 0.00 360.00 xcarc +1 1.00 -140 -26 -150 -36 2 polygon +1 1.00 -148 -38 -138 -28 2 polygon +1 1.00 -144 32 8 0.00 360.00 xcarc +1 1.00 -140 38 -150 28 2 polygon +1 1.00 -148 26 -138 36 2 polygon +1 1.00 -96 -32 8 0.00 360.00 xcarc +1 1.00 -92 -26 -102 -36 2 polygon +1 1.00 -100 -38 -90 -28 2 polygon +1 1.00 -96 32 8 0.00 360.00 xcarc +1 1.00 -92 38 -102 28 2 polygon +1 1.00 -100 26 -90 36 2 polygon +1 1.00 -48 -32 8 0.00 360.00 xcarc +1 1.00 -44 -26 -54 -36 2 polygon +1 1.00 -52 -38 -42 -28 2 polygon +1 1.00 -48 32 8 0.00 360.00 xcarc +1 1.00 -44 38 -54 28 2 polygon +1 1.00 -52 26 -42 36 2 polygon +1 1.00 0 -32 8 0.00 360.00 xcarc +1 1.00 4 -26 -6 -36 2 polygon +1 1.00 -4 -38 6 -28 2 polygon +1 1.00 0 32 8 0.00 360.00 xcarc +1 1.00 4 38 -6 28 2 polygon +1 1.00 -4 26 6 36 2 polygon +1 1.00 48 -32 8 0.00 360.00 xcarc +1 1.00 52 -26 42 -36 2 polygon +1 1.00 44 -38 54 -28 2 polygon +1 1.00 48 32 8 0.00 360.00 xcarc +1 1.00 52 38 42 28 2 polygon +1 1.00 44 26 54 36 2 polygon +1 1.00 96 -32 8 0.00 360.00 xcarc +1 1.00 100 -26 90 -36 2 polygon +1 1.00 92 -38 102 -28 2 polygon +1 1.00 96 32 8 0.00 360.00 xcarc +1 1.00 100 38 90 28 2 polygon +1 1.00 92 26 102 36 2 polygon +1 1.00 144 -32 8 0.00 360.00 xcarc +1 1.00 148 -26 138 -36 2 polygon +1 1.00 140 -38 150 -28 2 polygon +1 1.00 144 32 8 0.00 360.00 xcarc +1 1.00 148 38 138 28 2 polygon +1 1.00 140 26 150 36 2 polygon +1 1.00 192 -32 8 0.00 360.00 xcarc +1 1.00 196 -26 186 -36 2 polygon +1 1.00 188 -38 198 -28 2 polygon +1 1.00 192 32 8 0.00 360.00 xcarc +1 1.00 196 38 186 28 2 polygon +1 1.00 188 26 198 36 2 polygon +1 1.00 240 -32 8 0.00 360.00 xcarc +1 1.00 244 -26 234 -36 2 polygon +1 1.00 236 -38 246 -28 2 polygon +1 1.00 240 32 8 0.00 360.00 xcarc +1 1.00 244 38 234 28 2 polygon +1 1.00 236 26 246 36 2 polygon +1 1.00 288 -32 8 0.00 360.00 xcarc +1 1.00 292 -26 282 -36 2 polygon +1 1.00 284 -38 294 -28 2 polygon +1 1.00 288 32 8 0.00 360.00 xcarc +1 1.00 292 38 282 28 2 polygon +1 1.00 284 26 294 36 2 polygon +1 1.00 336 -32 8 0.00 360.00 xcarc +1 1.00 340 -26 330 -36 2 polygon +1 1.00 332 -38 342 -28 2 polygon +1 1.00 336 32 8 0.00 360.00 xcarc +1 1.00 340 38 330 28 2 polygon +1 1.00 332 26 342 36 2 polygon +0 1.00 320 48 320 -48 352 -48 352 48 4 polygon +0 1.00 272 48 272 -48 304 -48 304 48 4 polygon +0 1.00 224 48 224 -48 256 -48 256 48 4 polygon +0 1.00 176 48 176 -48 208 -48 208 48 4 polygon +0 1.00 128 48 128 -48 160 -48 160 48 4 polygon +0 1.00 80 48 80 -48 112 -48 112 48 4 polygon +0 1.00 32 48 32 -48 64 -48 64 48 4 polygon +0 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +0 1.00 -64 48 -64 -48 -32 -48 -32 48 4 polygon +0 1.00 -112 48 -112 -48 -80 -48 -80 48 4 polygon +0 1.00 -160 48 -160 -48 -128 -48 -128 48 4 polygon +0 1.00 -208 48 -208 -48 -176 -48 -176 48 4 polygon +0 1.00 -256 48 -256 -48 -224 -48 -224 48 4 polygon +0 1.00 -304 48 -304 -48 -272 -48 -272 48 4 polygon +0 1.00 -352 48 -352 -48 -320 -48 -320 48 4 polygon +0.600 0.600 0.600 scb +0 2.00 -368 64 -368 -64 368 -64 368 64 4 polygon +sce +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05025.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 656 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 576 896 AC_supply +1.00 0 736 464 terminal_strip +1.00 -181 656 352 capacitor1 +1 2.00 624 400 640 416 2 polygon +1 2.00 688 400 688 416 2 polygon +1.00 -181 512 352 capacitor1 +1 2.00 480 400 496 416 2 polygon +1 2.00 544 400 544 416 2 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1008 288 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 288 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 640 256 label +(2) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 496 256 label +1 1.00 832 608 1072 624 1072 512 832 784 spline +1 1.00 992 640 864 640 880 512 976 512 spline +1 1.00 800 640 672 640 688 512 784 512 spline +1 1.00 656 640 528 640 544 512 640 512 spline +1 1.00 448 656 576 656 576 784 496 512 spline +1.00 0 832 336 resistor4 +1 2.00 784 336 784 416 2 polygon +1 2.00 880 336 880 416 2 polygon +1.00 0 1024 336 resistor4 +1 2.00 976 336 976 416 2 polygon +1 2.00 1072 336 1072 416 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05027.eps b/derived/Source/circuit_generation_code/EXP/05027.eps new file mode 100644 index 0000000000000000000000000000000000000000..f0d28017c0de1a26f8ddad3a285718bb72d36d84 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05027.eps @@ -0,0 +1,265 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05027.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 2 15:33:55 2002 +%%Pages: 1 +%%BoundingBox: 68 68 238 254 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05025.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 608 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 592 acsource +1.00 0 672 512 capacitor +1.00 0 672 384 capacitor +1.00 0 672 640 resistor +1.00 0 672 768 resistor +1 1.00 352 656 352 864 672 864 672 832 4 polygon +1 1.00 672 320 672 288 352 288 352 528 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 592 768 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 592 640 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 592 496 label +(2) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 592 368 label +(W) {/Symbol 1.000 cf} (27 k) {/Times-Roman 1.000 cf} 4 16 0 704 768 label +(W) {/Symbol 1.000 cf} (27 k) {/Times-Roman 1.000 cf} 4 16 0 704 640 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 720 +496 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 720 +368 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 576 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 864 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 672 256 label +(1) {/Helvetica 1.000 cf} 2 16 0 688 864 label +(2) {/Helvetica 1.000 cf} 2 16 0 688 688 label +(3) {/Helvetica 1.000 cf} 2 16 0 688 560 label +(4) {/Helvetica 1.000 cf} 2 16 0 688 432 label +sce +0.600 0.600 0.600 scb +1.00 0 528 512 resistor +1 1.00 528 576 672 576 2 polygon +1.00 0 672 576 dot +1 1.00 528 448 672 448 2 polygon +1.00 0 672 448 dot +1.00 0 528 384 resistor +1 1.00 528 320 672 320 2 polygon +1.00 0 672 320 dot +1.00 0 528 448 dot +(bogus1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 400 512 label +(bogus2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 400 368 label +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 496 576 label +(4) {/Helvetica 1.000 cf} 2 16 0 480 432 label +(0) {/Helvetica 1.000 cf} 2 16 0 496 304 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05028.eps b/derived/Source/circuit_generation_code/EXP/05028.eps new file mode 100644 index 0000000000000000000000000000000000000000..8375080543876d5bbd7e0b240e54b8e97f08f258 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05028.eps @@ -0,0 +1,311 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05028.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 8 18:20:47 2002 +%%Pages: 1 +%%BoundingBox: 68 68 331 167 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/inductor_medium { +% -16 -112 31 208 bbox +begingate +1 1.00 0 96 0 80 2 polygon +1 1.00 24 78 22 46 -14 58 0 80 spline +1 1.00 23 62 21 30 -15 42 -1 64 spline +1 1.00 -19 60 -16 64 -2 64 -14 58 spline +1 1.00 -19 44 -16 48 -2 48 -14 42 spline +1 1.00 23 46 21 14 -15 26 -1 48 spline +1 1.00 -19 28 -16 32 -2 32 -14 26 spline +1 1.00 23 30 21 -2 -15 10 -1 32 spline +1 1.00 -19 12 -16 16 -2 16 -14 10 spline +1 1.00 23 14 21 -18 -15 -6 -1 16 spline +1 1.00 -19 -4 -16 0 -2 0 -14 -6 spline +1 1.00 23 -2 21 -34 -15 -22 -1 0 spline +1 1.00 -19 -20 -16 -16 -2 -16 -14 -22 spline +1 1.00 23 -18 21 -50 -15 -38 -1 -16 spline +1 1.00 -19 -36 -16 -32 -2 -32 -14 -38 spline +1 1.00 23 -34 21 -66 -15 -54 -1 -32 spline +1 1.00 -19 -52 -16 -48 -2 -48 -14 -54 spline +1 1.00 24 -50 22 -82 -14 -70 0 -48 spline +1 1.00 -18 -68 -15 -64 -1 -64 -13 -70 spline +1 1.00 14 -64 26 -83 0 -86 -2 -64 spline +1 1.00 0 -86 0 -98 2 polygon +1 1.00 0 -112 0 -96 2 polygon +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/transformer3 { +% -48 -96 110 208 bbox +begingate +1.00 0 -32 16 inductor_medium +1 1.00 0 96 0 -64 2 polygon +1 1.00 16 96 16 -64 2 polygon +1.00 -1 48 24 inductor +1 1.00 48 72 48 80 2 polygon +1 1.00 48 -40 48 -48 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 394 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 320 394 acsource +1.00 315 336 410 arrow +1 1.00 336 410 272 346 2 polygon +1 1.00 480 426 464 410 480 394 3 polygon +1 1.00 512 394 496 378 512 362 3 polygon +1 1.00 464 410 416 410 2 polygon +1 1.00 496 378 416 378 2 polygon +1 1.00 416 410 416 490 320 490 320 458 4 polygon +1 1.00 320 330 320 298 416 298 416 378 4 polygon +0.600 0.600 0.600 scb +4 1.00 464 522 464 282 256 282 256 522 4 polygon +sce +(Keyboard) {/Helvetica 1.000 cf} 2 16 0 272 554 label +1 1.00 496 426 480 410 496 394 3 polygon +1 1.00 528 394 512 378 528 362 3 polygon +1 1.00 480 410 576 410 2 polygon +1 1.00 512 378 576 378 2 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 496 442 label +1.00 -1 752 378 transformer3 +1 1.00 576 410 608 410 608 458 704 458 4 polygon +1 1.00 576 378 608 378 608 330 704 330 4 polygon +1 1.00 784 490 784 522 864 522 3 polygon +1 1.00 784 282 784 266 864 266 3 polygon +1.00 0 864 522 dot +1.00 0 864 266 dot +(W) {/Symbol 1.000 cf} (8 ) {/Times-Roman 1.000 cf} 4 16 0 640 474 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 816 474 label +1.00 0 1024 394 resistor +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1056 394 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05030.eps b/derived/Source/circuit_generation_code/EXP/05030.eps new file mode 100644 index 0000000000000000000000000000000000000000..e1aa8e23b24b6e4f62769a21cdbfd33a35bb1a86 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05030.eps @@ -0,0 +1,287 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05030.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 9 19:55:25 2002 +%%Pages: 1 +%%BoundingBox: 68 68 355 160 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05028.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 368 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 320 368 acsource +1.00 315 336 384 arrow +1 1.00 336 384 272 320 2 polygon +1 1.00 480 400 464 384 480 368 3 polygon +1 1.00 512 368 496 352 512 336 3 polygon +1 1.00 464 384 416 384 2 polygon +1 1.00 496 352 416 352 2 polygon +1 1.00 416 384 416 464 320 464 320 432 4 polygon +1 1.00 320 304 320 272 416 272 416 352 4 polygon +0.600 0.600 0.600 scb +4 1.00 464 496 464 256 256 256 256 496 4 polygon +sce +(Keyboard) {/Helvetica 1.000 cf} 2 16 0 272 528 label +1 1.00 496 400 480 384 496 368 3 polygon +1 1.00 528 368 512 352 528 336 3 polygon +1 1.00 480 384 576 384 2 polygon +1 1.00 512 352 576 352 2 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 496 416 label +1.00 0 800 368 potentiometer +1 1.00 576 384 608 384 608 464 768 464 768 432 5 polygon +1 1.00 576 352 608 352 608 272 768 272 768 304 5 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 640 352 label +1.00 0 768 272 dot +1 1.00 1024 400 1040 384 1024 368 3 polygon +1 1.00 1008 400 1024 384 1008 368 3 polygon +1 1.00 1024 384 928 384 2 polygon +1 1.00 992 368 1008 352 992 336 3 polygon +1 1.00 1008 352 1088 352 2 polygon +1 1.00 976 368 992 352 976 336 3 polygon +1 1.00 992 352 928 352 2 polygon +1 1.00 768 272 928 272 928 352 3 polygon +1 1.00 832 384 928 384 2 polygon +1 1.00 1040 384 1088 384 2 polygon +0.600 0.600 0.600 scb +4 1.00 1248 496 1248 256 1040 256 1040 496 4 polygon +sce +(Computer) {/Helvetica 1.000 cf} 2 16 0 1056 528 label +1.00 0 1152 368 _resistor +1 1.00 1088 384 1088 464 1152 464 1152 432 4 polygon +1 1.00 1088 352 1088 272 1152 272 1152 304 4 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 944 416 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05031.eps b/derived/Source/circuit_generation_code/EXP/05031.eps new file mode 100644 index 0000000000000000000000000000000000000000..0ce1d22723f2fb0b6d56fb34281d743fc53d9c47 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05031.eps @@ -0,0 +1,343 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05031.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 9 20:10:09 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 275 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/audioplug { +% -76 -16 148 32 bbox +begingate +0 1.00 -8 16 -8 -16 72 -16 72 16 4 polygon +1 1.00 -8 8 -56 8 -60 4 -68 8 -76 0 5 polygon +1 1.00 -8 -8 -56 -8 -60 -4 -68 -8 -76 0 5 polygon +1 1.00 -52 8 -52 -8 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/keyboard { +% -448 -352 896 714 bbox +begingate +0 1.00 0 0 0 -320 48 -320 48 0 4 polygon +0 1.00 56 0 56 -320 104 -320 104 0 4 polygon +0 1.00 112 0 112 -320 160 -320 160 0 4 polygon +0 1.00 168 0 168 -320 216 -320 216 0 4 polygon +0 1.00 224 0 224 -320 272 -320 272 0 4 polygon +0 1.00 280 0 280 -320 328 -320 328 0 4 polygon +0 1.00 336 0 336 -320 384 -320 384 0 4 polygon +240 1.00 40 0 40 -200 64 -200 64 0 4 polygon +240 1.00 96 0 96 -200 120 -200 120 0 4 polygon +240 1.00 208 0 208 -200 232 -200 232 0 4 polygon +240 1.00 264 0 264 -200 288 -200 288 0 4 polygon +240 1.00 320 0 320 -200 344 -200 344 0 4 polygon +0 1.00 -392 0 -392 -320 -344 -320 -344 0 4 polygon +0 1.00 -336 0 -336 -320 -288 -320 -288 0 4 polygon +240 1.00 -352 0 -352 -200 -328 -200 -328 0 4 polygon +0 1.00 -280 0 -280 -320 -232 -320 -232 0 4 polygon +240 1.00 -296 0 -296 -200 -272 -200 -272 0 4 polygon +0 1.00 -224 0 -224 -320 -176 -320 -176 0 4 polygon +0 1.00 -168 0 -168 -320 -120 -320 -120 0 4 polygon +240 1.00 -184 0 -184 -200 -160 -200 -160 0 4 polygon +0 1.00 -112 0 -112 -320 -64 -320 -64 0 4 polygon +240 1.00 -128 0 -128 -200 -104 -200 -104 0 4 polygon +0 1.00 -56 0 -56 -320 -8 -320 -8 0 4 polygon +240 1.00 -72 0 -72 -200 -48 -200 -48 0 4 polygon +1 1.00 184 48 32 0.00 360.00 xcarc +(Volume) {/Helvetica 1.000 cf} 2 16 0 232 48 label +1 1.00 184 48 152 48 2 polygon +0.824 0.706 0.549 scb +240 1.00 -352 48 -352 32 -336 32 -336 48 4 polygon +sce +0 1.00 -352 48 -352 32 -336 32 -336 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -320 48 -320 32 -304 32 -304 48 4 polygon +sce +0 1.00 -320 48 -320 32 -304 32 -304 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -288 48 -288 32 -272 32 -272 48 4 polygon +sce +0 1.00 -288 48 -288 32 -272 32 -272 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -256 48 -256 32 -240 32 -240 48 4 polygon +sce +0 1.00 -256 48 -256 32 -240 32 -240 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -224 48 -224 32 -208 32 -208 48 4 polygon +sce +0 1.00 -224 48 -224 32 -208 32 -208 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -192 48 -192 32 -176 32 -176 48 4 polygon +sce +0 1.00 -192 48 -192 32 -176 32 -176 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -160 48 -160 32 -144 32 -144 48 4 polygon +sce +0 1.00 -160 48 -160 32 -144 32 -144 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -128 48 -128 32 -112 32 -112 48 4 polygon +sce +0 1.00 -128 48 -128 32 -112 32 -112 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -96 48 -96 32 -80 32 -80 48 4 polygon +sce +0 1.00 -96 48 -96 32 -80 32 -80 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -64 48 -64 32 -48 32 -48 48 4 polygon +sce +0 1.00 -64 48 -64 32 -48 32 -48 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -32 48 -32 32 -16 32 -16 48 4 polygon +sce +0 1.00 -32 48 -32 32 -16 32 -16 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 0 48 0 32 16 32 16 48 4 polygon +sce +0 1.00 0 48 0 32 16 32 16 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 32 48 32 32 48 32 48 48 4 polygon +sce +0 1.00 32 48 32 32 48 32 48 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 64 48 64 32 80 32 80 48 4 polygon +sce +0 1.00 64 48 64 32 80 32 80 48 4 polygon +0.824 0.706 0.549 scb +240 1.00 -384 48 -384 32 -368 32 -368 48 4 polygon +sce +0 1.00 -384 48 -384 32 -368 32 -368 48 4 polygon +("Voice" selection) {/Helvetica 0.900 cf} 2 16 0 -296 60 label +0.647 0.165 0.165 scb +241 1.00 -416 240 -416 144 2 polygon +241 1.00 -400 240 -320 240 -320 208 -416 240 spline +241 1.00 -400 144 -320 144 -320 176 -416 144 spline +241 1.00 -320 208 -320 176 2 polygon +241 1.00 -416 240 -320 208 -320 176 -416 144 -416 240 5 polygon +sce +1 1.00 -416 240 -416 144 2 polygon +1 1.00 -400 240 -320 240 -320 208 -416 240 spline +1 1.00 -400 144 -320 144 -320 176 -416 144 spline +1 1.00 -320 208 -320 176 2 polygon +1 2.00 -416 224 -448 224 2 polygon +1 2.00 -448 160 -416 160 2 polygon +1 3.00 192 240 -160 160 -96 96 -320 192 spline +(plug) {/Helvetica 1.000 cf} 2 16 0 336 208 label +1.00 90 304 184 audioplug +1 1.00 296 312 192 288 192 352 296 256 spline +1 1.00 312 312 416 288 416 352 312 256 spline +1.00 0 192 352 dot +1.00 0 416 352 dot +0.600 0.600 0.600 scb +0 2.00 -448 96 -448 -352 448 -352 448 96 4 polygon +sce +1 2.00 288 96 320 96 2 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05028.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 989 637 offsets +0.5500 inchscale +2.6000 setlinewidth + +1.00 0 797 701 keyboard +1.00 -1 1445 1037 audioplug +1.00 -181 1093 1237 potentiometer1 +1 1.00 1053 1101 989 1117 989 1053 1053 1165 spline +1 1.00 1133 1117 1213 1117 1213 1053 1133 1165 spline +1 1.00 1229 1085 1309 1045 1373 1045 1133 1165 spline +1 1.00 1101 1021 1197 1029 1373 1029 1093 1165 spline +0 1.00 1533 1213 1533 829 1821 829 1821 1213 4 polygon +(Computer) {/Helvetica 1.000 cf} 2 16 0 1589 1165 label +1 2.00 1533 1053 1533 1021 2 polygon +(mic. input) {/Helvetica 0.500 cf} 2 16 0 1541 1033 label +1 1.00 1533 1213 1629 1245 1917 1245 1821 1213 4 polygon +1 1.00 1917 1245 1917 861 1821 829 3 polygon +1 1.00 1837 1189 1901 1213 1901 1205 1837 1181 1837 1189 5 polygon +1 1.00 1893 1077 8 0.00 360.00 xcarc +1 1.00 1837 1149 1837 1133 1901 1157 1901 1173 1837 1149 5 polygon +0 1.00 1453 701 1453 445 1709 445 1709 701 4 polygon +0 1.00 1421 733 1421 413 1741 413 1741 733 4 polygon +1 1.00 1421 733 1501 765 1821 765 1741 733 4 polygon +1 1.00 1821 765 1821 445 1741 413 3 polygon +(Monitor) {/Helvetica 1.000 cf} 2 16 0 1517 373 label +0.600 0.600 0.600 scb +0 1.00 1485 637 1485 509 1661 509 1661 637 4 polygon +sce +0.000 1.000 0.000 scb +1 1.00 1493 605 1509 605 1517 573 1485 573 spline +1 1.00 1525 541 1541 541 1549 573 1517 573 spline +1 1.00 1573 605 1557 605 1549 573 1581 573 spline +1 1.00 1605 541 1589 541 1581 573 1613 573 spline +1 1.00 1637 605 1621 605 1613 573 1645 573 spline +1 1.00 1645 557 1645 549 1661 549 1645 573 spline +sce +1 5.00 1421 797 1405 893 1533 893 1453 749 spline +(plug) {/Helvetica 1.000 cf} 2 16 0 1373 1069 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05032.eps b/derived/Source/circuit_generation_code/EXP/05032.eps new file mode 100644 index 0000000000000000000000000000000000000000..915f8d20050d2eae237ee1237604b9ad7d47c662 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05032.eps @@ -0,0 +1,239 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05032.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 10 19:23:33 2002 +%%Pages: 1 +%%BoundingBox: 68 68 197 136 +%%DocumentNeededResources: font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 688 364 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 180 464 364 inductor +1.00 0 656 364 capacitor +1 1.00 656 428 656 460 464 460 464 428 4 polygon +1 1.00 656 300 656 268 464 268 464 316 4 polygon +(L) {/Times-Roman 1.000 cf} 2 16 0 416 348 label +(C) {/Times-Roman 1.000 cf} 2 16 0 576 348 label +1.00 0 288 364 battery +1.00 270 400 460 arrow +1 1.00 368 460 288 460 288 428 3 polygon +1 1.00 368 268 288 268 288 300 3 polygon +1.00 -91 400 268 arrow +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05033.eps b/derived/Source/circuit_generation_code/EXP/05033.eps new file mode 100644 index 0000000000000000000000000000000000000000..6a706917d3c34a5150a8171a4bd00fb6a1b65155 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05033.eps @@ -0,0 +1,299 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05033.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 10 19:33:16 2002 +%%Pages: 1 +%%BoundingBox: 68 68 324 254 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/transformer2 { +% -112 -112 208 224 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 -80 -32 -80 -80 -64 -96 48 -96 64 -80 64 -32 -80 -32 7 polygon +240 1.00 -112 -32 -112 32 96 32 96 -32 4 polygon +241 1.00 -80 32 -80 80 -64 96 48 96 64 80 64 32 -80 32 7 polygon +sce +1 2.00 -48 96 -48 112 2 polygon +1 2.00 32 96 32 112 2 polygon +1 2.00 32 -112 32 -96 2 polygon +1 2.00 -48 -112 -48 -96 2 polygon +0 1.00 -112 32 -112 -32 96 -32 96 32 4 polygon +1 1.00 -80 32 -80 80 -64 96 48 96 64 80 64 32 6 polygon +1 1.00 -80 -32 -80 -80 -64 -96 48 -96 64 -80 64 -32 6 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1043 1200 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 691 368 transformer2 +1.00 180 851 576 capacitor1 +1.00 0 451 592 real_batt +1.00 -271 635 504 clip +1.00 -271 443 728 clip +1.00 -226 387 680 clip +1.00 0 787 688 terminal_strip_2 +1 2.00 819 624 819 640 2 polygon +1 2.00 883 624 867 640 2 polygon +1.00 -271 715 504 clip +1 1.00 723 576 771 576 771 640 723 528 spline +1 1.00 723 592 643 592 643 528 723 640 spline +1 1.00 771 848 867 848 867 736 771 736 spline +1 1.00 723 848 819 848 819 736 723 736 spline +1 1.00 451 912 771 960 771 736 451 752 spline +1.00 30 575 496 clip +1 1.00 187 816 203 216 563 480 371 704 spline +1.00 -181 611 552 arrow +(touch) {/Helvetica 1.000 cf} 2 16 0 563 688 label +(clips) {/Helvetica 1.000 cf} 2 16 0 571 648 label +(together) {/Helvetica 1.000 cf} 2 16 0 539 608 label +(\(transformer used ) {/Helvetica 1.000 cf} 2 16 0 803 368 label +(as an inductor\)) {/Helvetica 1.000 cf} 2 16 0 835 328 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05034.eps b/derived/Source/circuit_generation_code/EXP/05034.eps new file mode 100644 index 0000000000000000000000000000000000000000..23ccb39693a45cfdb30cd804baec417bdf2247c9 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05034.eps @@ -0,0 +1,231 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05034.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 17:33:24 2002 +%%Pages: 1 +%%BoundingBox: 68 68 158 155 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 544 384 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 180 320 384 inductor +1.00 0 512 384 capacitor +1 1.00 512 320 512 288 320 288 320 336 4 polygon +(1) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 256 368 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 432 368 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 288 480 label +(0) {/Helvetica 1.000 cf} 2 16 0 280 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 520 256 label +sce +1.00 270 416 480 resistor +1 1.00 320 448 320 480 352 480 3 polygon +1 1.00 480 480 512 480 512 448 3 polygon +1.000 0.000 1.000 scb +(2) {/Helvetica 1.000 cf} 2 16 0 528 480 label +sce +(stray) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 368 512 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05036.eps b/derived/Source/circuit_generation_code/EXP/05036.eps new file mode 100644 index 0000000000000000000000000000000000000000..475767a2e39bc6bee06531ce90252c318e492099 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05036.eps @@ -0,0 +1,238 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05036.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 12 13:45:15 2002 +%%Pages: 1 +%%BoundingBox: 68 68 262 276 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/battery2 { +% -56 -100 112 199 bbox +begingate +1 1.00 -80 64 0 112 48 96 -48 32 spline +1 1.00 80 64 0 16 -48 32 48 96 spline +1 1.00 -56 48 -56 -80 2 polygon +1 1.00 -56 -120 40 -96 56 -56 -56 -80 spline +1 1.00 56 -56 56 80 2 polygon +1 1.00 0 64 8 0.00 360.00 xcarc +1.000 0.647 0.000 scb +241 1.00 8 8 -8 -16 0 -16 -16 -40 -8 -40 -24 -64 8 -32 0 -32 16 -8 8 -8 16 8 8 +8 12 polygon +sce +0.000 0.000 1.000 scb +1 1.00 0 -32 48 0.00 360.00 xcarc +sce +endgate +} def + +%%Page: 05035.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 808 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 400 840 real_batt +(6-volt "lantern") {/Helvetica 1.000 cf} 2 16 0 272 648 label +(battery) {/Helvetica 1.000 cf} 2 16 0 328 608 label +1.00 0 784 808 LED +(Light-emitting) {/Helvetica 1.000 cf} 2 16 0 672 728 label +(diode \("LED"\)) {/Helvetica 1.000 cf} 2 16 0 680 688 label +1.00 0 784 472 hobby_motor +(Permanent-) {/Helvetica 1.000 cf} 2 16 0 672 376 label +(magnet motor) {/Helvetica 1.000 cf} 2 16 0 656 336 label +(1.5-volt "D-cell") {/Helvetica 1.000 cf} 2 16 0 256 296 label +(battery) {/Helvetica 1.000 cf} 2 16 0 328 256 label +1.00 0 384 440 battery2 +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05037.eps b/derived/Source/circuit_generation_code/EXP/05037.eps new file mode 100644 index 0000000000000000000000000000000000000000..7e045bc875a4c0f69bb08467b05b76cf437c45ac --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05037.eps @@ -0,0 +1,317 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05037.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 12 19:28:32 2002 +%%Pages: 1 +%%BoundingBox: 68 68 376 243 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/analog_multimeter { +% -192 -224 384 448 bbox +begingate +0.600 0.600 0.600 scb +0 3.00 -192 224 -192 -224 192 -224 192 224 4 polygon +sce +1.000 0.000 0.000 scb +1 1.00 112 -176 16 0.00 360.00 xcarc +sce +1 1.00 -112 -176 16 0.00 360.00 xcarc +0.600 0.600 0.600 scb +1 1.00 0 -64 80 0.00 360.00 xcarc +1.00 0 0 -64 dot +1 1.00 0 -64 72 0.00 360.00 xcarc +0 1.00 -176 208 -176 48 176 48 176 208 4 polygon +sce +1 1.00 -64 192 64 192 160 144 -160 144 spline +1 1.00 -80 -64 -96 -64 2 polygon +1 1.00 0 16 0 32 2 polygon +1 1.00 0 -144 0 -160 2 polygon +1 1.00 80 -64 96 -64 2 polygon +1 1.00 -58 -7 -69 4 2 polygon +1 1.00 70 -131 59 -120 2 polygon +1 1.00 58 -7 69 4 2 polygon +1 1.00 -70 -131 -59 -120 2 polygon +(-) {/Helvetica-Bold 1.000 cf} 2 16 0 -156 -188 label +1.000 0.000 0.000 scb +(+) {/Helvetica-Bold 1.000 cf} 2 16 0 136 -188 label +sce +endgate +} def + +/LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/lamp { +% -32 -50 64 104 bbox +begingate +1 1.00 0 22 32 0.00 360.00 xcarc +1.00 0 0 -40 dot +1 1.00 -8 -8 -8 16 2 polygon +1 1.00 8 -8 8 16 2 polygon +1 0.25 32 48 -32 48 8 16 -8 16 spline +0.800 0.800 0.800 scb +241 1.00 -24 0 -16 -8 -16 -40 16 -40 16 -8 24 0 8 -8 -8 -8 -24 0 9 polygon +sce +1 1.00 -24 0 -16 -8 -16 -40 16 -40 16 -8 24 0 6 polygon +1 1.00 16 -8 -16 -16 2 polygon +1 1.00 16 -16 -16 -24 2 polygon +1 1.00 16 -24 -16 -32 2 polygon +1 1.00 16 -32 -16 -40 2 polygon +endgate +} def + +%%Page: 05036.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 775 651 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 487 683 analog_multimeter +1 2.00 487 619 407 619 2 polygon +1 1.00 487 731 439 875 2 polygon +1.00 300 1199 699 LED +1.00 270 599 491 plug_+_ +1.00 270 375 491 plug_-_ +1.00 315 1039 571 probe_+_ +1.00 330 1095 523 probe_-_ +1.000 0.000 0.000 scb +1 1.00 879 387 647 299 599 451 919 451 spline +sce +1 1.00 975 251 391 267 375 451 1007 371 spline +1.00 0 1383 755 lamp +0.824 0.706 0.549 scb +240 1.00 1359 747 1359 683 1407 683 1407 747 4 polygon +sce +0 1.00 1359 747 1359 683 1407 683 1407 747 4 polygon +1.000 1.000 0.000 scb +1 1.00 1383 779 1255 683 2 polygon +1 1.00 1383 779 1239 779 2 polygon +1 1.00 1383 779 1255 875 2 polygon +1 1.00 1383 779 1335 923 2 polygon +1 1.00 1383 779 1431 923 2 polygon +1 1.00 1383 779 1511 875 2 polygon +1 1.00 1527 779 1383 779 2 polygon +1 1.00 1383 779 1511 683 2 polygon +1 1.00 1383 779 1239 731 2 polygon +1 1.00 1383 779 1239 827 2 polygon +1 1.00 1383 779 1511 827 2 polygon +1 1.00 1383 779 1511 731 2 polygon +1 1.00 1383 779 1479 907 2 polygon +1 1.00 1383 779 1383 939 2 polygon +1 1.00 1383 779 1287 907 2 polygon +1 1.00 1383 779 1303 651 2 polygon +1 1.00 1383 779 1463 651 2 polygon +sce +(Light source) {/Helvetica 1.000 cf} 2 16 0 1271 955 label +(LED) {/Helvetica 1.000 cf} 2 16 0 1143 731 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05039.eps b/derived/Source/circuit_generation_code/EXP/05039.eps new file mode 100644 index 0000000000000000000000000000000000000000..631c215ee0456da9da0de3e34704fc836c82017e --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05039.eps @@ -0,0 +1,272 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05039.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 12 20:15:41 2002 +%%Pages: 1 +%%BoundingBox: 68 68 296 172 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/lamp { +% -32 -50 64 104 bbox +begingate +1 1.00 0 22 32 0.00 360.00 xcarc +1.00 0 0 -40 dot +1 1.00 -8 -8 -8 16 2 polygon +1 1.00 8 -8 8 16 2 polygon +1 0.25 32 48 -32 48 8 16 -8 16 spline +0.800 0.800 0.800 scb +241 1.00 -24 0 -16 -8 -16 -40 16 -40 16 -8 24 0 8 -8 -8 -8 -24 0 9 polygon +sce +1 1.00 -24 0 -16 -8 -16 -40 16 -40 16 -8 24 0 6 polygon +1 1.00 16 -8 -16 -16 2 polygon +1 1.00 16 -16 -16 -24 2 polygon +1 1.00 16 -24 -16 -32 2 polygon +1 1.00 16 -32 -16 -40 2 polygon +endgate +} def + +/cds_cell { +% -32 -48 64 96 bbox +begingate +1 1.00 0 16 32 0.00 360.00 xcarc +0.600 0.600 0.600 scb +1 1.00 -16 40 16 40 2 polygon +1 1.00 -16 32 16 32 2 polygon +1 1.00 -24 24 24 24 2 polygon +1 1.00 -24 16 24 16 2 polygon +1 1.00 -24 8 24 8 2 polygon +1 1.00 -16 0 16 0 2 polygon +1 1.00 -16 -8 16 -8 2 polygon +1 1.00 24 40 24 32 16 32 16 40 spline +1 1.00 32 16 32 24 24 24 24 16 spline +1 1.00 -32 8 -32 16 -24 16 -24 8 spline +1 1.00 -24 -8 -24 0 -16 0 -16 -8 spline +1 1.00 -24 32 -32 24 -24 24 -16 32 spline +1 1.00 24 0 32 8 24 8 16 0 spline +sce +1 2.00 -32 -48 -32 -16 -24 -8 3 polygon +1 2.00 32 -48 32 -16 24 -8 3 polygon +endgate +} def + +/diode1 { +% -48 -12 96 24 bbox +begingate +0.600 0.600 0.600 scb +240 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +sce +0 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +1.000 1.000 1.000 scb +240 1.00 16 12 16 -12 20 -12 20 12 4 polygon +sce +1 2.00 -32 0 -48 0 2 polygon +1 2.00 32 0 48 0 2 polygon +endgate +} def + +/resistor3 { +% -16 -64 32 128 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +sce +1 2.00 0 -48 0 -64 2 polygon +1 2.00 0 48 0 64 2 polygon +0 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05036.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 560 560 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 544 lamp +1.00 0 656 544 cds_cell +(Photocell) {/Helvetica 1.000 cf} 2 16 0 576 448 label +(Incandescent) {/Helvetica 1.000 cf} 2 16 0 256 464 label +(lamp) {/Helvetica 1.000 cf} 2 16 0 320 424 label +1.00 0 928 560 diode1 +1 2.00 880 560 816 560 2 polygon +1 2.00 1040 560 976 560 2 polygon +(Diode) {/Helvetica 1.000 cf} 2 16 0 880 496 label +1.00 270 480 320 resistor3 +(Resistor) {/Helvetica 1.000 cf} 2 16 0 416 256 label +1.00 0 784 320 resistor4 +(Resistor) {/Helvetica 1.000 cf} 2 16 0 720 256 label +1 2.00 736 320 672 320 2 polygon +1 2.00 896 320 832 320 2 polygon +1 2.00 416 320 352 320 2 polygon +1 2.00 608 320 544 320 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05040.eps b/derived/Source/circuit_generation_code/EXP/05040.eps new file mode 100644 index 0000000000000000000000000000000000000000..5d6f3964bf966d5b83bb906642a7abafdf03a57f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05040.eps @@ -0,0 +1,285 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05040.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 07:46:00 2002 +%%Pages: 1 +%%BoundingBox: 68 68 323 293 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/analog_multimeter { +% -192 -224 384 448 bbox +begingate +0.600 0.600 0.600 scb +0 3.00 -192 224 -192 -224 192 -224 192 224 4 polygon +sce +1.000 0.000 0.000 scb +1 1.00 112 -176 16 0.00 360.00 xcarc +sce +1 1.00 -112 -176 16 0.00 360.00 xcarc +0.600 0.600 0.600 scb +1 1.00 0 -64 80 0.00 360.00 xcarc +1.00 0 0 -64 dot +1 1.00 0 -64 72 0.00 360.00 xcarc +0 1.00 -176 208 -176 48 176 48 176 208 4 polygon +sce +1 1.00 -64 192 64 192 160 144 -160 144 spline +1 1.00 -80 -64 -96 -64 2 polygon +1 1.00 0 16 0 32 2 polygon +1 1.00 0 -144 0 -160 2 polygon +1 1.00 80 -64 96 -64 2 polygon +1 1.00 -58 -7 -69 4 2 polygon +1 1.00 70 -131 59 -120 2 polygon +1 1.00 58 -7 69 4 2 polygon +1 1.00 -70 -131 -59 -120 2 polygon +(-) {/Helvetica-Bold 1.000 cf} 2 16 0 -156 -188 label +1.000 0.000 0.000 scb +(+) {/Helvetica-Bold 1.000 cf} 2 16 0 136 -188 label +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 726 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 448 806 analog_multimeter +1.00 270 560 614 plug_+_ +1.00 270 336 614 plug_-_ +1.00 0 944 550 probe_+_ +1.00 0 1104 550 probe_-_ +1.00 0 1024 726 resistor4 +1 2.00 976 726 912 726 2 polygon +1 2.00 1136 726 1072 726 2 polygon +1 1.00 1120 166 368 230 336 582 1104 374 spline +1.000 0.000 0.000 scb +1 1.00 944 182 576 294 560 582 944 374 spline +sce +(Resistor) {/Helvetica 1.000 cf} 2 16 0 960 758 label +(Analog) {/Helvetica 1.000 cf} 2 16 0 656 902 label +(meter) {/Helvetica 1.000 cf} 2 16 0 664 862 label +1 1.00 448 854 512 998 2 polygon +1 2.00 448 742 496 790 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05041.eps b/derived/Source/circuit_generation_code/EXP/05041.eps new file mode 100644 index 0000000000000000000000000000000000000000..d5f0edf676c0ac20c49f6dfb689b6c5a55ebe55f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05041.eps @@ -0,0 +1,517 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05041.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 08:31:54 2002 +%%Pages: 1 +%%BoundingBox: 68 68 352 398 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%+ font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/analog_multimeter { +% -192 -224 384 448 bbox +begingate +0.600 0.600 0.600 scb +0 3.00 -192 224 -192 -224 192 -224 192 224 4 polygon +sce +1.000 0.000 0.000 scb +1 1.00 112 -176 16 0.00 360.00 xcarc +sce +1 1.00 -112 -176 16 0.00 360.00 xcarc +0.600 0.600 0.600 scb +1 1.00 0 -64 80 0.00 360.00 xcarc +1.00 0 0 -64 dot +1 1.00 0 -64 72 0.00 360.00 xcarc +0 1.00 -176 208 -176 48 176 48 176 208 4 polygon +sce +1 1.00 -64 192 64 192 160 144 -160 144 spline +1 1.00 -80 -64 -96 -64 2 polygon +1 1.00 0 16 0 32 2 polygon +1 1.00 0 -144 0 -160 2 polygon +1 1.00 80 -64 96 -64 2 polygon +1 1.00 -58 -7 -69 4 2 polygon +1 1.00 70 -131 59 -120 2 polygon +1 1.00 58 -7 69 4 2 polygon +1 1.00 -70 -131 -59 -120 2 polygon +(-) {/Helvetica-Bold 1.000 cf} 2 16 0 -156 -188 label +1.000 0.000 0.000 scb +(+) {/Helvetica-Bold 1.000 cf} 2 16 0 136 -188 label +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +%%Page: 05040.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1535 1042 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 767 1234 analog_multimeter +1.00 270 879 1042 plug_+_ +1.00 270 655 1042 plug_-_ +1.00 105 1031 866 probe_+_ +1.00 255 471 866 probe_-_ +(Analog) {/Helvetica 1.000 cf} 2 16 0 975 1250 label +(meter) {/Helvetica 1.000 cf} 2 16 0 983 1210 label +1 2.00 767 1170 815 1218 2 polygon +1.00 0 911 530 breadboard +1 1.00 703 738 623 770 639 818 703 690 spline +1.00 0 703 690 dot +1.00 0 703 594 dot +1 1.00 719 658 863 738 863 818 703 594 spline +1.000 0.000 0.000 scb +1 1.00 1311 994 879 914 879 1010 1199 914 spline +sce +1 1.00 143 1058 671 866 655 1010 303 914 spline +1 1.00 767 1282 927 1394 2 polygon +(Continuity!) {/Helvetica-Oblique 1.000 cf} 2 16 0 671 1474 label +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 799 274 label +(22-gauge wire) {/Helvetica 1.000 cf} 2 16 0 863 754 label +(22-gauge wire) {/Helvetica 1.000 cf} 2 16 0 383 754 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05042.eps b/derived/Source/circuit_generation_code/EXP/05042.eps new file mode 100644 index 0000000000000000000000000000000000000000..c670c4d9d7bb5cb8b3cc013d86792b2a6d283b20 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05042.eps @@ -0,0 +1,517 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05042.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 08:33:10 2002 +%%Pages: 1 +%%BoundingBox: 68 68 352 398 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%+ font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/analog_multimeter { +% -192 -224 384 448 bbox +begingate +0.600 0.600 0.600 scb +0 3.00 -192 224 -192 -224 192 -224 192 224 4 polygon +sce +1.000 0.000 0.000 scb +1 1.00 112 -176 16 0.00 360.00 xcarc +sce +1 1.00 -112 -176 16 0.00 360.00 xcarc +0.600 0.600 0.600 scb +1 1.00 0 -64 80 0.00 360.00 xcarc +1.00 0 0 -64 dot +1 1.00 0 -64 72 0.00 360.00 xcarc +0 1.00 -176 208 -176 48 176 48 176 208 4 polygon +sce +1 1.00 -64 192 64 192 160 144 -160 144 spline +1 1.00 -80 -64 -96 -64 2 polygon +1 1.00 0 16 0 32 2 polygon +1 1.00 0 -144 0 -160 2 polygon +1 1.00 80 -64 96 -64 2 polygon +1 1.00 -58 -7 -69 4 2 polygon +1 1.00 70 -131 59 -120 2 polygon +1 1.00 58 -7 69 4 2 polygon +1 1.00 -70 -131 -59 -120 2 polygon +(-) {/Helvetica-Bold 1.000 cf} 2 16 0 -156 -188 label +1.000 0.000 0.000 scb +(+) {/Helvetica-Bold 1.000 cf} 2 16 0 136 -188 label +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +%%Page: 05040.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1535 1042 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 767 1234 analog_multimeter +1.00 270 879 1042 plug_+_ +1.00 270 655 1042 plug_-_ +1.00 105 1031 866 probe_+_ +1.00 255 471 866 probe_-_ +(Analog) {/Helvetica 1.000 cf} 2 16 0 975 1250 label +(meter) {/Helvetica 1.000 cf} 2 16 0 983 1210 label +1 2.00 767 1170 815 1218 2 polygon +1.00 0 911 530 breadboard +1 1.00 703 738 623 770 639 818 703 690 spline +1.00 0 703 690 dot +1.000 0.000 0.000 scb +1 1.00 1311 994 879 914 879 1010 1199 914 spline +sce +1 1.00 143 1058 671 866 655 1010 303 914 spline +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 799 274 label +(22-gauge wire) {/Helvetica 1.000 cf} 2 16 0 863 754 label +(22-gauge wire) {/Helvetica 1.000 cf} 2 16 0 383 754 label +1.00 0 767 690 dot +1 1.00 767 770 847 770 863 818 767 690 spline +1 1.00 767 1282 607 1394 2 polygon +(No continuity) {/Helvetica-Oblique 1.000 cf} 2 16 0 655 1474 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05045.eps b/derived/Source/circuit_generation_code/EXP/05045.eps new file mode 100644 index 0000000000000000000000000000000000000000..91f6d434129b0402fdfaf54171b51823d3977c7c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05045.eps @@ -0,0 +1,188 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05045.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:27:33 2002 +%%Pages: 1 +%%BoundingBox: 68 68 243 130 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/lamp { +% -35 -80 70 160 bbox +begingate +1 1.00 0 32 0 80 2 polygon +1 1.00 0 0 35 0.00 360.00 xcarc +1 1.00 26 44 26 -47 2 22 2 -24 spline +1 1.00 0 32 4 16 2 polygon +1 1.00 0 -32 0 -80 2 polygon +1 1.00 0 -32 4 -20 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 576 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 448 352 battery +1.00 0 704 352 lamp +1 1.00 704 432 704 448 448 448 448 416 4 polygon +1 1.00 704 272 704 256 448 256 448 288 4 polygon +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 352 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 752 352 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05046.eps b/derived/Source/circuit_generation_code/EXP/05046.eps new file mode 100644 index 0000000000000000000000000000000000000000..a200cfae5fa5fbd30cdab6c98efc7286d8be901c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05046.eps @@ -0,0 +1,226 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05046.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:30:44 2002 +%%Pages: 1 +%%BoundingBox: 68 68 356 173 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 336 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1152 368 label +1.00 0 496 384 real_batt +1.00 270 1024 368 lamp2 +1.00 270 456 488 clip +1.00 270 504 520 clip +1.00 0 944 392 clip +1.00 0 944 360 clip +1 1.00 712 352 504 648 496 544 920 352 spline +1 1.00 800 400 448 768 448 512 920 384 spline +1.000 1.000 0.000 scb +1 1.00 1056 368 976 448 2 polygon +1 1.00 1056 368 1024 464 2 polygon +1 1.00 1056 368 1088 464 2 polygon +1 1.00 1056 368 1136 448 2 polygon +1 1.00 1056 368 1152 400 2 polygon +1 1.00 1056 368 1152 352 2 polygon +1 1.00 1056 368 1136 304 2 polygon +1 1.00 1056 368 1088 288 2 polygon +1 1.00 1056 368 1024 288 2 polygon +1 1.00 1056 368 976 304 2 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05047.eps b/derived/Source/circuit_generation_code/EXP/05047.eps new file mode 100644 index 0000000000000000000000000000000000000000..5b111170f9496eb3f0e96c0942ae25614130cb50 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05047.eps @@ -0,0 +1,236 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05047.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:38:13 2002 +%%Pages: 1 +%%BoundingBox: 68 68 356 182 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 672 offsets +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 368 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1152 400 label +1.00 0 496 416 real_batt +1.00 270 1024 400 lamp2 +1.00 270 456 520 clip +1.00 270 504 552 clip +1.00 0 944 424 clip +1.00 0 928 392 clip +1 1.00 712 384 504 680 496 576 920 384 spline +1 1.00 800 432 448 800 448 544 920 416 spline +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 992 464 label +1.00 0 960 336 arrow +(break in circuit) {/Helvetica-Oblique 1.000 cf} 2 16 0 832 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05048.eps b/derived/Source/circuit_generation_code/EXP/05048.eps new file mode 100644 index 0000000000000000000000000000000000000000..7a44aadac99cd578ce2c259e75dd104410c11aea --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05048.eps @@ -0,0 +1,237 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05048.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:39:09 2002 +%%Pages: 1 +%%BoundingBox: 68 68 356 173 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 640 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 336 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1152 368 label +1.00 0 496 384 real_batt +1.00 270 1024 368 lamp2 +1.00 270 456 488 clip +1.00 270 504 520 clip +1.00 0 928 392 clip +1.00 0 944 360 clip +1 1.00 712 352 504 648 496 544 920 352 spline +1 1.00 800 400 448 768 448 512 920 384 spline +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 992 432 label +1.00 -181 960 432 arrow +(break in circuit) {/Helvetica-Oblique 1.000 cf} 2 16 0 832 488 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05049.eps b/derived/Source/circuit_generation_code/EXP/05049.eps new file mode 100644 index 0000000000000000000000000000000000000000..02862c03ad664d82ed7264a305d9d5d227ee27bd --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05049.eps @@ -0,0 +1,237 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05049.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:40:08 2002 +%%Pages: 1 +%%BoundingBox: 68 68 385 173 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 904 640 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 360 336 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1256 368 label +1.00 0 600 384 real_batt +1.00 270 1128 368 lamp2 +1.00 270 560 512 clip +1.00 270 608 520 clip +1.00 0 1048 392 clip +1.00 0 1048 360 clip +1 1.00 816 352 608 648 600 544 1024 352 spline +1 1.00 904 400 552 768 552 512 1024 384 spline +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 1096 432 label +1.00 -91 504 480 arrow +(break in circuit) {/Helvetica-Oblique 1.000 cf} 2 16 0 256 496 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05050.eps b/derived/Source/circuit_generation_code/EXP/05050.eps new file mode 100644 index 0000000000000000000000000000000000000000..6244410fd84ee768c10ff17bd3160a3dfab79bd0 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05050.eps @@ -0,0 +1,237 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05050.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:41:46 2002 +%%Pages: 1 +%%BoundingBox: 68 68 387 173 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 912 640 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 368 336 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1264 368 label +1.00 0 608 384 real_batt +1.00 270 1136 368 lamp2 +1.00 270 568 488 clip +1.00 255 616 544 clip +1.00 0 1056 392 clip +1.00 0 1056 360 clip +1 1.00 912 400 560 768 560 512 1032 384 spline +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 1104 432 label +1.00 -106 568 520 arrow +(break in circuit) {/Helvetica-Oblique 1.000 cf} 2 16 0 256 536 label +1 1.00 824 352 616 648 608 544 1032 352 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05051.eps b/derived/Source/circuit_generation_code/EXP/05051.eps new file mode 100644 index 0000000000000000000000000000000000000000..7372e99fa7a3682eb85433c89d33049128894493 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05051.eps @@ -0,0 +1,354 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05051.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 09:52:04 2002 +%%Pages: 1 +%%BoundingBox: 68 68 342 328 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%+ font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 336 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1104 368 label +1.00 0 496 384 real_batt +1.00 270 1024 368 lamp2 +1.00 270 456 488 clip +1.00 270 504 520 clip +1.00 0 944 360 clip +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 1024 432 label +1 1.00 712 352 504 648 496 544 920 352 spline +1.00 345 872 408 clip +1 1.00 776 448 448 720 448 512 848 408 spline +1.00 0 544 912 multimeter +1.00 0 656 752 plug_+_ +1.00 0 656 688 plug_-_ +1.00 180 976 560 probe_-_ +1.00 180 896 576 probe_+_ +1 1.00 784 688 976 912 976 728 696 688 spline +1.000 0.000 0.000 scb +1 1.00 776 752 896 896 896 744 696 752 spline +sce +1 2.00 544 896 496 848 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05052.eps b/derived/Source/circuit_generation_code/EXP/05052.eps new file mode 100644 index 0000000000000000000000000000000000000000..dbccf0ecbe51acb8136c2676feb3e75b59f7e0fc --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05052.eps @@ -0,0 +1,489 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05052.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 10:01:48 2002 +%%Pages: 1 +%%BoundingBox: 68 68 305 319 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 880 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 912 real_batt +1.00 270 344 1016 clip +1.00 270 392 1048 clip +1.00 -271 552 888 clip +1.00 270 632 896 clip +1.00 0 656 512 breadboard +1.00 0 928 672 dot +1.00 0 960 672 dot +1.00 0 944 736 lamp2 +1.00 0 928 608 dot +1 1.00 864 624 616 776 624 872 928 608 spline +1.00 0 960 544 dot +1 1.00 912 552 544 744 560 864 960 544 spline +1 1.00 384 1184 624 1096 624 920 384 1072 spline +1 1.00 552 1032 328 1224 336 1040 560 912 spline +1.000 1.000 0.000 scb +1 1.00 944 768 864 720 2 polygon +1 1.00 944 768 848 768 2 polygon +1 1.00 944 768 864 816 2 polygon +1 1.00 944 768 896 864 2 polygon +1 1.00 944 768 992 864 2 polygon +1 1.00 944 768 944 864 2 polygon +1 1.00 944 768 1024 816 2 polygon +1 1.00 944 768 1040 768 2 polygon +1 1.00 944 768 1024 720 2 polygon +sce +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 560 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05053.eps b/derived/Source/circuit_generation_code/EXP/05053.eps new file mode 100644 index 0000000000000000000000000000000000000000..013d8c034f846d6175901aa1ee6c8d4f711e8c57 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05053.eps @@ -0,0 +1,505 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05053.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 10:06:45 2002 +%%Pages: 1 +%%BoundingBox: 68 68 366 319 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 880 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 912 real_batt +1.00 270 344 1016 clip +1.00 270 392 1048 clip +1.00 -271 552 888 clip +1.00 270 632 896 clip +1.00 0 656 512 breadboard +1.00 0 928 672 dot +1.00 0 960 672 dot +1.00 0 944 736 lamp2 +1.00 0 928 608 dot +1 1.00 864 624 616 776 624 872 928 608 spline +1.00 0 960 544 dot +1 1.00 912 552 544 744 560 864 960 544 spline +1 1.00 384 1184 624 1096 624 920 384 1072 spline +1 1.00 552 1032 328 1224 336 1040 560 912 spline +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 560 256 label +1.00 0 928 576 dot +1.00 0 960 576 dot +1 1.00 928 592 976 624 960 576 928 576 spline +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 880 832 label +1.00 90 1008 592 arrow +1 1.00 1024 592 1120 592 2 polygon +("shorting") {/Helvetica 1.000 cf} 2 16 0 1120 592 label +(wire) {/Helvetica 1.000 cf} 2 16 0 1168 560 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05054.eps b/derived/Source/circuit_generation_code/EXP/05054.eps new file mode 100644 index 0000000000000000000000000000000000000000..7e31eb082c70bd4d8e21f0ebcb8c15869bd67018 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05054.eps @@ -0,0 +1,479 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05054.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 10:09:39 2002 +%%Pages: 1 +%%BoundingBox: 68 68 354 319 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 880 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 912 real_batt +1.00 270 344 1016 clip +1.00 270 392 1048 clip +1.00 -271 552 888 clip +1.00 270 632 896 clip +1.00 0 656 512 breadboard +1.00 270 1088 624 lamp2 +1 1.00 384 1184 624 1096 624 920 384 1072 spline +1 1.00 552 1032 328 1224 336 1040 560 912 spline +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 560 256 label +(No light!) {/Helvetica-Oblique 1.000 cf} 2 16 0 1104 672 label +1.00 0 1024 640 dot +1.00 0 1024 608 dot +1.00 0 1024 672 dot +1 1.00 928 752 624 752 624 880 1024 672 spline +1 1.00 544 768 816 576 1024 544 560 864 spline +1.00 0 1024 544 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05055.eps b/derived/Source/circuit_generation_code/EXP/05055.eps new file mode 100644 index 0000000000000000000000000000000000000000..430bb5174ee016f06ebfc409e5532432d1c786dc --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05055.eps @@ -0,0 +1,266 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05055.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 10:32:28 2002 +%%Pages: 1 +%%BoundingBox: 68 68 193 286 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 520 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 792 real_batt +1.00 270 328 896 clip +1.00 270 376 928 clip +1.00 -271 536 768 clip +1.00 270 616 768 clip +1.00 180 576 384 lamp2 +1 1.00 536 912 312 1104 320 920 544 792 spline +1.00 0 528 520 terminal_strip_2 +1 2.00 560 440 560 472 2 polygon +1 2.00 592 440 608 472 2 polygon +1 1.00 560 616 544 696 544 744 560 568 spline +1 1.00 624 696 592 632 608 568 608 744 spline +1 1.00 384 1064 608 984 608 792 368 952 spline +1.000 1.000 0.000 scb +1 1.00 576 352 480 352 2 polygon +1 1.00 576 352 488 416 2 polygon +1 1.00 488 288 576 352 2 polygon +1 1.00 576 352 536 256 2 polygon +1 1.00 576 352 664 416 2 polygon +1 1.00 576 352 672 352 2 polygon +1 1.00 664 288 576 352 2 polygon +1 1.00 576 352 616 256 2 polygon +sce +(Terminal) {/Helvetica 1.000 cf} 2 16 0 256 520 label +(strip) {/Helvetica 1.000 cf} 2 16 0 296 480 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05056.eps b/derived/Source/circuit_generation_code/EXP/05056.eps new file mode 100644 index 0000000000000000000000000000000000000000..209b12941c3ba26126a429301dada9d034a9778c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05056.eps @@ -0,0 +1,194 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05056.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 10:41:49 2002 +%%Pages: 1 +%%BoundingBox: 68 68 243 151 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/lamp { +% -35 -80 70 160 bbox +begingate +1 1.00 0 32 0 80 2 polygon +1 1.00 0 0 35 0.00 360.00 xcarc +1 1.00 26 44 26 -47 2 22 2 -24 spline +1 1.00 0 32 4 16 2 polygon +1 1.00 0 -32 0 -80 2 polygon +1 1.00 0 -32 4 -20 2 polygon +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 576 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 448 352 battery +1.00 0 704 352 lamp +1 1.00 704 272 704 256 448 256 448 288 4 polygon +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 352 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 752 352 label +1 1.00 576 448 32 0.00 360.00 xcarc +(A) {/Helvetica 1.000 cf} 2 16 0 562 436 label +1 1.00 544 448 512 448 2 polygon +1 1.00 608 448 640 448 2 polygon +1 1.00 448 416 448 448 512 448 3 polygon +1 1.00 640 448 704 448 704 432 3 polygon +(Ammeter) {/Helvetica 1.000 cf} 2 16 0 496 496 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05057.eps b/derived/Source/circuit_generation_code/EXP/05057.eps new file mode 100644 index 0000000000000000000000000000000000000000..2b8b406312f180692a2ad80b769c9ec8ab51c618 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05057.eps @@ -0,0 +1,364 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05057.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 10:50:41 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 314 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 336 label +(Lamp) {/Helvetica 1.000 cf} 2 16 0 1152 368 label +1.00 0 496 384 real_batt +1.00 270 1024 368 lamp2 +1.00 270 456 488 clip +1.00 270 504 520 clip +1.00 0 944 360 clip +1 1.00 712 352 504 648 496 544 920 352 spline +1.000 1.000 0.000 scb +1 1.00 1056 368 976 448 2 polygon +1 1.00 1056 368 1024 464 2 polygon +1 1.00 1056 368 1088 464 2 polygon +1 1.00 1056 368 1136 448 2 polygon +1 1.00 1056 368 1152 400 2 polygon +1 1.00 1056 368 1152 352 2 polygon +1 1.00 1056 368 1136 304 2 polygon +1 1.00 1056 368 1088 288 2 polygon +1 1.00 1056 368 1024 288 2 polygon +1 1.00 1056 368 976 304 2 polygon +sce +1.00 0 1248 864 multimeter +1.00 150 1136 648 plug_+_ +1.00 255 1340 624 plug_-_ +1.00 180 968 560 probe_-_ +1.00 180 888 560 probe_+_ +1.00 345 872 400 clip +1 1.00 432 704 720 496 848 400 448 512 spline +1 1.00 1208 320 992 848 968 736 1328 584 spline +1.000 0.000 0.000 scb +1 1.00 1048 728 896 912 888 736 1096 672 spline +sce +1 2.00 1248 848 1296 800 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05058.eps b/derived/Source/circuit_generation_code/EXP/05058.eps new file mode 100644 index 0000000000000000000000000000000000000000..0064009b4e043db268c99eb4146a5fa6c341b78b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05058.eps @@ -0,0 +1,368 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05058.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 11:02:08 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 314 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 640 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 336 label +1.00 0 496 384 real_batt +1.00 270 456 488 clip +1.00 270 504 520 clip +1.00 0 944 360 clip +1 1.00 712 352 504 648 496 544 920 352 spline +1.00 0 1248 864 multimeter +1.00 150 1136 648 plug_+_ +1.00 255 1340 624 plug_-_ +1.00 180 968 528 probe_-_ +1.00 180 888 560 probe_+_ +1.00 345 872 400 clip +1 1.00 432 704 720 496 848 400 448 512 spline +1.000 0.000 0.000 scb +1 1.00 1048 728 896 912 888 736 1096 672 spline +sce +1 2.00 1248 848 1296 800 2 polygon +1 1.00 1024 840 1176 328 1336 584 968 704 spline +(SHORT CIRCUIT !) {/Helvetica-Bold 1.000 cf} 2 16 0 1008 368 label +1.00 240 648 448 arrow +1.00 240 744 384 arrow +1.00 255 848 344 arrow +1.00 45 816 448 arrow +1.00 60 704 528 arrow +1.00 60 592 592 arrow +(current ) {/Helvetica 1.000 cf} 2 16 0 688 560 label +(surge) {/Helvetica 1.000 cf} 2 16 0 720 528 label +(current ) {/Helvetica 1.000 cf} 2 16 0 696 312 label +(surge) {/Helvetica 1.000 cf} 2 16 0 720 280 label +1.00 120 464 600 arrow +1.00 180 424 512 arrow +1.00 0 528 512 arrow +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05060.eps b/derived/Source/circuit_generation_code/EXP/05060.eps new file mode 100644 index 0000000000000000000000000000000000000000..b6d1771851db8f4b17b5da4f76ae7c37185d2d2a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05060.eps @@ -0,0 +1,631 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05060.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 11:36:38 2002 +%%Pages: 1 +%%BoundingBox: 68 68 389 320 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 943 655 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 447 927 real_batt +1.00 270 407 1031 clip +1.00 270 455 1063 clip +1.00 -271 615 903 clip +1.00 270 695 911 clip +1.00 0 719 527 breadboard +1.00 0 991 687 dot +1.00 0 1023 687 dot +1.00 0 1007 751 lamp2 +1.00 0 991 623 dot +1.00 0 1023 559 dot +1 1.00 975 567 607 759 623 879 1023 559 spline +1 1.00 447 1199 687 1111 687 935 447 1087 spline +1 1.00 615 1047 391 1239 399 1055 623 927 spline +1.000 1.000 0.000 scb +1 1.00 1007 783 927 735 2 polygon +1 1.00 1007 783 911 783 2 polygon +1 1.00 1007 783 927 831 2 polygon +1 1.00 1007 783 959 879 2 polygon +1 1.00 1007 783 1055 879 2 polygon +1 1.00 1007 783 1007 879 2 polygon +1 1.00 1007 783 1087 831 2 polygon +1 1.00 1007 783 1103 783 2 polygon +1 1.00 1007 783 1087 735 2 polygon +sce +1.00 0 1295 1167 multimeter +1 2.00 1295 1151 1343 1087 2 polygon +1.00 270 1199 927 plug_+_ +1.00 270 1391 927 plug_-_ +1 1.00 879 495 911 1279 1039 1007 687 879 spline +1 1.00 1151 671 1215 495 1327 591 991 623 spline +(spare wire) {/Helvetica 1.000 cf} 2 16 0 1151 527 label +1.00 30 1123 863 probe_-_ +1.00 75 1495 543 probe_+_ +1 1.00 1351 551 1407 703 1391 887 1207 711 spline +1.000 0.000 0.000 scb +1 1.00 1247 759 1911 559 1655 495 1199 887 spline +sce +(wire pulled) {/Helvetica 1.000 cf} 2 16 0 887 1159 label +(out of ) {/Helvetica 1.000 cf} 2 16 0 927 1119 label +(breadboard) {/Helvetica 1.000 cf} 2 16 0 887 1079 label +0 2.00 1359 1375 1359 1311 1391 1311 1391 1375 4 polygon +1 2.00 1311 1375 1343 1375 1343 1311 3 polygon +1.00 0 1295 1311 dot +1 2.00 1247 1375 1247 1343 1279 1343 3 polygon +1 2.00 1279 1375 1279 1311 2 polygon +1 2.00 1199 1375 1231 1375 1231 1343 1199 1343 1199 1311 1231 1311 6 polygon +(m) {/Helvetica 0.500 cf} 2 16 0 1387 1299 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05061.eps b/derived/Source/circuit_generation_code/EXP/05061.eps new file mode 100644 index 0000000000000000000000000000000000000000..7001c3b7b282002b09f78fcb0462c703dff8375c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05061.eps @@ -0,0 +1,412 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05061.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 11:43:42 2002 +%%Pages: 1 +%%BoundingBox: 68 68 353 325 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 520 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 792 real_batt +1.00 270 328 896 clip +1.00 270 376 928 clip +1.00 -271 536 768 clip +1.00 270 616 768 clip +1.00 180 576 384 lamp2 +1 1.00 536 912 312 1104 320 920 544 792 spline +1.00 0 528 520 terminal_strip_2 +1 2.00 560 440 560 472 2 polygon +1 2.00 592 440 608 472 2 polygon +1 1.00 560 616 544 696 544 744 560 568 spline +1 1.00 384 1064 608 984 608 792 368 952 spline +1.000 1.000 0.000 scb +1 1.00 576 352 480 352 2 polygon +1 1.00 576 352 488 416 2 polygon +1 1.00 488 288 576 352 2 polygon +1 1.00 576 352 536 256 2 polygon +1 1.00 576 352 664 416 2 polygon +1 1.00 576 352 672 352 2 polygon +1 1.00 664 288 576 352 2 polygon +1 1.00 576 352 616 256 2 polygon +sce +(Terminal) {/Helvetica 1.000 cf} 2 16 0 256 520 label +(strip) {/Helvetica 1.000 cf} 2 16 0 296 480 label +1.00 0 1088 904 multimeter +1.00 270 992 664 plug_+_ +1.00 270 1184 664 plug_-_ +1 1.00 624 680 720 776 768 744 608 744 spline +1 1.00 704 712 736 424 832 424 608 568 spline +1.00 45 892 620 probe_-_ +1 1.00 1112 440 1192 480 1184 624 1016 496 spline +1.00 75 1000 380 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1408 352 1016 512 992 624 1168 336 spline +sce +1 2.00 1088 888 1136 824 2 polygon +1 1.00 992 1112 1024 1112 1024 1080 992 1080 992 1048 1024 1048 6 polygon +1 1.00 1040 1112 1040 1080 1072 1080 3 polygon +1 1.00 1072 1112 1072 1048 2 polygon +1.00 0 1088 1048 dot +1 1.00 1104 1112 1136 1112 1136 1048 3 polygon +0 1.00 1152 1112 1152 1048 1184 1048 1184 1112 4 polygon +(m) {/Helvetica 0.500 cf} 2 16 0 1180 1036 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05062.eps b/derived/Source/circuit_generation_code/EXP/05062.eps new file mode 100644 index 0000000000000000000000000000000000000000..893e3a014c70abcafe84822be530d756080ab1d2 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05062.eps @@ -0,0 +1,214 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05062.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 12:13:38 2002 +%%Pages: 1 +%%BoundingBox: 68 68 293 151 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 576 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 448 352 battery +1 1.00 704 272 704 256 448 256 448 288 4 polygon +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 352 label +1 1.00 576 448 32 0.00 360.00 xcarc +(A) {/Helvetica 1.000 cf} 2 16 0 562 436 label +1 1.00 544 448 512 448 2 polygon +1 1.00 608 448 640 448 2 polygon +1 1.00 448 416 448 448 512 448 3 polygon +1 1.00 640 448 704 448 704 432 3 polygon +(Ammeter) {/Helvetica 1.000 cf} 2 16 0 496 496 label +1.00 0 704 352 _resistor +1 1.00 704 432 704 416 2 polygon +1 1.00 704 288 704 272 2 polygon +(Resistor) {/Helvetica 1.000 cf} 2 16 0 536 336 label +1 1.00 800 352 32 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 786 338 label +1 1.00 800 384 800 416 704 416 3 polygon +1.00 0 704 416 dot +1 1.00 800 320 800 288 704 288 3 polygon +1.00 0 704 288 dot +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 848 344 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05063.eps b/derived/Source/circuit_generation_code/EXP/05063.eps new file mode 100644 index 0000000000000000000000000000000000000000..001ab1c34d02c00430b35c9aab086a4642fe88b5 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05063.eps @@ -0,0 +1,419 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05063.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 12:18:35 2002 +%%Pages: 1 +%%BoundingBox: 68 68 335 458 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 1107 offsets +% 32.00 8.00 gridspace +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 386 1379 real_batt +1.00 270 346 1483 clip +1.00 270 394 1515 clip +1.00 -271 554 1355 clip +1.00 270 634 1355 clip +1 1.00 554 1499 330 1691 338 1507 562 1379 spline +1.00 0 546 1107 terminal_strip_2 +1 1.00 402 1651 626 1571 626 1379 386 1539 spline +(Terminal) {/Helvetica 1.000 cf} 2 16 0 274 1107 label +(strip) {/Helvetica 1.000 cf} 2 16 0 314 1067 label +1.00 0 1106 1491 multimeter +1.00 270 1010 1251 plug_+_ +1.00 270 1202 1251 plug_-_ +1 1.00 642 1267 738 1363 786 1331 626 1331 spline +1 1.00 722 1299 754 1011 850 1011 626 1155 spline +1.00 45 910 1207 probe_-_ +1 1.00 1130 1027 1210 1067 1202 1211 1034 1083 spline +1.00 75 1018 967 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1426 939 1034 1099 1010 1211 1186 923 spline +sce +1 2.00 1106 1475 1154 1411 2 polygon +1.00 0 578 995 resistor4 +1 2.00 530 995 530 1059 2 polygon +1 2.00 626 995 626 1059 2 polygon +1 1.00 530 1251 562 1283 562 1331 530 1155 spline +(Resistor) {/Helvetica 1.000 cf} 2 16 0 498 947 label +(Ammeter) {/Helvetica 1.000 cf} 2 16 0 786 1603 label +1.00 0 610 643 multimeter +1.00 0 722 483 plug_+_ +1.00 0 722 419 plug_-_ +1.00 330 442 903 probe_+_ +1.00 45 750 935 probe_-_ +1 1.00 858 419 1146 563 866 819 762 419 spline +1 2.00 610 627 554 571 2 polygon +1.000 0.000 0.000 scb +1 1.00 1002 499 1082 283 530 275 762 483 spline +1 1.00 394 259 242 427 354 755 530 275 spline +sce +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 754 651 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05064.eps b/derived/Source/circuit_generation_code/EXP/05064.eps new file mode 100644 index 0000000000000000000000000000000000000000..7ed5e82382255d486fe3bc3e88115dca3d8eb1f7 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05064.eps @@ -0,0 +1,210 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05064.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 12:44:33 2002 +%%Pages: 1 +%%BoundingBox: 68 68 293 151 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/lamp { +% -35 -80 70 160 bbox +begingate +1 1.00 0 32 0 80 2 polygon +1 1.00 0 0 35 0.00 360.00 xcarc +1 1.00 26 44 26 -47 2 22 2 -24 spline +1 1.00 0 32 4 16 2 polygon +1 1.00 0 -32 0 -80 2 polygon +1 1.00 0 -32 4 -20 2 polygon +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 576 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 448 352 battery +1 1.00 704 272 704 256 448 256 448 288 4 polygon +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 352 label +1 1.00 576 448 32 0.00 360.00 xcarc +(A) {/Helvetica 1.000 cf} 2 16 0 562 436 label +1 1.00 544 448 512 448 2 polygon +1 1.00 608 448 640 448 2 polygon +1 1.00 448 416 448 448 512 448 3 polygon +1 1.00 640 448 704 448 704 432 3 polygon +(Ammeter) {/Helvetica 1.000 cf} 2 16 0 496 496 label +1 1.00 704 432 704 416 2 polygon +1 1.00 704 288 704 272 2 polygon +1 1.00 800 352 32 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 786 338 label +1 1.00 800 384 800 416 704 416 3 polygon +1.00 0 704 416 dot +1 1.00 800 320 800 288 704 288 3 polygon +1.00 0 704 288 dot +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 848 344 label +1.00 0 704 352 lamp +(Lamp) {/Helvetica 1.000 cf} 2 16 0 552 344 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05065.eps b/derived/Source/circuit_generation_code/EXP/05065.eps new file mode 100644 index 0000000000000000000000000000000000000000..5134fb713d94bc6e4cbace94e2c24156ff83032a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05065.eps @@ -0,0 +1,425 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05065.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 12:48:31 2002 +%%Pages: 1 +%%BoundingBox: 68 68 335 458 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +%%Page: 05045.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 1107 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 386 1379 real_batt +1.00 270 346 1483 clip +1.00 270 394 1515 clip +1.00 -271 554 1355 clip +1.00 270 634 1355 clip +1 1.00 554 1499 330 1691 338 1507 562 1379 spline +1.00 0 546 1107 terminal_strip_2 +1 1.00 402 1651 626 1571 626 1379 386 1539 spline +(Terminal) {/Helvetica 1.000 cf} 2 16 0 274 1107 label +(strip) {/Helvetica 1.000 cf} 2 16 0 314 1067 label +1.00 0 1106 1491 multimeter +1.00 270 1010 1251 plug_+_ +1.00 270 1202 1251 plug_-_ +1 1.00 642 1267 738 1363 786 1331 626 1331 spline +1 1.00 722 1299 754 1011 850 1011 626 1155 spline +1.00 45 910 1207 probe_-_ +1 1.00 1130 1027 1210 1067 1202 1211 1034 1083 spline +1.00 75 1018 967 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1426 939 1034 1099 1010 1211 1186 923 spline +sce +1 2.00 1106 1475 1154 1411 2 polygon +1 1.00 530 1251 562 1283 562 1331 530 1155 spline +(Ammeter) {/Helvetica 1.000 cf} 2 16 0 786 1603 label +1.00 0 610 611 multimeter +1.00 0 722 451 plug_+_ +1.00 0 722 387 plug_-_ +1.00 330 442 903 probe_+_ +1.00 45 750 935 probe_-_ +1 2.00 610 595 554 539 2 polygon +1.000 0.000 0.000 scb +1 1.00 394 259 242 427 354 755 530 275 spline +sce +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 754 651 label +1.00 -181 578 971 lamp2 +1 2.00 562 1027 530 1059 2 polygon +1 2.00 594 1027 626 1059 2 polygon +1.000 1.000 0.000 scb +1 1.00 578 939 514 939 2 polygon +1 1.00 578 939 522 963 2 polygon +1 1.00 578 939 538 987 2 polygon +1 1.00 578 939 522 915 2 polygon +1 1.00 578 939 538 891 2 polygon +1 1.00 578 939 570 891 2 polygon +1 1.00 578 939 618 987 2 polygon +1 1.00 578 939 634 963 2 polygon +1 1.00 578 939 642 939 2 polygon +1 1.00 578 939 634 915 2 polygon +1 1.00 578 939 618 891 2 polygon +1 1.00 578 939 586 891 2 polygon +sce +(Lamp) {/Helvetica 1.000 cf} 2 16 0 634 875 label +1.000 0.000 0.000 scb +1 1.00 858 275 1034 435 762 451 530 275 spline +sce +1 1.00 1002 379 1050 691 866 811 762 387 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05066.eps b/derived/Source/circuit_generation_code/EXP/05066.eps new file mode 100644 index 0000000000000000000000000000000000000000..7f9de33c7fe319d1ebc8ae32f37402cb07a41dab --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05066.eps @@ -0,0 +1,229 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05066.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 13:09:29 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 153 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/lamp { +% -35 -80 70 160 bbox +begingate +1 1.00 0 32 0 80 2 polygon +1 1.00 0 0 35 0.00 360.00 xcarc +1 1.00 26 44 26 -47 2 22 2 -24 spline +1 1.00 0 32 4 16 2 polygon +1 1.00 0 -32 0 -80 2 polygon +1 1.00 0 -32 4 -20 2 polygon +endgate +} def + +/circle { +% -6 -12 28 24 bbox +begingate +1 1.00 16 0 6 0.00 360.00 xcarc +1 1.00 0 0 10 0 2 polygon +1.000 0.000 0.000 scb +(out) {/Times-Roman 1.000 cf} 2 4 0 16 0 pinlabel +(out) {/Times-Roman 1.000 cf} 2 7 0 0 0 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/switch { +% -14 -71 51 125 bbox +begingate +% fundamental +1 1.30 32 32 2 -43 2 polygon +1 0.60 0 -48 57 49.00 90.00 xcarc +1.00 -91 0 -64 circle +0.60 90 -12 8 arrowhead +1.00 270 0 48 circle +1.000 0.000 0.000 scb +(sw.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(sw.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 352 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 352 battery +1.00 0 1344 352 lamp +1.00 -91 448 448 switch +1 1.00 384 448 288 448 288 416 3 polygon +1 1.00 496 448 1344 448 1344 432 3 polygon +1 1.00 1344 272 1344 256 288 256 288 288 4 polygon +(Switch) {/Helvetica 1.000 cf} 2 16 0 384 504 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05067.eps b/derived/Source/circuit_generation_code/EXP/05067.eps new file mode 100644 index 0000000000000000000000000000000000000000..1d7501f51b7b038fd5a27b78b701d70e152eef6c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05067.eps @@ -0,0 +1,239 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05067.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 13 13:11:50 2002 +%%Pages: 1 +%%BoundingBox: 68 68 413 234 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/switch1 { +% -144 -64 288 126 bbox +begingate +0.824 0.706 0.549 scb +240 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +sce +1 3.00 -144 0 144 0 2 polygon +0 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +0.600 0.600 0.600 scb +241 1.00 -64 -32 16 0.00 360.00 xcarc +sce +1 1.00 -64 -32 16 0.00 360.00 xcarc +1 1.00 -52 -22 -76 -42 2 polygon +0.600 0.600 0.600 scb +241 1.00 64 -32 16 0.00 360.00 xcarc +sce +1 1.00 64 -32 16 0.00 360.00 xcarc +1 1.00 76 -22 52 -42 2 polygon +1 1.00 -16 24 16 24 48 0 -48 0 spline +1 1.00 -20 16 -36 56 -22 62 -4 18 4 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp2 { +% -32 -56 64 118 bbox +begingate +1 1.00 0 30 32 0.00 360.00 xcarc +1 0.25 32 56 -32 56 8 24 -8 24 spline +1 1.00 -8 0 -8 24 2 polygon +1 1.00 8 0 8 24 2 polygon +0.824 0.706 0.549 scb +241 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 8 0 -8 0 -24 8 9 polygon +sce +1 1.00 -24 8 -16 0 -16 -32 16 -32 16 0 24 8 6 polygon +1 2.00 -8 -32 -8 -40 -16 -48 -16 -56 4 polygon +1 2.00 8 -32 8 -40 16 -48 16 -56 4 polygon +endgate +} def + +%%Page: 05066.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 480 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +(Switch) {/Helvetica 1.000 cf} 2 16 0 432 792 label +1.00 0 496 704 switch1 +1.00 0 336 384 real_batt +1.00 -271 280 488 clip +1 1.00 288 616 432 568 432 656 288 512 spline +1.00 -271 328 520 clip +1.00 0 1424 568 lamp2 +1.00 -91 1448 488 clip +1.00 90 1400 488 clip +1 1.00 1416 312 656 520 560 656 1408 464 spline +1 1.00 320 704 1448 144 1440 464 336 544 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05068.eps b/derived/Source/circuit_generation_code/EXP/05068.eps new file mode 100644 index 0000000000000000000000000000000000000000..9934a90d2c7b64aee1be451bf2ebee48148a779f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05068.eps @@ -0,0 +1,198 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05068.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 18:23:56 2002 +%%Pages: 1 +%%BoundingBox: 68 68 188 130 +%%DocumentNeededResources: font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/_inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 528 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 608 352 _inductor +1 1.00 640 400 640 304 2 polygon +1 1.00 656 400 656 304 2 polygon +1.00 0 288 352 battery +1 1.00 608 400 608 448 288 448 288 416 4 polygon +1 1.00 608 288 608 256 288 256 288 288 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05069.eps b/derived/Source/circuit_generation_code/EXP/05069.eps new file mode 100644 index 0000000000000000000000000000000000000000..2a3b2fe225c033813b0237770a3739847c0eb3ab --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05069.eps @@ -0,0 +1,326 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05069.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 18:33:50 2002 +%%Pages: 1 +%%BoundingBox: 68 68 409 202 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05068.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1088 448 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 624 448 real_batt +1.000 0.647 0.000 scb +240 1.00 1056 704 1056 256 1088 256 1088 704 4 polygon +sce +0 1.00 1056 704 1056 256 1088 256 1088 704 4 polygon +0.647 0.165 0.165 scb +0 1.50 1040 672 1040 288 1104 288 1104 672 4 polygon +1 1.50 1040 672 1104 668 2 polygon +1 1.50 1040 668 1104 664 2 polygon +1 1.50 1040 664 1104 660 2 polygon +1 1.50 1040 660 1104 656 2 polygon +1 1.50 1040 656 1104 652 2 polygon +1 1.50 1040 652 1104 648 2 polygon +1 1.50 1040 648 1104 644 2 polygon +1 1.50 1040 644 1104 640 2 polygon +1 1.50 1040 640 1104 636 2 polygon +1 1.50 1040 636 1104 632 2 polygon +1 1.50 1040 632 1104 628 2 polygon +1 1.50 1040 628 1104 624 2 polygon +1 1.50 1040 624 1104 620 2 polygon +1 1.50 1040 620 1104 616 2 polygon +1 1.50 1040 616 1104 612 2 polygon +1 1.50 1040 612 1104 608 2 polygon +1 1.50 1040 608 1104 604 2 polygon +1 1.50 1040 604 1104 600 2 polygon +1 1.50 1040 600 1104 596 2 polygon +1 1.50 1040 596 1104 592 2 polygon +1 1.50 1040 592 1104 588 2 polygon +1 1.50 1040 588 1104 584 2 polygon +1 1.50 1040 584 1104 580 2 polygon +1 1.50 1040 580 1104 576 2 polygon +1 1.50 1040 576 1104 572 2 polygon +1 1.50 1040 572 1104 568 2 polygon +1 1.50 1040 568 1104 564 2 polygon +1 1.50 1040 564 1104 560 2 polygon +1 1.50 1040 560 1104 556 2 polygon +1 1.50 1040 556 1104 552 2 polygon +1 1.50 1040 552 1104 548 2 polygon +1 1.50 1040 548 1104 544 2 polygon +1 1.50 1040 544 1104 540 2 polygon +1 1.50 1040 540 1104 536 2 polygon +1 1.50 1040 536 1104 532 2 polygon +1 1.50 1040 532 1104 528 2 polygon +1 1.50 1040 528 1104 524 2 polygon +1 1.50 1040 524 1104 520 2 polygon +1 1.50 1040 520 1104 516 2 polygon +1 1.50 1040 516 1104 512 2 polygon +1 1.50 1040 512 1104 508 2 polygon +1 1.50 1040 508 1104 504 2 polygon +1 1.50 1040 504 1104 500 2 polygon +1 1.50 1040 500 1104 496 2 polygon +1 1.50 1040 496 1104 492 2 polygon +1 1.50 1040 492 1104 488 2 polygon +1 1.50 1040 488 1104 484 2 polygon +1 1.50 1040 484 1104 480 2 polygon +1 1.50 1040 480 1104 476 2 polygon +1 1.50 1040 476 1104 472 2 polygon +1 1.50 1040 472 1104 468 2 polygon +1 1.50 1040 468 1104 464 2 polygon +1 1.50 1040 464 1104 460 2 polygon +1 1.50 1040 460 1104 456 2 polygon +1 1.50 1040 456 1104 452 2 polygon +1 1.50 1040 452 1104 448 2 polygon +1 1.50 1040 448 1104 444 2 polygon +1 1.50 1040 444 1104 440 2 polygon +1 1.50 1040 440 1104 436 2 polygon +1 1.50 1040 436 1104 432 2 polygon +1 1.50 1040 432 1104 428 2 polygon +1 1.50 1040 428 1104 424 2 polygon +1 1.50 1040 424 1104 420 2 polygon +1 1.50 1040 420 1104 416 2 polygon +1 1.50 1040 416 1104 412 2 polygon +1 1.50 1040 412 1104 408 2 polygon +1 1.50 1040 408 1104 404 2 polygon +1 1.50 1040 404 1104 400 2 polygon +1 1.50 1040 400 1104 396 2 polygon +1 1.50 1040 396 1104 392 2 polygon +1 1.50 1040 392 1104 388 2 polygon +1 1.50 1040 388 1104 384 2 polygon +1 1.50 1040 384 1104 380 2 polygon +1 1.50 1040 380 1104 376 2 polygon +1 1.50 1040 376 1104 372 2 polygon +1 1.50 1040 372 1104 368 2 polygon +1 1.50 1040 368 1104 364 2 polygon +1 1.50 1040 364 1104 360 2 polygon +1 1.50 1040 360 1104 356 2 polygon +1 1.50 1040 356 1104 352 2 polygon +1 1.50 1040 352 1104 348 2 polygon +1 1.50 1040 348 1104 344 2 polygon +1 1.50 1040 344 1104 340 2 polygon +1 1.50 1040 340 1104 336 2 polygon +1 1.50 1040 336 1104 332 2 polygon +1 1.50 1040 332 1104 328 2 polygon +1 1.50 1040 328 1104 324 2 polygon +1 1.50 1040 324 1104 320 2 polygon +1 1.50 1040 320 1104 316 2 polygon +1 1.50 1040 316 1104 312 2 polygon +1 1.50 1040 312 1104 308 2 polygon +1 1.50 1040 308 1104 304 2 polygon +1 1.50 1040 304 1104 300 2 polygon +1 1.50 1040 300 1104 296 2 polygon +1 1.50 1040 296 1104 292 2 polygon +1 1.50 1040 292 1104 288 2 polygon +1 1.00 960 672 976 608 864 608 1040 672 spline +1 1.00 944 352 928 288 1040 288 864 352 spline +sce +1.00 270 632 584 clip +1.00 270 584 552 clip +1.00 0 840 616 clip +1.00 0 840 360 clip +1 1.00 760 800 712 456 816 352 624 608 spline +1 1.00 560 704 664 752 816 608 576 576 spline +0.800 0.800 0.800 scb +241 1.00 336 432 80 0.00 360.00 xcarc +sce +(N) {/Helvetica 1.000 cf} 2 16 0 320 480 label +(S) {/Helvetica 1.000 cf} 2 16 0 324 360 label +(W) {/Helvetica 1.000 cf} 2 16 0 264 420 label +(E) {/Helvetica 1.000 cf} 2 16 0 384 420 label +0.000 0.000 1.000 scb +241 1.00 336 480 320 432 336 384 352 432 336 480 5 polygon +sce +1 1.00 336 480 320 432 336 384 352 432 336 480 5 polygon +1.00 0 336 432 dot +1 1.00 336 432 336 480 2 polygon +1 2.00 336 432 80 0.00 360.00 xcarc +(Compass) {/Helvetica 1.000 cf} 2 16 0 256 536 label +(Electromagnet) {/Helvetica 1.000 cf} 2 16 0 1152 632 label +(\(wire coil wrapped) {/Helvetica 1.000 cf} 2 16 0 1120 592 label +(around steel bar\)) {/Helvetica 1.000 cf} 2 16 0 1136 552 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05072.eps b/derived/Source/circuit_generation_code/EXP/05072.eps new file mode 100644 index 0000000000000000000000000000000000000000..6d78595f4af2ce36a73fd3134c27a10119652e5c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05072.eps @@ -0,0 +1,215 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05072.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 19:21:39 2002 +%%Pages: 1 +%%BoundingBox: 68 68 248 169 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 05068.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 512 416 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 320 battery +1.00 0 288 512 battery +1 1.00 288 448 288 384 2 polygon +1.00 0 640 432 DC_voltmeter +1.000 0.000 0.000 scb +1.00 0 496 544 arrowhead90 +1 1.00 544 544 640 544 640 496 496 544 spline +sce +1 1.00 544 320 640 320 640 368 496 320 spline +1.00 -181 496 320 arrowhead90 +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 688 416 label +(+) {/Helvetica 1.000 cf} 2 16 0 256 560 label +(+) {/Helvetica 1.000 cf} 2 16 0 256 368 label +(-) {/Helvetica 1.000 cf} 2 16 0 256 448 label +(-) {/Helvetica 1.000 cf} 2 16 0 256 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05073.eps b/derived/Source/circuit_generation_code/EXP/05073.eps new file mode 100644 index 0000000000000000000000000000000000000000..fb31b4d4a7133418c004d96d43b08f466baaa418 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05073.eps @@ -0,0 +1,331 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05073.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 19:25:37 2002 +%%Pages: 1 +%%BoundingBox: 68 68 336 285 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05068.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 615 584 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 935 760 multimeter +1.00 0 1047 600 plug_+_ +1.00 0 1047 536 plug_-_ +1 2.00 935 744 871 696 2 polygon +1.00 90 823 392 probe_+_ +1.00 90 855 280 probe_-_ +1.00 0 375 392 real_batt +1.00 0 375 744 real_batt +1.00 300 319 496 clip +1.000 0.000 0.000 scb +1 1.00 1207 392 1239 600 1079 600 999 392 spline +sce +1 1.00 1239 536 1207 280 1031 280 1079 536 spline +1.00 270 383 880 clip +1 1.00 191 696 303 1008 375 904 303 512 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05074.eps b/derived/Source/circuit_generation_code/EXP/05074.eps new file mode 100644 index 0000000000000000000000000000000000000000..7e13c6f1cdc9468c68bf83eebb0ecae47b5942f8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05074.eps @@ -0,0 +1,380 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05074.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 19:35:24 2002 +%%Pages: 1 +%%BoundingBox: 68 68 385 364 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05068.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 838 799 offsets +% 32.00 8.00 gridspace +0.4000 inchscale +2.6000 setlinewidth + +1.00 0 1158 975 multimeter +1.00 0 1270 815 plug_+_ +1.00 0 1270 751 plug_-_ +1 2.00 1158 959 1094 911 2 polygon +1.00 0 598 607 real_batt +1.00 0 598 959 real_batt +1.00 300 542 711 clip +1.00 270 606 1095 clip +1 1.00 414 911 526 1223 598 1119 526 727 spline +1.00 90 774 719 probe_-_ +1.00 90 726 671 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1382 671 1494 815 1302 815 902 671 spline +sce +1 1.00 1254 607 1494 687 1302 751 950 719 spline +0 2.00 1222 1183 1222 1119 1254 1119 1254 1183 4 polygon +0 2.00 1174 1183 1174 1119 1206 1119 1206 1183 4 polygon +1.00 0 1158 1119 dot +1 2.00 1142 1183 1110 1183 1110 1119 1142 1119 1142 1151 1110 1151 6 polygon +1.00 0 1158 2159 multimeter +1.00 0 1270 1999 plug_+_ +1.00 0 1270 1935 plug_-_ +1 2.00 1158 2143 1094 2095 2 polygon +1.00 0 598 1439 real_batt +1.00 0 598 1791 real_batt +1.00 300 542 1543 clip +1.00 270 606 1927 clip +1 1.00 414 1743 526 2055 598 1951 526 1559 spline +1.00 90 774 1903 probe_-_ +1.00 90 726 1855 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1382 1855 1494 1999 1302 1999 902 1855 spline +sce +1 1.00 1254 1791 1494 1871 1302 1935 950 1903 spline +0 2.00 1222 2367 1222 2303 1254 2303 1254 2367 4 polygon +0 2.00 1174 2367 1174 2303 1206 2303 1206 2367 4 polygon +1.00 0 1158 2303 dot +1 2.00 1142 2367 1110 2367 1110 2303 1142 2303 1142 2335 1110 2335 6 polygon +1.00 0 2278 1791 multimeter +1.00 0 2390 1631 plug_+_ +1.00 0 2390 1567 plug_-_ +1 2.00 2278 1775 2214 1727 2 polygon +1.00 0 1718 1071 real_batt +1.00 0 1718 1423 real_batt +1.00 300 1662 1175 clip +1.00 270 1726 1559 clip +1 1.00 1534 1375 1646 1687 1718 1583 1646 1191 spline +1.00 90 1894 1167 probe_-_ +1.00 90 1846 1487 probe_+_ +1.000 0.000 0.000 scb +1 1.00 2502 1487 2614 1631 2422 1631 2022 1487 spline +sce +0 2.00 2342 1999 2342 1935 2374 1935 2374 1999 4 polygon +0 2.00 2294 1999 2294 1935 2326 1935 2326 1999 4 polygon +1.00 0 2278 1935 dot +1 1.00 2406 1167 2710 1567 2438 1567 2070 1167 spline +1 2.00 2214 1999 2214 1935 2 polygon +1 2.00 2230 1999 2262 1999 2262 1967 2230 1967 2230 1935 2262 1935 6 polygon +(first battery) {/Helvetica 1.000 cf} (Measuring ) {/Helvetica 1.000 cf} 4 16 0 838 1759 label +(Measuring) {/Helvetica 1.000 cf} 2 16 0 758 1023 label +(second battery) {/Helvetica 1.000 cf} 2 16 0 718 983 label +(Measuring) {/Helvetica 1.000 cf} 2 16 0 1910 1671 label +(total voltage) {/Helvetica 1.000 cf} 2 16 0 1886 1631 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05075.eps b/derived/Source/circuit_generation_code/EXP/05075.eps new file mode 100644 index 0000000000000000000000000000000000000000..8d35d5646a91bf5680094b46e8a7e430af37453a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05075.eps @@ -0,0 +1,218 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05075.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 19:38:26 2002 +%%Pages: 1 +%%BoundingBox: 68 68 311 170 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 05068.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 420 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 -181 512 324 battery +1.00 0 512 516 battery +1 1.00 512 452 512 388 2 polygon +1.00 0 864 436 DC_voltmeter +1.000 0.000 0.000 scb +1.00 0 720 548 arrowhead90 +1 1.00 768 548 864 548 864 500 720 548 spline +sce +1 1.00 768 324 864 324 864 372 720 324 spline +1.00 -181 720 324 arrowhead90 +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 912 420 label +(+) {/Helvetica 1.000 cf} 2 16 0 480 564 label +(+) {/Helvetica 1.000 cf} 2 28 0 480 284 label +(-) {/Helvetica 1.000 cf} 2 16 0 480 452 label +(-) {/Helvetica 1.000 cf} 2 28 0 480 396 label +(Series-) {/Helvetica 1.000 cf} 2 16 0 272 436 label +(opposing) {/Helvetica-Oblique 1.000 cf} 2 16 0 256 404 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05076.eps b/derived/Source/circuit_generation_code/EXP/05076.eps new file mode 100644 index 0000000000000000000000000000000000000000..ecd68a24cfbb67c0ed076f9fb22eb4a43beea246 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05076.eps @@ -0,0 +1,216 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05076.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 19:49:04 2002 +%%Pages: 1 +%%BoundingBox: 68 68 256 144 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/lamp { +% -35 -80 70 160 bbox +begingate +1 1.00 0 32 0 80 2 polygon +1 1.00 0 0 35 0.00 360.00 xcarc +1 1.00 26 44 26 -47 2 22 2 -24 spline +1 1.00 0 32 4 16 2 polygon +1 1.00 0 -32 0 -80 2 polygon +1 1.00 0 -32 4 -20 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05068.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 512 378 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 416 378 battery +1.00 0 288 378 battery +(+) {/Helvetica 1.000 cf} 2 16 0 256 426 label +(+) {/Helvetica 1.000 cf} 2 16 0 384 426 label +(-) {/Helvetica 1.000 cf} 2 16 0 256 314 label +(-) {/Helvetica 1.000 cf} 2 16 0 384 314 label +1.00 0 544 378 battery +(+) {/Helvetica 1.000 cf} 2 16 0 512 426 label +(-) {/Helvetica 1.000 cf} 2 16 0 512 314 label +1.00 0 672 378 battery +(+) {/Helvetica 1.000 cf} 2 16 0 640 426 label +(-) {/Helvetica 1.000 cf} 2 16 0 640 314 label +1.00 0 864 378 lamp +1 1.00 288 442 288 490 864 490 864 458 4 polygon +1 1.00 288 314 288 266 864 266 864 298 4 polygon +1 1.00 416 314 416 266 2 polygon +1.00 0 416 266 dot +1 1.00 544 314 544 266 2 polygon +1.00 0 544 266 dot +1 1.00 672 314 672 266 2 polygon +1.00 0 672 266 dot +1 1.00 672 442 672 490 2 polygon +1.00 180 672 490 dot +1 1.00 544 442 544 490 2 polygon +1.00 180 544 490 dot +1 1.00 416 442 416 490 2 polygon +1.00 180 416 490 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05077.eps b/derived/Source/circuit_generation_code/EXP/05077.eps new file mode 100644 index 0000000000000000000000000000000000000000..6b0ca1210e3768a9b5760798219e09a267244c9f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05077.eps @@ -0,0 +1,271 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05077.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 20:04:09 2002 +%%Pages: 1 +%%BoundingBox: 68 68 395 180 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp3 { +% -64 -93 128 193 bbox +begingate +1 1.00 0 36 64 0.00 360.00 xcarc +1 1.00 -16 -24 -16 8 2 polygon +1 1.00 16 -24 16 8 2 polygon +1 0.25 80 88 -80 88 16 8 -16 8 spline +1 1.00 -32 -24 -16 -40 -16 -56 -48 -8 spline +1 1.00 32 -24 16 -40 16 -56 48 -8 spline +0 1.00 -16 -56 -16 -88 16 -88 16 -56 4 polygon +1 1.00 0 -96 0 -96 8 -88 -8 -88 spline +1 1.00 -16 -64 16 -56 2 polygon +1 1.00 -16 -72 16 -64 2 polygon +1 1.00 -16 -80 16 -72 2 polygon +1 1.00 -16 -88 16 -80 2 polygon +1 1.00 -16 -32 16 -32 48 -8 -48 -8 spline +1 1.00 -16 -56 16 -56 2 polygon +endgate +} def + +/lamp_socket { +% -88 -29 176 61 bbox +begingate +0.824 0.706 0.549 scb +241 1.00 -24 32 -24 8 -32 0 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 +11 polygon +sce +1 1.00 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 -24 8 -32 0 -88 -8 +11 polygon +1 2.00 -48 -24 -32 -24 2 polygon +1 2.00 -40 -24 -40 -16 2 polygon +1 2.00 32 -24 48 -24 2 polygon +1 2.00 40 -24 40 -16 2 polygon +1 2.00 -40 -32 -40 -32 -32 -24 -48 -24 spline +1 2.00 40 -32 40 -32 48 -24 32 -24 spline +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 786 498 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 354 402 real_batt +1.00 0 546 402 real_batt +1.00 0 738 402 real_batt +1.00 0 930 402 real_batt +1.00 270 362 538 clip +1.00 270 314 506 clip +1.00 330 482 474 clip +1.00 330 530 506 clip +1 1.00 322 690 402 538 458 474 306 530 spline +1 1.00 370 722 450 570 506 506 354 562 spline +1 1.00 562 722 642 570 698 506 546 562 spline +1 1.00 514 690 594 538 650 474 498 530 spline +1.00 270 554 538 clip +1.00 270 506 506 clip +1.00 330 674 474 clip +1.00 330 722 506 clip +1 1.00 754 722 834 570 890 506 738 562 spline +1 1.00 706 690 786 538 842 474 690 530 spline +1.00 270 746 538 clip +1.00 270 698 506 clip +1.00 330 866 474 clip +1.00 330 914 506 clip +1 1.00 946 722 1026 570 1082 506 930 562 spline +1 1.00 898 690 978 538 1034 474 882 530 spline +1.00 270 938 538 clip +1.00 270 890 506 clip +1.00 0 1346 482 lamp3 +1.00 0 1346 386 lamp_socket +1.00 30 1290 354 clip +1.00 30 1370 354 clip +1 1.00 1202 306 1130 458 1082 506 1274 338 spline +1 1.00 1258 282 1202 266 1034 474 1354 338 spline +1.000 1.000 0.000 scb +1 1.00 1346 530 1202 530 2 polygon +1 1.00 1346 530 1218 610 2 polygon +1 1.00 1346 530 1282 658 2 polygon +1 1.00 1346 530 1218 450 2 polygon +1 1.00 1346 530 1282 418 2 polygon +1 1.00 1346 530 1410 418 2 polygon +1 1.00 1346 530 1474 450 2 polygon +1 1.00 1346 530 1490 530 2 polygon +1 1.00 1346 530 1474 610 2 polygon +1 1.00 1346 530 1410 658 2 polygon +1 1.00 1346 530 1346 674 2 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05078.eps b/derived/Source/circuit_generation_code/EXP/05078.eps new file mode 100644 index 0000000000000000000000000000000000000000..255ab2cdb0e2ea57f5be57ff145a9728c2401398 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05078.eps @@ -0,0 +1,388 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05078.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 20:07:42 2002 +%%Pages: 1 +%%BoundingBox: 68 68 336 263 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp3 { +% -64 -93 128 193 bbox +begingate +1 1.00 0 36 64 0.00 360.00 xcarc +1 1.00 -16 -24 -16 8 2 polygon +1 1.00 16 -24 16 8 2 polygon +1 0.25 80 88 -80 88 16 8 -16 8 spline +1 1.00 -32 -24 -16 -40 -16 -56 -48 -8 spline +1 1.00 32 -24 16 -40 16 -56 48 -8 spline +0 1.00 -16 -56 -16 -88 16 -88 16 -56 4 polygon +1 1.00 0 -96 0 -96 8 -88 -8 -88 spline +1 1.00 -16 -64 16 -56 2 polygon +1 1.00 -16 -72 16 -64 2 polygon +1 1.00 -16 -80 16 -72 2 polygon +1 1.00 -16 -88 16 -80 2 polygon +1 1.00 -16 -32 16 -32 48 -8 -48 -8 spline +1 1.00 -16 -56 16 -56 2 polygon +endgate +} def + +/lamp_socket { +% -88 -29 176 61 bbox +begingate +0.824 0.706 0.549 scb +241 1.00 -24 32 -24 8 -32 0 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 +11 polygon +sce +1 1.00 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 -24 8 -32 0 -88 -8 +11 polygon +1 2.00 -48 -24 -32 -24 2 polygon +1 2.00 -40 -24 -40 -16 2 polygon +1 2.00 32 -24 48 -24 2 polygon +1 2.00 40 -24 40 -16 2 polygon +1 2.00 -40 -32 -40 -32 -32 -24 -48 -24 spline +1 2.00 40 -32 40 -32 48 -24 32 -24 spline +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05077.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 562 814 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 706 718 real_batt +1 1.00 722 1038 802 886 858 822 706 878 spline +1 1.00 674 1006 754 854 810 790 658 846 spline +1.00 270 714 854 clip +1.00 270 666 822 clip +1.00 0 1122 798 lamp3 +1.00 0 1122 702 lamp_socket +1.00 30 1066 670 clip +1.00 30 1146 670 clip +1 1.00 978 622 906 774 858 822 1050 654 spline +1 1.00 1034 598 978 582 810 790 1130 654 spline +1.000 1.000 0.000 scb +1 1.00 1122 846 978 846 2 polygon +1 1.00 1122 846 994 926 2 polygon +1 1.00 1122 846 1058 974 2 polygon +1 1.00 1122 846 994 766 2 polygon +1 1.00 1122 846 1058 734 2 polygon +1 1.00 1122 846 1186 734 2 polygon +1 1.00 1122 846 1250 766 2 polygon +1 1.00 1122 846 1266 846 2 polygon +1 1.00 1122 846 1250 926 2 polygon +1 1.00 1122 846 1186 974 2 polygon +1 1.00 1122 846 1122 990 2 polygon +sce +1.00 0 402 590 multimeter +1.00 0 514 430 plug_+_ +1.00 0 514 366 plug_-_ +1.00 0 1162 494 probe_+_ +1.00 0 1082 494 probe_-_ +1 1.00 1018 278 794 358 554 366 1082 318 spline +1.000 0.000 0.000 scb +1 1.00 858 422 1138 174 1162 318 554 430 spline +sce +1 2.00 402 574 338 526 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05079.eps b/derived/Source/circuit_generation_code/EXP/05079.eps new file mode 100644 index 0000000000000000000000000000000000000000..042d0d0f8a64c6656e82d16e85999155ebc4e55a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05079.eps @@ -0,0 +1,402 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05079.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 20:17:57 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 309 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp3 { +% -64 -93 128 193 bbox +begingate +1 1.00 0 36 64 0.00 360.00 xcarc +1 1.00 -16 -24 -16 8 2 polygon +1 1.00 16 -24 16 8 2 polygon +1 0.25 80 88 -80 88 16 8 -16 8 spline +1 1.00 -32 -24 -16 -40 -16 -56 -48 -8 spline +1 1.00 32 -24 16 -40 16 -56 48 -8 spline +0 1.00 -16 -56 -16 -88 16 -88 16 -56 4 polygon +1 1.00 0 -96 0 -96 8 -88 -8 -88 spline +1 1.00 -16 -64 16 -56 2 polygon +1 1.00 -16 -72 16 -64 2 polygon +1 1.00 -16 -80 16 -72 2 polygon +1 1.00 -16 -88 16 -80 2 polygon +1 1.00 -16 -32 16 -32 48 -8 -48 -8 spline +1 1.00 -16 -56 16 -56 2 polygon +endgate +} def + +/lamp_socket { +% -88 -29 176 61 bbox +begingate +0.824 0.706 0.549 scb +241 1.00 -24 32 -24 8 -32 0 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 +11 polygon +sce +1 1.00 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 -24 8 -32 0 -88 -8 +11 polygon +1 2.00 -48 -24 -32 -24 2 polygon +1 2.00 -40 -24 -40 -16 2 polygon +1 2.00 32 -24 48 -24 2 polygon +1 2.00 40 -24 40 -16 2 polygon +1 2.00 -40 -32 -40 -32 -32 -24 -48 -24 spline +1 2.00 40 -32 40 -32 48 -24 32 -24 spline +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05077.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 887 1079 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 1031 983 real_batt +1 1.00 1047 1303 1127 1151 1183 1087 1031 1143 spline +1 1.00 999 1271 1079 1119 1135 1055 983 1111 spline +1.00 270 1039 1119 clip +1.00 0 1447 1063 lamp3 +1.00 0 1447 967 lamp_socket +1.00 30 1391 935 clip +1.00 30 1471 935 clip +1 1.00 1303 887 1231 1039 1183 1087 1375 919 spline +1 1.00 1359 863 1303 847 1135 1055 1455 919 spline +1.000 1.000 0.000 scb +1 1.00 1447 1111 1303 1111 2 polygon +1 1.00 1447 1111 1319 1191 2 polygon +1 1.00 1447 1111 1383 1239 2 polygon +1 1.00 1447 1111 1319 1031 2 polygon +1 1.00 1447 1111 1383 999 2 polygon +1 1.00 1447 1111 1511 999 2 polygon +1 1.00 1447 1111 1575 1031 2 polygon +1 1.00 1447 1111 1591 1111 2 polygon +1 1.00 1447 1111 1575 1191 2 polygon +1 1.00 1447 1111 1511 1239 2 polygon +1 1.00 1447 1111 1447 1255 2 polygon +sce +1.00 0 759 551 multimeter +1.00 0 871 391 plug_+_ +1.00 0 871 327 plug_-_ +1.00 0 1487 759 probe_+_ +1.00 0 1407 759 probe_-_ +1 2.00 759 535 695 487 2 polygon +1 1.00 1415 399 1207 335 911 327 1407 583 spline +1.000 0.000 0.000 scb +1 1.00 1079 383 1479 367 1487 583 911 391 spline +sce +1.00 0 839 983 real_batt +1 1.00 855 1303 935 1151 991 1087 839 1143 spline +1.00 270 847 1119 clip +1 1.00 807 1271 887 1119 943 1055 791 1111 spline +1.00 330 967 1055 clip +1.00 330 1015 1087 clip +1.00 270 799 1087 clip +1.00 270 991 1087 clip +0.600 0.600 0.600 scb +1.00 0 647 983 real_batt +sce +0.800 0.800 0.800 scb +1.00 0 455 983 real_batt +sce +(. . . additional batteries . . .) {/Helvetica 1.000 cf} 2 16 0 295 1143 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05080.eps b/derived/Source/circuit_generation_code/EXP/05080.eps new file mode 100644 index 0000000000000000000000000000000000000000..c4c6d790bdb63883a43a45e6a690100fa5ee5569 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05080.eps @@ -0,0 +1,409 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05080.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 20:23:42 2002 +%%Pages: 1 +%%BoundingBox: 68 68 395 271 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp3 { +% -64 -93 128 193 bbox +begingate +1 1.00 0 36 64 0.00 360.00 xcarc +1 1.00 -16 -24 -16 8 2 polygon +1 1.00 16 -24 16 8 2 polygon +1 0.25 80 88 -80 88 16 8 -16 8 spline +1 1.00 -32 -24 -16 -40 -16 -56 -48 -8 spline +1 1.00 32 -24 16 -40 16 -56 48 -8 spline +0 1.00 -16 -56 -16 -88 16 -88 16 -56 4 polygon +1 1.00 0 -96 0 -96 8 -88 -8 -88 spline +1 1.00 -16 -64 16 -56 2 polygon +1 1.00 -16 -72 16 -64 2 polygon +1 1.00 -16 -80 16 -72 2 polygon +1 1.00 -16 -88 16 -80 2 polygon +1 1.00 -16 -32 16 -32 48 -8 -48 -8 spline +1 1.00 -16 -56 16 -56 2 polygon +endgate +} def + +/lamp_socket { +% -88 -29 176 61 bbox +begingate +0.824 0.706 0.549 scb +241 1.00 -24 32 -24 8 -32 0 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 +11 polygon +sce +1 1.00 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 -24 8 -32 0 -88 -8 +11 polygon +1 2.00 -48 -24 -32 -24 2 polygon +1 2.00 -40 -24 -40 -16 2 polygon +1 2.00 32 -24 48 -24 2 polygon +1 2.00 40 -24 40 -16 2 polygon +1 2.00 -40 -32 -40 -32 -32 -24 -48 -24 spline +1 2.00 40 -32 40 -32 48 -24 32 -24 spline +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +%%Page: 05077.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1382 608 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 950 512 real_batt +1.00 0 1142 512 real_batt +1.00 0 1334 512 real_batt +1.00 0 1526 512 real_batt +1.00 270 958 648 clip +1.00 -1 878 680 clip +1.00 330 1078 584 clip +1.00 330 1126 616 clip +1 1.00 966 832 1046 680 1102 616 950 672 spline +1 1.00 1158 832 1238 680 1294 616 1142 672 spline +1 1.00 1110 800 1190 648 1246 584 1094 640 spline +1.00 270 1150 648 clip +1.00 270 1102 616 clip +1.00 330 1270 584 clip +1.00 330 1318 616 clip +1 1.00 1350 832 1430 680 1486 616 1334 672 spline +1 1.00 1302 800 1382 648 1438 584 1286 640 spline +1.00 270 1342 648 clip +1.00 270 1294 616 clip +1.00 330 1462 584 clip +1.00 330 1510 616 clip +1 1.00 1542 832 1622 680 1678 616 1526 672 spline +1 1.00 1494 800 1574 648 1630 584 1478 640 spline +1.00 270 1534 648 clip +1.00 270 1486 616 clip +1.00 0 1942 592 lamp3 +1.00 0 1942 496 lamp_socket +1.00 30 1886 464 clip +1.00 30 1966 464 clip +1 1.00 1798 416 1726 568 1678 616 1870 448 spline +1 1.00 1854 392 1798 376 1630 584 1950 448 spline +1.000 1.000 0.000 scb +1 1.00 1942 640 1798 640 2 polygon +1 1.00 1942 640 1814 720 2 polygon +1 1.00 1942 640 1878 768 2 polygon +1 1.00 1942 640 1814 560 2 polygon +1 1.00 1942 640 1878 528 2 polygon +1 1.00 1942 640 2006 528 2 polygon +1 1.00 1942 640 2070 560 2 polygon +1 1.00 1942 640 2086 640 2 polygon +1 1.00 1942 640 2070 720 2 polygon +1 1.00 1942 640 2006 768 2 polygon +1 1.00 1942 640 1942 784 2 polygon +sce +1.00 0 998 1184 multimeter +1 1.00 990 688 982 704 902 672 1054 584 spline +1.00 285 734 536 probe_+_ +1.00 270 694 672 probe_-_ +1.00 180 886 960 plug_+_ +1.00 0 1110 960 plug_-_ +1 1.00 94 768 1558 840 1150 960 518 672 spline +1 2.00 998 1168 1046 1104 2 polygon +1.000 0.000 0.000 scb +1 1.00 182 504 462 960 854 960 566 488 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05081.eps b/derived/Source/circuit_generation_code/EXP/05081.eps new file mode 100644 index 0000000000000000000000000000000000000000..5c93d47634c3ff86ac7a2a1a607cc9e1390599a2 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05081.eps @@ -0,0 +1,409 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05081.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 20:28:49 2002 +%%Pages: 1 +%%BoundingBox: 68 68 334 250 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp3 { +% -64 -93 128 193 bbox +begingate +1 1.00 0 36 64 0.00 360.00 xcarc +1 1.00 -16 -24 -16 8 2 polygon +1 1.00 16 -24 16 8 2 polygon +1 0.25 80 88 -80 88 16 8 -16 8 spline +1 1.00 -32 -24 -16 -40 -16 -56 -48 -8 spline +1 1.00 32 -24 16 -40 16 -56 48 -8 spline +0 1.00 -16 -56 -16 -88 16 -88 16 -56 4 polygon +1 1.00 0 -96 0 -96 8 -88 -8 -88 spline +1 1.00 -16 -64 16 -56 2 polygon +1 1.00 -16 -72 16 -64 2 polygon +1 1.00 -16 -80 16 -72 2 polygon +1 1.00 -16 -88 16 -80 2 polygon +1 1.00 -16 -32 16 -32 48 -8 -48 -8 spline +1 1.00 -16 -56 16 -56 2 polygon +endgate +} def + +/lamp_socket { +% -88 -29 176 61 bbox +begingate +0.824 0.706 0.549 scb +241 1.00 -24 32 -24 8 -32 0 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 +11 polygon +sce +1 1.00 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 -24 8 -32 0 -88 -8 +11 polygon +1 2.00 -48 -24 -32 -24 2 polygon +1 2.00 -40 -24 -40 -16 2 polygon +1 2.00 32 -24 48 -24 2 polygon +1 2.00 40 -24 40 -16 2 polygon +1 2.00 -40 -32 -40 -32 -32 -24 -48 -24 spline +1 2.00 40 -32 40 -32 48 -24 32 -24 spline +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05077.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 896 1136 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 464 1040 real_batt +1.00 0 656 1040 real_batt +1.00 0 848 1040 real_batt +1.00 0 1040 1040 real_batt +1.00 270 472 1176 clip +1.00 270 424 1144 clip +1.00 330 592 1112 clip +1.00 330 640 1144 clip +1 1.00 432 1328 512 1176 568 1112 416 1168 spline +1 1.00 480 1360 560 1208 616 1144 464 1200 spline +1 1.00 672 1360 752 1208 808 1144 656 1200 spline +1 1.00 624 1328 704 1176 760 1112 608 1168 spline +1.00 270 664 1176 clip +1.00 270 616 1144 clip +1.00 330 784 1112 clip +1.00 330 832 1144 clip +1 1.00 864 1360 944 1208 1000 1144 848 1200 spline +1 1.00 816 1328 896 1176 952 1112 800 1168 spline +1.00 270 856 1176 clip +1.00 270 808 1144 clip +1.00 330 976 1112 clip +1.00 330 1024 1144 clip +1 1.00 1056 1360 1136 1208 1192 1144 1040 1200 spline +1 1.00 1008 1328 1088 1176 1144 1112 992 1168 spline +1.00 270 1048 1176 clip +1.00 270 1000 1144 clip +1.00 0 1456 1120 lamp3 +1.00 0 1456 1024 lamp_socket +1.00 30 1400 992 clip +1.00 270 1224 872 clip +1 1.00 1312 944 1240 1096 1192 1144 1384 976 spline +1.000 1.000 0.000 scb +1 1.00 1456 1168 1312 1168 2 polygon +1 1.00 1456 1168 1328 1248 2 polygon +1 1.00 1456 1168 1392 1296 2 polygon +1 1.00 1456 1168 1328 1088 2 polygon +1 1.00 1456 1168 1392 1056 2 polygon +1 1.00 1456 1168 1520 1056 2 polygon +1 1.00 1456 1168 1584 1088 2 polygon +1 1.00 1456 1168 1600 1168 2 polygon +1 1.00 1456 1168 1584 1248 2 polygon +1 1.00 1456 1168 1520 1296 2 polygon +1 1.00 1456 1168 1456 1312 2 polygon +sce +1.00 0 1440 640 multimeter +1.00 180 1328 416 plug_+_ +1.00 0 1552 416 plug_-_ +1 1.00 1176 1064 1216 976 1216 896 1144 1112 spline +1.00 0 1216 672 probe_+_ +1.00 45 1624 872 probe_-_ +1.000 0.000 0.000 scb +1 1.00 1216 448 920 408 1288 416 1216 496 spline +sce +1 1.00 1760 432 1776 568 1744 752 1592 416 spline +1 2.00 1440 624 1488 560 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05082.eps b/derived/Source/circuit_generation_code/EXP/05082.eps new file mode 100644 index 0000000000000000000000000000000000000000..aee649871fcbfaf37d69c021fe68f630073969a3 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05082.eps @@ -0,0 +1,267 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05082.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 14 20:39:19 2002 +%%Pages: 1 +%%BoundingBox: 68 68 348 251 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/lamp3 { +% -64 -93 128 193 bbox +begingate +1 1.00 0 36 64 0.00 360.00 xcarc +1 1.00 -16 -24 -16 8 2 polygon +1 1.00 16 -24 16 8 2 polygon +1 0.25 80 88 -80 88 16 8 -16 8 spline +1 1.00 -32 -24 -16 -40 -16 -56 -48 -8 spline +1 1.00 32 -24 16 -40 16 -56 48 -8 spline +0 1.00 -16 -56 -16 -88 16 -88 16 -56 4 polygon +1 1.00 0 -96 0 -96 8 -88 -8 -88 spline +1 1.00 -16 -64 16 -56 2 polygon +1 1.00 -16 -72 16 -64 2 polygon +1 1.00 -16 -80 16 -72 2 polygon +1 1.00 -16 -88 16 -80 2 polygon +1 1.00 -16 -32 16 -32 48 -8 -48 -8 spline +1 1.00 -16 -56 16 -56 2 polygon +endgate +} def + +/lamp_socket { +% -88 -29 176 61 bbox +begingate +0.824 0.706 0.549 scb +241 1.00 -24 32 -24 8 -32 0 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 +11 polygon +sce +1 1.00 -88 -8 -88 -16 88 -16 88 -8 32 0 24 8 24 32 -24 32 -24 8 -32 0 -88 -8 +11 polygon +1 2.00 -48 -24 -32 -24 2 polygon +1 2.00 -40 -24 -40 -16 2 polygon +1 2.00 32 -24 48 -24 2 polygon +1 2.00 40 -24 40 -16 2 polygon +1 2.00 -40 -32 -40 -32 -32 -24 -48 -24 spline +1 2.00 40 -32 40 -32 48 -24 32 -24 spline +endgate +} def + +%%Page: 05077.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 711 839 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 663 743 real_batt +1.00 270 671 879 clip +1.00 270 623 847 clip +1.00 0 1271 823 lamp3 +1.00 0 1271 727 lamp_socket +1.00 30 1215 695 clip +1.00 45 1287 687 clip +1.000 1.000 0.000 scb +1 1.00 1271 871 1127 871 2 polygon +1 1.00 1271 871 1143 951 2 polygon +1 1.00 1271 871 1207 999 2 polygon +1 1.00 1271 871 1143 791 2 polygon +1 1.00 1271 871 1207 759 2 polygon +1 1.00 1271 871 1335 759 2 polygon +1 1.00 1271 871 1399 791 2 polygon +1 1.00 1271 871 1415 871 2 polygon +1 1.00 1271 871 1399 951 2 polygon +1 1.00 1271 871 1335 999 2 polygon +1 1.00 1271 871 1271 1015 2 polygon +sce +1.00 0 663 423 real_batt +1.00 -1 687 527 clip +1.00 270 623 527 clip +1 1.00 615 615 791 535 791 775 615 551 spline +1 1.00 791 935 663 999 663 903 791 775 spline +1 1.00 615 999 711 999 935 999 615 871 spline +1.00 0 375 743 real_batt +1.00 270 383 879 clip +1.00 270 335 847 clip +1.00 0 375 423 real_batt +1.00 -1 399 543 clip +1.00 270 335 527 clip +1 1.00 327 615 503 535 503 775 327 551 spline +1 1.00 503 935 375 999 375 903 503 775 spline +1 1.00 327 983 423 967 551 967 327 871 spline +1.00 0 591 815 clip +1 1.00 487 823 631 951 551 967 567 807 spline +1.00 315 655 559 clip +1 1.00 551 639 511 559 423 535 631 567 spline +1 1.00 919 527 1143 495 1279 663 711 519 spline +1 1.00 1159 1007 999 591 1199 679 935 999 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05083.eps b/derived/Source/circuit_generation_code/EXP/05083.eps new file mode 100644 index 0000000000000000000000000000000000000000..5dc38694988bdc7a35d7c770eaa3690264aa84e8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05083.eps @@ -0,0 +1,235 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05083.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 17:56:32 2002 +%%Pages: 1 +%%BoundingBox: 68 68 320 220 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 512 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 512 battery +1.00 180 608 672 _resistor +1.00 180 608 512 _resistor +1.00 180 608 352 _resistor +1 1.00 608 608 608 576 2 polygon +1 1.00 608 448 608 416 2 polygon +1 1.00 608 736 608 768 288 768 288 576 4 polygon +1 1.00 608 288 608 256 288 256 288 448 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 664 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 504 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 344 label +1.00 0 896 576 DC_voltmeter +1.000 0.000 0.000 scb +1.00 0 784 672 arrowhead90 +1 1.00 816 672 896 672 896 640 784 672 spline +sce +1 1.00 816 480 896 480 896 512 784 480 spline +1.00 -181 784 480 arrowhead90 +(Voltmeter) {/Helvetica 1.000 cf} 2 16 0 944 560 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05084.eps b/derived/Source/circuit_generation_code/EXP/05084.eps new file mode 100644 index 0000000000000000000000000000000000000000..1c4e0aebdae61f0197918e3b0ba4069d2940e3c8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05084.eps @@ -0,0 +1,498 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05084.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 18:05:52 2002 +%%Pages: 1 +%%BoundingBox: 68 68 368 261 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 712 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 880 520 breadboard +1.00 0 688 728 resistor4 +1.00 0 640 680 dot +1.00 0 736 680 dot +1 2.00 640 680 640 728 2 polygon +1 2.00 736 680 736 728 2 polygon +1.00 0 784 664 resistor4 +1 2.00 736 616 736 664 2 polygon +1 2.00 832 616 832 664 2 polygon +1.00 0 832 616 dot +1.00 0 736 616 dot +1.00 0 880 728 resistor4 +1 2.00 832 680 832 728 2 polygon +1 2.00 928 680 928 728 2 polygon +1.00 0 928 680 dot +1.00 0 832 680 dot +1.00 0 336 584 real_batt +1.00 -271 280 688 clip +1 1.00 288 856 464 792 640 648 288 712 spline +1.00 0 640 648 dot +1.00 -271 328 720 clip +1 1.00 336 1016 1152 952 928 648 336 744 spline +1.00 0 928 648 dot +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 664 752 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 760 704 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 856 752 label +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 752 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05085.eps b/derived/Source/circuit_generation_code/EXP/05085.eps new file mode 100644 index 0000000000000000000000000000000000000000..5f53ce11ce31bc0b56770cfea10bfcfb80952370 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05085.eps @@ -0,0 +1,297 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05085.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 18:05:10 2002 +%%Pages: 1 +%%BoundingBox: 68 68 362 225 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 608 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 672 304 resistor4 +1.00 0 768 528 resistor4 +1.00 0 864 304 resistor4 +1.00 0 336 480 real_batt +1.00 -271 280 584 clip +1.00 -271 328 616 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 656 256 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 744 560 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 848 256 label +1.00 0 800 416 terminal_strip_3 +1 2.00 720 528 720 464 2 polygon +1 2.00 816 528 816 464 2 polygon +1 2.00 816 368 816 304 2 polygon +1 2.00 912 368 912 304 2 polygon +1 2.00 720 368 720 304 2 polygon +1 2.00 624 368 624 304 2 polygon +1 1.00 608 704 304 800 288 608 624 464 spline +1 1.00 912 784 384 912 336 640 912 464 spline +(Terminal strip) {/Helvetica 1.000 cf} 2 16 0 1024 400 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05086.eps b/derived/Source/circuit_generation_code/EXP/05086.eps new file mode 100644 index 0000000000000000000000000000000000000000..d1432a0f0415a4d53e3377c7260c8f2a216d9b61 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05086.eps @@ -0,0 +1,239 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05086.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 18:10:13 2002 +%%Pages: 1 +%%BoundingBox: 68 68 342 235 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 784 736 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 656 resistor4 +1.00 0 736 656 resistor4 +1.00 0 1088 656 resistor4 +1.00 0 384 384 real_batt +1.00 -271 328 488 clip +1.00 -271 376 520 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 368 688 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 720 688 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1072 688 label +1 2.00 688 656 624 656 2 polygon +1 2.00 848 656 784 656 2 polygon +1 2.00 336 656 272 656 2 polygon +1 2.00 496 656 432 656 2 polygon +1 2.00 1040 656 976 656 2 polygon +1 2.00 1200 656 1136 656 2 polygon +1.00 -271 488 680 clip +1.00 -271 616 680 clip +1.00 -271 840 680 clip +1.00 -271 968 680 clip +1.00 90 264 632 clip +1.00 90 1192 632 clip +1 1.00 496 864 624 864 624 704 496 704 spline +1 1.00 848 864 976 864 976 704 848 704 spline +1 1.00 256 496 336 608 336 512 272 608 spline +1 1.00 496 672 1200 464 1200 608 384 544 spline +("Free-form" construction) {/Helvetica 1.000 cf} 2 16 0 592 480 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05087.eps b/derived/Source/circuit_generation_code/EXP/05087.eps new file mode 100644 index 0000000000000000000000000000000000000000..d74b1e4a30cc4fb4e836891e42e7952b95148fc4 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05087.eps @@ -0,0 +1,434 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05087.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 18:59:46 2002 +%%Pages: 1 +%%BoundingBox: 68 68 382 357 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 834 818 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 690 322 resistor4 +1.00 0 786 546 resistor4 +1.00 0 882 322 resistor4 +1.00 0 354 690 real_batt +1.00 -271 298 794 clip +1.00 -271 346 826 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 674 274 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 762 578 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 866 274 label +1.00 0 818 434 terminal_strip_3 +1 2.00 738 546 738 482 2 polygon +1 2.00 834 546 834 482 2 polygon +1 2.00 834 386 834 322 2 polygon +1 2.00 930 386 930 322 2 polygon +1 2.00 738 386 738 322 2 polygon +1 2.00 642 386 642 322 2 polygon +1.00 0 1314 1106 multimeter +1.00 270 1218 866 plug_+_ +1.00 270 1410 866 plug_-_ +1.00 60 954 922 probe_-_ +1 1.00 322 1010 626 1010 802 1010 354 850 spline +1 1.00 1234 738 1410 570 1410 826 1106 834 spline +1.00 150 1018 618 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1138 914 1218 482 1218 826 1106 770 spline +sce +1 2.00 1314 1090 1362 1026 2 polygon +1 1.00 306 1058 642 834 642 482 306 818 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05088.eps b/derived/Source/circuit_generation_code/EXP/05088.eps new file mode 100644 index 0000000000000000000000000000000000000000..16a2b5aa0236d3e87e5b021bac998c4a74d916d4 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05088.eps @@ -0,0 +1,333 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05088.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 19:22:36 2002 +%%Pages: 1 +%%BoundingBox: 68 68 367 237 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 837 608 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 693 304 resistor4 +1.00 0 789 528 resistor4 +1.00 0 885 304 resistor4 +1.00 0 357 480 real_batt +1.00 -271 301 584 clip +1.00 -271 349 616 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 677 256 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 765 560 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 869 256 label +1.00 0 821 416 terminal_strip_3 +1 2.00 741 528 741 464 2 polygon +1 2.00 837 528 837 464 2 polygon +1 2.00 837 368 837 304 2 polygon +1 2.00 933 368 933 304 2 polygon +1 2.00 741 368 741 304 2 polygon +1 2.00 645 368 645 304 2 polygon +1 1.00 629 704 325 800 309 608 645 464 spline +1 1.00 933 784 405 912 357 640 933 464 spline +(Terminal strip) {/Helvetica 1.000 cf} 2 16 0 1045 400 label +0.800 0.800 0.800 scb +240 1.00 279 698 256 657 311 625 335 667 4 polygon +240 1.00 439 829 398 804 429 752 472 774 4 polygon +240 1.00 914 543 926 496 988 513 975 559 4 polygon +240 1.00 933 344 933 296 997 296 997 344 4 polygon +sce +1.000 0.000 1.000 scb +(0 ) {/Helvetica 1.000 cf} 2 16 0 421 776 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 933 512 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 949 304 label +sce +0.800 0.800 0.800 scb +240 1.00 837 536 837 488 901 488 901 536 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 861 496 label +sce +0.800 0.800 0.800 scb +240 1.00 677 536 677 488 741 488 741 536 4 polygon +240 1.00 581 344 581 296 645 296 645 344 4 polygon +240 1.00 561 550 573 503 635 520 622 566 4 polygon +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 285 648 label +(3) {/Helvetica 1.000 cf} 2 16 0 581 520 label +(3) {/Helvetica 1.000 cf} 2 16 0 597 304 label +(2) {/Helvetica 1.000 cf} 2 16 0 693 496 label +sce +0.800 0.800 0.800 scb +240 1.00 793 340 793 292 841 292 841 340 4 polygon +240 1.00 737 344 737 296 785 296 785 344 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 809 304 label +(2) {/Helvetica 1.000 cf} 2 16 0 745 308 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05089.eps b/derived/Source/circuit_generation_code/EXP/05089.eps new file mode 100644 index 0000000000000000000000000000000000000000..cd59fc852b9deec96d5d4ed631d0fb37db938b21 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05089.eps @@ -0,0 +1,207 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05089.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 19:27:46 2002 +%%Pages: 1 +%%BoundingBox: 68 68 185 236 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 544 battery +1.00 180 608 704 _resistor +1.00 180 608 544 _resistor +1.00 180 608 384 _resistor +1 1.00 608 640 608 608 2 polygon +1 1.00 608 480 608 448 2 polygon +1 1.00 608 768 608 800 288 800 288 608 4 polygon +1 1.00 608 320 608 288 288 288 288 480 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 696 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 536 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 376 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 624 448 label +(2) {/Helvetica 1.000 cf} 2 16 0 624 608 label +(0) {/Helvetica 1.000 cf} 2 16 0 256 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 624 256 label +(3) {/Helvetica 1.000 cf} 2 16 0 256 800 label +(3) {/Helvetica 1.000 cf} 2 16 0 624 800 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05090.eps b/derived/Source/circuit_generation_code/EXP/05090.eps new file mode 100644 index 0000000000000000000000000000000000000000..67f434a8a6960782dbb5591b65f1d11c98d90d9c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05090.eps @@ -0,0 +1,478 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05090.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 19:40:27 2002 +%%Pages: 1 +%%BoundingBox: 68 68 310 259 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 965 962 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 821 658 resistor4 +1.00 0 917 882 resistor4 +1.00 0 1013 658 resistor4 +1.00 0 485 834 real_batt +1.00 -271 429 938 clip +1.00 -271 477 970 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 805 610 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 893 914 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 997 610 label +1.00 0 949 770 terminal_strip_3 +1 2.00 869 882 869 818 2 polygon +1 2.00 965 882 965 818 2 polygon +1 2.00 965 722 965 658 2 polygon +1 2.00 1061 722 1061 658 2 polygon +1 2.00 869 722 869 658 2 polygon +1 2.00 773 722 773 658 2 polygon +1 1.00 757 1058 453 1154 437 962 773 818 spline +1 1.00 1061 1138 533 1266 485 994 1061 818 spline +0.800 0.800 0.800 scb +240 1.00 407 1052 384 1011 439 979 463 1021 4 polygon +240 1.00 567 1183 526 1158 557 1106 600 1128 4 polygon +240 1.00 1042 897 1054 850 1116 867 1103 913 4 polygon +240 1.00 1061 698 1061 650 1125 650 1125 698 4 polygon +sce +1.000 0.000 1.000 scb +(0 ) {/Helvetica 1.000 cf} 2 16 0 549 1130 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1061 866 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1077 658 label +sce +0.800 0.800 0.800 scb +240 1.00 965 890 965 842 1029 842 1029 890 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 989 850 label +sce +0.800 0.800 0.800 scb +240 1.00 805 890 805 842 869 842 869 890 4 polygon +240 1.00 709 698 709 650 773 650 773 698 4 polygon +240 1.00 689 904 701 857 763 874 750 920 4 polygon +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 413 1002 label +(3) {/Helvetica 1.000 cf} 2 16 0 709 874 label +(3) {/Helvetica 1.000 cf} 2 16 0 725 658 label +(2) {/Helvetica 1.000 cf} 2 16 0 821 850 label +sce +0.800 0.800 0.800 scb +240 1.00 921 694 921 646 969 646 969 694 4 polygon +240 1.00 865 698 865 650 913 650 913 698 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 937 658 label +(2) {/Helvetica 1.000 cf} 2 16 0 873 662 label +sce +1.00 0 1381 1122 multimeter +1 2.00 1381 1106 1317 1058 2 polygon +1.00 0 1493 962 plug_+_ +1.00 0 1493 898 plug_-_ +1.00 30 1149 586 probe_-_ +1.00 30 1053 586 probe_+_ +1 1.00 1357 242 1701 906 1533 898 1237 434 spline +1.000 0.000 0.000 scb +1 1.00 1501 178 1797 962 1533 962 1141 434 spline +sce +(Measure voltage from ) {/Helvetica 1.000 cf} 2 16 0 549 1298 label +1.000 0.000 0.000 scb +(1) {/Times-Roman 1.000 cf} 2 16 0 645 1250 label +sce +(to) {/Helvetica 1.000 cf} 2 16 0 693 1250 label +(0) {/Times-Roman 1.000 cf} 2 16 0 757 1250 label +1 2.00 1285 1298 1317 1298 2 polygon +1 2.00 1301 1314 1301 1282 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05091.eps b/derived/Source/circuit_generation_code/EXP/05091.eps new file mode 100644 index 0000000000000000000000000000000000000000..6b5f8373478365823d9b40ba89cca2c6626abda3 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05091.eps @@ -0,0 +1,479 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05091.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 19:44:02 2002 +%%Pages: 1 +%%BoundingBox: 68 68 313 258 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 965 956 offsets +% 32.00 8.00 gridspace +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 821 652 resistor4 +1.00 0 917 876 resistor4 +1.00 0 1013 652 resistor4 +1.00 0 485 828 real_batt +1.00 -271 429 932 clip +1.00 -271 477 964 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 805 604 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 893 908 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 997 604 label +1.00 0 949 764 terminal_strip_3 +1 2.00 869 876 869 812 2 polygon +1 2.00 965 876 965 812 2 polygon +1 2.00 965 716 965 652 2 polygon +1 2.00 1061 716 1061 652 2 polygon +1 2.00 869 716 869 652 2 polygon +1 2.00 773 716 773 652 2 polygon +1 1.00 757 1052 453 1148 437 956 773 812 spline +1 1.00 1061 1132 533 1260 485 988 1061 812 spline +0.800 0.800 0.800 scb +240 1.00 407 1046 384 1005 439 973 463 1015 4 polygon +240 1.00 567 1177 526 1152 557 1100 600 1122 4 polygon +240 1.00 1042 891 1054 844 1116 861 1103 907 4 polygon +240 1.00 1061 692 1061 644 1125 644 1125 692 4 polygon +sce +1.000 0.000 1.000 scb +(0 ) {/Helvetica 1.000 cf} 2 16 0 549 1124 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1061 860 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1077 652 label +sce +0.800 0.800 0.800 scb +240 1.00 965 884 965 836 1029 836 1029 884 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 989 844 label +sce +0.800 0.800 0.800 scb +240 1.00 805 884 805 836 869 836 869 884 4 polygon +240 1.00 709 692 709 644 773 644 773 692 4 polygon +240 1.00 689 898 701 851 763 868 750 914 4 polygon +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 413 996 label +(3) {/Helvetica 1.000 cf} 2 16 0 709 868 label +(3) {/Helvetica 1.000 cf} 2 16 0 725 652 label +(2) {/Helvetica 1.000 cf} 2 16 0 821 844 label +sce +0.800 0.800 0.800 scb +240 1.00 921 688 921 640 969 640 969 688 4 polygon +240 1.00 865 692 865 644 913 644 913 692 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 937 652 label +(2) {/Helvetica 1.000 cf} 2 16 0 873 656 label +sce +1.00 0 1381 1116 multimeter +1 2.00 1381 1100 1317 1052 2 polygon +1.00 0 1493 956 plug_+_ +1.00 0 1493 892 plug_-_ +1.00 30 1053 644 probe_-_ +1.00 30 957 644 probe_+_ +(Measure voltage from ) {/Helvetica 1.000 cf} 2 16 0 549 1292 label +(to) {/Helvetica 1.000 cf} 2 16 0 693 1244 label +1 2.00 1285 1292 1317 1292 2 polygon +1 2.00 1301 1308 1301 1276 2 polygon +1 1.00 1333 340 1669 860 1533 892 1141 492 spline +1.000 0.000 0.000 scb +(2) {/Times-Roman 1.000 cf} 2 16 0 637 1244 label +sce +(1) {/Times-Roman 1.000 cf} 2 16 0 757 1244 label +1.000 0.000 0.000 scb +1 1.00 1357 84 1893 948 1533 956 1045 492 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05092.eps b/derived/Source/circuit_generation_code/EXP/05092.eps new file mode 100644 index 0000000000000000000000000000000000000000..2e5ee46d98f462a6c182f1116697b919234eff42 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05092.eps @@ -0,0 +1,477 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05092.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 19:45:39 2002 +%%Pages: 1 +%%BoundingBox: 68 68 320 271 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 965 1025 offsets +% 32.00 8.00 gridspace +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 821 721 resistor4 +1.00 0 917 945 resistor4 +1.00 0 1013 721 resistor4 +1.00 0 485 897 real_batt +1.00 -271 429 1001 clip +1.00 -271 477 1033 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 805 673 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 893 977 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 997 673 label +1.00 0 949 833 terminal_strip_3 +1 2.00 869 945 869 881 2 polygon +1 2.00 965 945 965 881 2 polygon +1 2.00 965 785 965 721 2 polygon +1 2.00 1061 785 1061 721 2 polygon +1 2.00 869 785 869 721 2 polygon +1 2.00 773 785 773 721 2 polygon +1 1.00 757 1121 453 1217 437 1025 773 881 spline +1 1.00 1061 1201 533 1329 485 1057 1061 881 spline +0.800 0.800 0.800 scb +240 1.00 407 1115 384 1074 439 1042 463 1084 4 polygon +240 1.00 567 1246 526 1221 557 1169 600 1191 4 polygon +240 1.00 1042 960 1054 913 1116 930 1103 976 4 polygon +240 1.00 1061 761 1061 713 1125 713 1125 761 4 polygon +sce +1.000 0.000 1.000 scb +(0 ) {/Helvetica 1.000 cf} 2 16 0 549 1193 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1061 929 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1077 721 label +sce +0.800 0.800 0.800 scb +240 1.00 965 953 965 905 1029 905 1029 953 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 989 913 label +sce +0.800 0.800 0.800 scb +240 1.00 805 953 805 905 869 905 869 953 4 polygon +240 1.00 709 761 709 713 773 713 773 761 4 polygon +240 1.00 689 967 701 920 763 937 750 983 4 polygon +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 413 1065 label +(3) {/Helvetica 1.000 cf} 2 16 0 709 937 label +(3) {/Helvetica 1.000 cf} 2 16 0 725 721 label +(2) {/Helvetica 1.000 cf} 2 16 0 821 913 label +sce +0.800 0.800 0.800 scb +240 1.00 921 757 921 709 969 709 969 757 4 polygon +240 1.00 865 761 865 713 913 713 913 761 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 937 721 label +(2) {/Helvetica 1.000 cf} 2 16 0 873 725 label +sce +1.00 0 1381 1185 multimeter +1 2.00 1381 1169 1317 1121 2 polygon +1.00 0 1493 1025 plug_+_ +1.00 0 1493 961 plug_-_ +1.00 30 957 649 probe_-_ +1.00 30 861 649 probe_+_ +(Measure voltage from ) {/Helvetica 1.000 cf} 2 16 0 549 1361 label +(to) {/Helvetica 1.000 cf} 2 16 0 693 1313 label +1 2.00 1285 1361 1317 1361 2 polygon +1 2.00 1301 1377 1301 1345 2 polygon +1 1.00 1301 289 1781 969 1533 961 1045 497 spline +1.000 0.000 0.000 scb +1 1.00 1405 65 1965 985 1533 1025 941 497 spline +(3) {/Times-Roman 1.000 cf} 2 16 0 637 1313 label +sce +(2) {/Times-Roman 1.000 cf} 2 16 0 749 1313 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05093.eps b/derived/Source/circuit_generation_code/EXP/05093.eps new file mode 100644 index 0000000000000000000000000000000000000000..8f37400f77a2ee1913bceba9d6fda6bb19aba781 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05093.eps @@ -0,0 +1,475 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05093.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 19:49:29 2002 +%%Pages: 1 +%%BoundingBox: 68 68 322 271 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 965 1026 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 821 722 resistor4 +1.00 0 917 946 resistor4 +1.00 0 1013 722 resistor4 +1.00 0 485 898 real_batt +1.00 -271 429 1002 clip +1.00 -271 477 1034 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 805 674 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 893 978 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 997 674 label +1.00 0 949 834 terminal_strip_3 +1 2.00 869 946 869 882 2 polygon +1 2.00 965 946 965 882 2 polygon +1 2.00 965 786 965 722 2 polygon +1 2.00 1061 786 1061 722 2 polygon +1 2.00 869 786 869 722 2 polygon +1 2.00 773 786 773 722 2 polygon +1 1.00 757 1122 453 1218 437 1026 773 882 spline +1 1.00 1061 1202 533 1330 485 1058 1061 882 spline +0.800 0.800 0.800 scb +240 1.00 407 1116 384 1075 439 1043 463 1085 4 polygon +240 1.00 567 1247 526 1222 557 1170 600 1192 4 polygon +240 1.00 1042 961 1054 914 1116 931 1103 977 4 polygon +240 1.00 1061 762 1061 714 1125 714 1125 762 4 polygon +sce +1.000 0.000 1.000 scb +(0 ) {/Helvetica 1.000 cf} 2 16 0 549 1194 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1061 930 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1077 722 label +sce +0.800 0.800 0.800 scb +240 1.00 965 954 965 906 1029 906 1029 954 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 989 914 label +sce +0.800 0.800 0.800 scb +240 1.00 805 954 805 906 869 906 869 954 4 polygon +240 1.00 709 762 709 714 773 714 773 762 4 polygon +240 1.00 689 968 701 921 763 938 750 984 4 polygon +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 413 1066 label +(3) {/Helvetica 1.000 cf} 2 16 0 709 938 label +(3) {/Helvetica 1.000 cf} 2 16 0 725 722 label +(2) {/Helvetica 1.000 cf} 2 16 0 821 914 label +sce +0.800 0.800 0.800 scb +240 1.00 921 758 921 710 969 710 969 758 4 polygon +240 1.00 865 762 865 714 913 714 913 762 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 937 722 label +(2) {/Helvetica 1.000 cf} 2 16 0 873 726 label +sce +1.00 0 1381 1186 multimeter +1 2.00 1381 1170 1317 1122 2 polygon +1.00 0 1493 1026 plug_+_ +1.00 0 1493 962 plug_-_ +1.00 30 861 650 probe_-_ +1.00 30 1149 650 probe_+_ +(Measure voltage from ) {/Helvetica 1.000 cf} 2 16 0 549 1362 label +(to) {/Helvetica 1.000 cf} 2 16 0 693 1314 label +1 2.00 1285 1362 1317 1362 2 polygon +(3) {/Times-Roman 1.000 cf} 2 16 0 749 1314 label +1 1.00 1301 74 1893 954 1533 962 949 498 spline +1.000 0.000 0.000 scb +(0) {/Times-Roman 1.000 cf} 2 16 0 645 1314 label +1 1.00 1933 1002 1525 194 1237 506 1533 1026 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05094.eps b/derived/Source/circuit_generation_code/EXP/05094.eps new file mode 100644 index 0000000000000000000000000000000000000000..00376f15be13228d9edda2cfb7ff4cee8a79ba35 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05094.eps @@ -0,0 +1,260 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05094.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 20:03:01 2002 +%%Pages: 1 +%%BoundingBox: 68 68 194 236 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 544 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 544 battery +1.00 180 608 704 _resistor +1.00 180 608 544 _resistor +1.00 180 608 384 _resistor +1 1.00 608 640 608 608 2 polygon +1 1.00 608 480 608 448 2 polygon +1 1.00 608 768 608 800 288 800 288 608 4 polygon +1 1.00 608 320 608 288 288 288 288 480 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 696 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 536 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 376 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 624 448 label +(2) {/Helvetica 1.000 cf} 2 16 0 624 608 label +(0) {/Helvetica 1.000 cf} 2 16 0 256 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 624 256 label +(3) {/Helvetica 1.000 cf} 2 16 0 256 800 label +(3) {/Helvetica 1.000 cf} 2 16 0 624 800 label +sce +0.600 0.600 0.600 scb +1.00 225 592 448 arrowhead90 +sce +1.000 0.000 0.000 scb +(1) {/Times-Roman 1.000 cf} 2 16 0 472 368 label +sce +(-0) {/Times-Roman 1.000 cf} 2 16 0 488 368 label +0.600 0.600 0.600 scb +1 1.00 528 416 528 336 592 304 592 448 spline +1 1.00 528 576 528 496 592 464 592 608 spline +1.00 225 592 608 arrowhead90 +1 1.00 528 736 528 656 592 624 592 768 spline +1.00 225 592 768 arrowhead90 +sce +1.000 0.000 0.000 scb +(2) {/Times-Roman 1.000 cf} 2 16 0 464 528 label +sce +(-1) {/Times-Roman 1.000 cf} 2 16 0 488 528 label +1.000 0.000 0.000 scb +(3) {/Times-Roman 1.000 cf} 2 16 0 464 688 label +sce +(-2) {/Times-Roman 1.000 cf} 2 16 0 488 688 label +0.600 0.600 0.600 scb +1.00 30 312 448 arrowhead90 +1 1.00 384 488 416 632 304 664 320 456 spline +sce +1.000 0.000 0.000 scb +(0) {/Times-Roman 1.000 cf} 2 16 0 352 456 label +sce +(-3) {/Times-Roman 1.000 cf} 2 16 0 376 456 label +(\(+\)) {/Times-Roman 1.000 cf} 2 16 0 472 648 label +(\(+\)) {/Times-Roman 1.000 cf} 2 16 0 472 488 label +(\(+\)) {/Times-Roman 1.000 cf} 2 16 0 472 328 label +(\(-\)) {/Times-Roman 1.000 cf} 2 16 0 368 416 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05095.eps b/derived/Source/circuit_generation_code/EXP/05095.eps new file mode 100644 index 0000000000000000000000000000000000000000..4a5d9e27c9d2aec63c9a8acee26582d76cadaf90 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05095.eps @@ -0,0 +1,252 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05095.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 20:13:15 2002 +%%Pages: 1 +%%BoundingBox: 68 68 228 236 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 544 battery +1.00 180 608 704 _resistor +1.00 180 608 544 _resistor +1.00 180 608 384 _resistor +1 1.00 608 640 608 608 2 polygon +1 1.00 608 480 608 448 2 polygon +1 1.00 608 768 608 800 288 800 288 608 4 polygon +1 1.00 608 320 608 288 288 288 288 480 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 696 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 536 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 376 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 624 432 label +(2) {/Helvetica 1.000 cf} 2 16 0 624 608 label +(0) {/Helvetica 1.000 cf} 2 16 0 256 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 624 256 label +(3) {/Helvetica 1.000 cf} 2 16 0 256 800 label +(3) {/Helvetica 1.000 cf} 2 16 0 624 800 label +sce +0.600 0.600 0.600 scb +1 1.00 528 576 528 496 592 464 592 608 spline +1.00 225 592 608 arrowhead90 +1 1.00 528 736 528 656 592 624 592 768 spline +1.00 225 592 768 arrowhead90 +sce +1.000 0.000 0.000 scb +(2) {/Times-Roman 1.000 cf} 2 16 0 464 528 label +sce +(-1) {/Times-Roman 1.000 cf} 2 16 0 488 528 label +1.000 0.000 0.000 scb +(3) {/Times-Roman 1.000 cf} 2 16 0 464 688 label +sce +(-2) {/Times-Roman 1.000 cf} 2 16 0 488 688 label +0.600 0.600 0.600 scb +1.00 30 632 472 arrowhead90 +sce +(\(+\)) {/Times-Roman 1.000 cf} 2 16 0 472 648 label +(\(+\)) {/Times-Roman 1.000 cf} 2 16 0 472 488 label +(\(-\)) {/Times-Roman 1.000 cf} 2 16 0 752 584 label +0.600 0.600 0.600 scb +1 1.00 744 528 776 728 624 784 640 480 spline +sce +1.000 0.000 0.000 scb +(1) {/Times-Roman 1.000 cf} 2 16 0 744 624 label +sce +(-3) {/Times-Roman 1.000 cf} 2 16 0 760 624 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05096.eps b/derived/Source/circuit_generation_code/EXP/05096.eps new file mode 100644 index 0000000000000000000000000000000000000000..6dd048637b8ec00803e9c5298786f3fc674910d5 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05096.eps @@ -0,0 +1,475 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05096.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 15 20:11:56 2002 +%%Pages: 1 +%%BoundingBox: 68 68 319 271 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 965 1026 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 821 722 resistor4 +1.00 0 917 946 resistor4 +1.00 0 1013 722 resistor4 +1.00 0 485 898 real_batt +1.00 -271 429 1002 clip +1.00 -271 477 1034 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 805 674 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 893 978 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 997 674 label +1.00 0 949 834 terminal_strip_3 +1 2.00 869 946 869 882 2 polygon +1 2.00 965 946 965 882 2 polygon +1 2.00 965 786 965 722 2 polygon +1 2.00 1061 786 1061 722 2 polygon +1 2.00 869 786 869 722 2 polygon +1 2.00 773 786 773 722 2 polygon +1 1.00 757 1122 453 1218 437 1026 773 882 spline +1 1.00 1061 1202 533 1330 485 1058 1061 882 spline +0.800 0.800 0.800 scb +240 1.00 407 1116 384 1075 439 1043 463 1085 4 polygon +240 1.00 567 1247 526 1222 557 1170 600 1192 4 polygon +240 1.00 1042 961 1054 914 1116 931 1103 977 4 polygon +240 1.00 1061 762 1061 714 1125 714 1125 762 4 polygon +sce +1.000 0.000 1.000 scb +(0 ) {/Helvetica 1.000 cf} 2 16 0 549 1194 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1061 930 label +(0 ) {/Helvetica 1.000 cf} 2 16 0 1077 722 label +sce +0.800 0.800 0.800 scb +240 1.00 965 954 965 906 1029 906 1029 954 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 989 914 label +sce +0.800 0.800 0.800 scb +240 1.00 805 954 805 906 869 906 869 954 4 polygon +240 1.00 709 762 709 714 773 714 773 762 4 polygon +240 1.00 689 968 701 921 763 938 750 984 4 polygon +sce +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 413 1066 label +(3) {/Helvetica 1.000 cf} 2 16 0 709 938 label +(3) {/Helvetica 1.000 cf} 2 16 0 725 722 label +(2) {/Helvetica 1.000 cf} 2 16 0 821 914 label +sce +0.800 0.800 0.800 scb +240 1.00 921 758 921 710 969 710 969 758 4 polygon +240 1.00 865 762 865 714 913 714 913 762 4 polygon +sce +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 937 722 label +(2) {/Helvetica 1.000 cf} 2 16 0 873 726 label +sce +1.00 0 1381 1186 multimeter +1 2.00 1381 1170 1317 1122 2 polygon +1.00 0 1493 1026 plug_+_ +1.00 0 1493 962 plug_-_ +1.00 30 861 650 probe_-_ +1.00 30 1053 714 probe_+_ +(Measure voltage from ) {/Helvetica 1.000 cf} 2 16 0 549 1362 label +(to) {/Helvetica 1.000 cf} 2 16 0 693 1314 label +1 2.00 1285 1362 1317 1362 2 polygon +(3) {/Times-Roman 1.000 cf} 2 16 0 749 1314 label +1 1.00 1301 74 1893 954 1533 962 949 498 spline +1.000 0.000 0.000 scb +1 1.00 1469 322 1917 938 1533 1026 1141 562 spline +(1) {/Times-Roman 1.000 cf} 2 16 0 653 1314 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05097.eps b/derived/Source/circuit_generation_code/EXP/05097.eps new file mode 100644 index 0000000000000000000000000000000000000000..8b3aed593c3286a2ebbc1c522904a96df1eb1405 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05097.eps @@ -0,0 +1,252 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05097.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 17:19:01 2002 +%%Pages: 1 +%%BoundingBox: 68 68 344 201 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +/DC_ammeter { +% -32 -64 72 128 bbox +begingate +1 1.00 0 32 0 64 2 polygon +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +(A) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 564 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 564 battery +1.00 180 512 564 _resistor +1.00 180 672 564 _resistor +1.00 180 832 564 _resistor +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 440 556 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 600 556 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 760 556 label +1.000 0.000 0.000 scb +1.00 270 992 500 arrowhead90 +sce +1.00 0 992 388 DC_ammeter +(Ammeter) {/Helvetica 1.000 cf} 2 16 0 1040 372 label +1 1.00 288 628 288 692 832 692 832 628 4 polygon +1.00 0 672 692 dot +1 1.00 672 692 672 628 2 polygon +1.00 0 512 692 dot +1 1.00 512 692 512 628 2 polygon +1 1.00 288 500 288 436 832 436 832 500 4 polygon +1.00 -181 672 436 dot +1 1.00 672 436 672 500 2 polygon +1.00 -181 512 436 dot +1 1.00 512 436 512 500 2 polygon +1.000 0.000 0.000 scb +1 1.00 992 500 992 452 2 polygon +sce +1.00 90 992 276 arrowhead90 +1 1.00 992 276 992 324 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05098.eps b/derived/Source/circuit_generation_code/EXP/05098.eps new file mode 100644 index 0000000000000000000000000000000000000000..984987d93712a14b291c364bb06dbca46320e034 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05098.eps @@ -0,0 +1,510 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05098.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 17:24:17 2002 +%%Pages: 1 +%%BoundingBox: 68 68 368 245 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 712 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 880 520 breadboard +1.00 270 688 504 resistor4 +1.00 270 784 504 resistor4 +1.00 0 336 584 real_batt +1.00 -271 280 688 clip +1.00 -271 328 720 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 512 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 728 512 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 512 label +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 752 256 label +1.00 0 704 552 dot +1.00 0 704 456 dot +1 2.00 688 552 704 552 2 polygon +1 2.00 688 456 704 456 2 polygon +1 2.00 784 456 800 456 2 polygon +1 2.00 784 552 800 552 2 polygon +1 2.00 880 552 896 552 2 polygon +1 2.00 880 456 896 456 2 polygon +1.00 270 880 504 resistor4 +1.00 0 896 424 dot +1.00 0 800 424 dot +1 1.00 800 392 880 392 896 424 800 424 spline +1.00 0 800 392 dot +1.00 0 704 392 dot +1 1.00 704 360 784 360 800 392 704 392 spline +1 1.00 352 840 448 856 448 520 336 744 spline +1 1.00 448 408 544 424 704 424 448 520 spline +1.00 0 704 424 dot +1.00 0 704 584 dot +1.00 0 608 584 dot +1 1.00 624 600 672 616 704 584 608 584 spline +1.00 0 608 616 dot +1.00 0 800 616 dot +1 1.00 656 648 736 648 800 616 608 616 spline +1.00 0 896 648 dot +1.00 0 608 648 dot +1 1.00 672 680 816 680 896 648 608 648 spline +1 1.00 304 920 576 904 608 680 288 712 spline +1.00 0 608 680 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05099.eps b/derived/Source/circuit_generation_code/EXP/05099.eps new file mode 100644 index 0000000000000000000000000000000000000000..dfcab754bb16d607c2d8a526d12acfe906157ed7 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05099.eps @@ -0,0 +1,353 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05099.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 17:29:18 2002 +%%Pages: 1 +%%BoundingBox: 68 68 364 226 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip { +% -368 -64 736 128 bbox +begingate +1 1.00 -336 -32 8 0.00 360.00 xcarc +1 1.00 -332 -26 -342 -36 2 polygon +1 1.00 -340 -38 -330 -28 2 polygon +1 1.00 -336 32 8 0.00 360.00 xcarc +1 1.00 -332 38 -342 28 2 polygon +1 1.00 -340 26 -330 36 2 polygon +1 1.00 -288 -32 8 0.00 360.00 xcarc +1 1.00 -284 -26 -294 -36 2 polygon +1 1.00 -292 -38 -282 -28 2 polygon +1 1.00 -288 32 8 0.00 360.00 xcarc +1 1.00 -284 38 -294 28 2 polygon +1 1.00 -292 26 -282 36 2 polygon +1 1.00 -240 -32 8 0.00 360.00 xcarc +1 1.00 -236 -26 -246 -36 2 polygon +1 1.00 -244 -38 -234 -28 2 polygon +1 1.00 -240 32 8 0.00 360.00 xcarc +1 1.00 -236 38 -246 28 2 polygon +1 1.00 -244 26 -234 36 2 polygon +1 1.00 -192 -32 8 0.00 360.00 xcarc +1 1.00 -188 -26 -198 -36 2 polygon +1 1.00 -196 -38 -186 -28 2 polygon +1 1.00 -192 32 8 0.00 360.00 xcarc +1 1.00 -188 38 -198 28 2 polygon +1 1.00 -196 26 -186 36 2 polygon +1 1.00 -144 -32 8 0.00 360.00 xcarc +1 1.00 -140 -26 -150 -36 2 polygon +1 1.00 -148 -38 -138 -28 2 polygon +1 1.00 -144 32 8 0.00 360.00 xcarc +1 1.00 -140 38 -150 28 2 polygon +1 1.00 -148 26 -138 36 2 polygon +1 1.00 -96 -32 8 0.00 360.00 xcarc +1 1.00 -92 -26 -102 -36 2 polygon +1 1.00 -100 -38 -90 -28 2 polygon +1 1.00 -96 32 8 0.00 360.00 xcarc +1 1.00 -92 38 -102 28 2 polygon +1 1.00 -100 26 -90 36 2 polygon +1 1.00 -48 -32 8 0.00 360.00 xcarc +1 1.00 -44 -26 -54 -36 2 polygon +1 1.00 -52 -38 -42 -28 2 polygon +1 1.00 -48 32 8 0.00 360.00 xcarc +1 1.00 -44 38 -54 28 2 polygon +1 1.00 -52 26 -42 36 2 polygon +1 1.00 0 -32 8 0.00 360.00 xcarc +1 1.00 4 -26 -6 -36 2 polygon +1 1.00 -4 -38 6 -28 2 polygon +1 1.00 0 32 8 0.00 360.00 xcarc +1 1.00 4 38 -6 28 2 polygon +1 1.00 -4 26 6 36 2 polygon +1 1.00 48 -32 8 0.00 360.00 xcarc +1 1.00 52 -26 42 -36 2 polygon +1 1.00 44 -38 54 -28 2 polygon +1 1.00 48 32 8 0.00 360.00 xcarc +1 1.00 52 38 42 28 2 polygon +1 1.00 44 26 54 36 2 polygon +1 1.00 96 -32 8 0.00 360.00 xcarc +1 1.00 100 -26 90 -36 2 polygon +1 1.00 92 -38 102 -28 2 polygon +1 1.00 96 32 8 0.00 360.00 xcarc +1 1.00 100 38 90 28 2 polygon +1 1.00 92 26 102 36 2 polygon +1 1.00 144 -32 8 0.00 360.00 xcarc +1 1.00 148 -26 138 -36 2 polygon +1 1.00 140 -38 150 -28 2 polygon +1 1.00 144 32 8 0.00 360.00 xcarc +1 1.00 148 38 138 28 2 polygon +1 1.00 140 26 150 36 2 polygon +1 1.00 192 -32 8 0.00 360.00 xcarc +1 1.00 196 -26 186 -36 2 polygon +1 1.00 188 -38 198 -28 2 polygon +1 1.00 192 32 8 0.00 360.00 xcarc +1 1.00 196 38 186 28 2 polygon +1 1.00 188 26 198 36 2 polygon +1 1.00 240 -32 8 0.00 360.00 xcarc +1 1.00 244 -26 234 -36 2 polygon +1 1.00 236 -38 246 -28 2 polygon +1 1.00 240 32 8 0.00 360.00 xcarc +1 1.00 244 38 234 28 2 polygon +1 1.00 236 26 246 36 2 polygon +1 1.00 288 -32 8 0.00 360.00 xcarc +1 1.00 292 -26 282 -36 2 polygon +1 1.00 284 -38 294 -28 2 polygon +1 1.00 288 32 8 0.00 360.00 xcarc +1 1.00 292 38 282 28 2 polygon +1 1.00 284 26 294 36 2 polygon +1 1.00 336 -32 8 0.00 360.00 xcarc +1 1.00 340 -26 330 -36 2 polygon +1 1.00 332 -38 342 -28 2 polygon +1 1.00 336 32 8 0.00 360.00 xcarc +1 1.00 340 38 330 28 2 polygon +1 1.00 332 26 342 36 2 polygon +0 1.00 320 48 320 -48 352 -48 352 48 4 polygon +0 1.00 272 48 272 -48 304 -48 304 48 4 polygon +0 1.00 224 48 224 -48 256 -48 256 48 4 polygon +0 1.00 176 48 176 -48 208 -48 208 48 4 polygon +0 1.00 128 48 128 -48 160 -48 160 48 4 polygon +0 1.00 80 48 80 -48 112 -48 112 48 4 polygon +0 1.00 32 48 32 -48 64 -48 64 48 4 polygon +0 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +0 1.00 -64 48 -64 -48 -32 -48 -32 48 4 polygon +0 1.00 -112 48 -112 -48 -80 -48 -80 48 4 polygon +0 1.00 -160 48 -160 -48 -128 -48 -128 48 4 polygon +0 1.00 -208 48 -208 -48 -176 -48 -176 48 4 polygon +0 1.00 -256 48 -256 -48 -224 -48 -224 48 4 polygon +0 1.00 -304 48 -304 -48 -272 -48 -272 48 4 polygon +0 1.00 -352 48 -352 -48 -320 -48 -320 48 4 polygon +0.600 0.600 0.600 scb +0 2.00 -368 64 -368 -64 368 -64 368 64 4 polygon +sce +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 752 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 544 304 resistor4 +1.00 0 688 304 resistor4 +1.00 0 336 416 real_batt +1.00 -271 280 520 clip +1.00 -271 328 552 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 528 256 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 256 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 256 label +1.00 0 832 400 terminal_strip +1 2.00 496 304 496 352 2 polygon +1 2.00 592 304 592 352 2 polygon +1 2.00 640 304 640 352 2 polygon +1 2.00 736 304 736 352 2 polygon +1 2.00 784 304 784 352 2 polygon +1 2.00 880 304 880 352 2 polygon +1.00 0 832 304 resistor4 +1 1.00 528 560 608 560 640 448 496 448 spline +1 1.00 672 560 752 560 784 448 640 448 spline +1 1.00 352 704 496 640 496 448 336 576 spline +1 1.00 592 576 960 528 976 448 592 448 spline +1 1.00 736 592 976 592 976 448 736 448 spline +1 1.00 880 560 976 592 976 448 880 448 spline +1 1.00 976 240 1280 240 1280 352 976 352 spline +1 1.00 1312 848 288 944 288 544 1280 352 spline +(Terminal) {/Helvetica 1.000 cf} 2 16 0 1024 528 label +(strip) {/Helvetica 1.000 cf} 2 16 0 1064 488 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05100.eps b/derived/Source/circuit_generation_code/EXP/05100.eps new file mode 100644 index 0000000000000000000000000000000000000000..8a935ffb52710286e03c05f0ee078cbe4927ef59 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05100.eps @@ -0,0 +1,642 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05100.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 18:26:12 2002 +%%Pages: 1 +%%BoundingBox: 68 68 368 424 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 712 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 880 520 breadboard +1.00 270 688 504 resistor4 +1.00 270 784 504 resistor4 +1.00 0 336 584 real_batt +1.00 -271 280 688 clip +1.00 -271 328 720 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 512 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 728 512 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 512 label +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 752 256 label +1.00 0 704 552 dot +1.00 0 704 456 dot +1 2.00 688 552 704 552 2 polygon +1 2.00 688 456 704 456 2 polygon +1 2.00 784 456 800 456 2 polygon +1 2.00 784 552 800 552 2 polygon +1 2.00 880 552 896 552 2 polygon +1 2.00 880 456 896 456 2 polygon +1.00 270 880 504 resistor4 +1.00 0 896 424 dot +1.00 0 800 424 dot +1 1.00 800 392 880 392 896 424 800 424 spline +1.00 0 800 392 dot +1.00 0 704 392 dot +1 1.00 704 360 784 360 800 392 704 392 spline +1 1.00 352 840 448 856 448 520 336 744 spline +1 1.00 448 408 544 424 704 424 448 520 spline +1.00 0 704 424 dot +1.00 0 704 584 dot +1.00 0 608 616 dot +1.00 0 800 616 dot +1 1.00 656 648 736 648 800 616 608 616 spline +1.00 0 896 648 dot +1.00 0 608 648 dot +1 1.00 672 680 816 680 896 648 608 648 spline +1 1.00 304 920 576 904 608 680 288 712 spline +1.00 0 608 680 dot +1.00 0 944 1256 multimeter +1.00 270 848 1016 plug_+_ +1.00 270 1040 1016 plug_-_ +1.00 165 656 856 probe_+_ +1.00 105 876 788 probe_-_ +1 1.00 656 600 672 728 704 744 704 584 spline +1.000 0.000 0.000 scb +1 1.00 752 1120 808 856 848 976 704 1024 spline +sce +1 1.00 1040 904 1208 888 1048 832 1040 976 spline +1 2.00 944 1240 992 1176 2 polygon +1 2.00 848 1432 880 1432 2 polygon +1 2.00 864 1448 864 1416 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05101.eps b/derived/Source/circuit_generation_code/EXP/05101.eps new file mode 100644 index 0000000000000000000000000000000000000000..9f26956ee60d1e5115680b6c8d6a39130d9263e1 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05101.eps @@ -0,0 +1,493 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05101.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 18:25:50 2002 +%%Pages: 1 +%%BoundingBox: 68 68 383 373 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip { +% -368 -64 736 128 bbox +begingate +1 1.00 -336 -32 8 0.00 360.00 xcarc +1 1.00 -332 -26 -342 -36 2 polygon +1 1.00 -340 -38 -330 -28 2 polygon +1 1.00 -336 32 8 0.00 360.00 xcarc +1 1.00 -332 38 -342 28 2 polygon +1 1.00 -340 26 -330 36 2 polygon +1 1.00 -288 -32 8 0.00 360.00 xcarc +1 1.00 -284 -26 -294 -36 2 polygon +1 1.00 -292 -38 -282 -28 2 polygon +1 1.00 -288 32 8 0.00 360.00 xcarc +1 1.00 -284 38 -294 28 2 polygon +1 1.00 -292 26 -282 36 2 polygon +1 1.00 -240 -32 8 0.00 360.00 xcarc +1 1.00 -236 -26 -246 -36 2 polygon +1 1.00 -244 -38 -234 -28 2 polygon +1 1.00 -240 32 8 0.00 360.00 xcarc +1 1.00 -236 38 -246 28 2 polygon +1 1.00 -244 26 -234 36 2 polygon +1 1.00 -192 -32 8 0.00 360.00 xcarc +1 1.00 -188 -26 -198 -36 2 polygon +1 1.00 -196 -38 -186 -28 2 polygon +1 1.00 -192 32 8 0.00 360.00 xcarc +1 1.00 -188 38 -198 28 2 polygon +1 1.00 -196 26 -186 36 2 polygon +1 1.00 -144 -32 8 0.00 360.00 xcarc +1 1.00 -140 -26 -150 -36 2 polygon +1 1.00 -148 -38 -138 -28 2 polygon +1 1.00 -144 32 8 0.00 360.00 xcarc +1 1.00 -140 38 -150 28 2 polygon +1 1.00 -148 26 -138 36 2 polygon +1 1.00 -96 -32 8 0.00 360.00 xcarc +1 1.00 -92 -26 -102 -36 2 polygon +1 1.00 -100 -38 -90 -28 2 polygon +1 1.00 -96 32 8 0.00 360.00 xcarc +1 1.00 -92 38 -102 28 2 polygon +1 1.00 -100 26 -90 36 2 polygon +1 1.00 -48 -32 8 0.00 360.00 xcarc +1 1.00 -44 -26 -54 -36 2 polygon +1 1.00 -52 -38 -42 -28 2 polygon +1 1.00 -48 32 8 0.00 360.00 xcarc +1 1.00 -44 38 -54 28 2 polygon +1 1.00 -52 26 -42 36 2 polygon +1 1.00 0 -32 8 0.00 360.00 xcarc +1 1.00 4 -26 -6 -36 2 polygon +1 1.00 -4 -38 6 -28 2 polygon +1 1.00 0 32 8 0.00 360.00 xcarc +1 1.00 4 38 -6 28 2 polygon +1 1.00 -4 26 6 36 2 polygon +1 1.00 48 -32 8 0.00 360.00 xcarc +1 1.00 52 -26 42 -36 2 polygon +1 1.00 44 -38 54 -28 2 polygon +1 1.00 48 32 8 0.00 360.00 xcarc +1 1.00 52 38 42 28 2 polygon +1 1.00 44 26 54 36 2 polygon +1 1.00 96 -32 8 0.00 360.00 xcarc +1 1.00 100 -26 90 -36 2 polygon +1 1.00 92 -38 102 -28 2 polygon +1 1.00 96 32 8 0.00 360.00 xcarc +1 1.00 100 38 90 28 2 polygon +1 1.00 92 26 102 36 2 polygon +1 1.00 144 -32 8 0.00 360.00 xcarc +1 1.00 148 -26 138 -36 2 polygon +1 1.00 140 -38 150 -28 2 polygon +1 1.00 144 32 8 0.00 360.00 xcarc +1 1.00 148 38 138 28 2 polygon +1 1.00 140 26 150 36 2 polygon +1 1.00 192 -32 8 0.00 360.00 xcarc +1 1.00 196 -26 186 -36 2 polygon +1 1.00 188 -38 198 -28 2 polygon +1 1.00 192 32 8 0.00 360.00 xcarc +1 1.00 196 38 186 28 2 polygon +1 1.00 188 26 198 36 2 polygon +1 1.00 240 -32 8 0.00 360.00 xcarc +1 1.00 244 -26 234 -36 2 polygon +1 1.00 236 -38 246 -28 2 polygon +1 1.00 240 32 8 0.00 360.00 xcarc +1 1.00 244 38 234 28 2 polygon +1 1.00 236 26 246 36 2 polygon +1 1.00 288 -32 8 0.00 360.00 xcarc +1 1.00 292 -26 282 -36 2 polygon +1 1.00 284 -38 294 -28 2 polygon +1 1.00 288 32 8 0.00 360.00 xcarc +1 1.00 292 38 282 28 2 polygon +1 1.00 284 26 294 36 2 polygon +1 1.00 336 -32 8 0.00 360.00 xcarc +1 1.00 340 -26 330 -36 2 polygon +1 1.00 332 -38 342 -28 2 polygon +1 1.00 336 32 8 0.00 360.00 xcarc +1 1.00 340 38 330 28 2 polygon +1 1.00 332 26 342 36 2 polygon +0 1.00 320 48 320 -48 352 -48 352 48 4 polygon +0 1.00 272 48 272 -48 304 -48 304 48 4 polygon +0 1.00 224 48 224 -48 256 -48 256 48 4 polygon +0 1.00 176 48 176 -48 208 -48 208 48 4 polygon +0 1.00 128 48 128 -48 160 -48 160 48 4 polygon +0 1.00 80 48 80 -48 112 -48 112 48 4 polygon +0 1.00 32 48 32 -48 64 -48 64 48 4 polygon +0 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +0 1.00 -64 48 -64 -48 -32 -48 -32 48 4 polygon +0 1.00 -112 48 -112 -48 -80 -48 -80 48 4 polygon +0 1.00 -160 48 -160 -48 -128 -48 -128 48 4 polygon +0 1.00 -208 48 -208 -48 -176 -48 -176 48 4 polygon +0 1.00 -256 48 -256 -48 -224 -48 -224 48 4 polygon +0 1.00 -304 48 -304 -48 -272 -48 -272 48 4 polygon +0 1.00 -352 48 -352 -48 -320 -48 -320 48 4 polygon +0.600 0.600 0.600 scb +0 2.00 -368 64 -368 -64 368 -64 368 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 752 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 544 304 resistor4 +1.00 0 688 304 resistor4 +1.00 0 336 416 real_batt +1.00 -271 280 520 clip +1.00 -271 328 552 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 528 256 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 256 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 256 label +1.00 0 832 400 terminal_strip +1 2.00 496 304 496 352 2 polygon +1 2.00 592 304 592 352 2 polygon +1 2.00 640 304 640 352 2 polygon +1 2.00 736 304 736 352 2 polygon +1 2.00 784 304 784 352 2 polygon +1 2.00 880 304 880 352 2 polygon +1.00 0 832 304 resistor4 +1 1.00 528 560 608 560 640 448 496 448 spline +1 1.00 672 560 752 560 784 448 640 448 spline +1 1.00 352 704 496 640 496 448 336 576 spline +1 1.00 736 592 976 592 976 448 736 448 spline +1 1.00 880 560 976 592 976 448 880 448 spline +1 1.00 976 240 1280 240 1280 352 976 352 spline +1 1.00 1312 848 288 944 288 544 1280 352 spline +(Terminal) {/Helvetica 1.000 cf} 2 16 0 1024 528 label +(strip) {/Helvetica 1.000 cf} 2 16 0 1064 488 label +1.00 0 1008 1072 multimeter +1 2.00 1008 1056 1056 992 2 polygon +1.00 270 912 832 plug_+_ +1.00 270 1104 832 plug_-_ +1 1.00 608 576 720 624 848 624 592 448 spline +1.00 105 1152 480 probe_+_ +1.00 90 1024 624 probe_-_ +1 1.00 1104 740 1360 660 1200 628 1104 788 spline +1.000 0.000 0.000 scb +1 1.00 912 616 1488 696 1320 528 912 792 spline +sce +1 2.00 912 1248 944 1248 2 polygon +1 2.00 928 1264 928 1232 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05102.eps b/derived/Source/circuit_generation_code/EXP/05102.eps new file mode 100644 index 0000000000000000000000000000000000000000..49f6284508cb81ab6cfb06c050b57b0837c21c46 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05102.eps @@ -0,0 +1,272 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05102.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 17:54:14 2002 +%%Pages: 1 +%%BoundingBox: 68 68 400 270 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 935 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 90 800 537 resistor4 +1.00 0 336 583 real_batt +1.00 -271 280 687 clip +1.00 -271 328 719 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 608 535 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 736 535 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 864 535 label +1.00 -91 808 399 clip +1.00 -91 680 399 clip +1.00 -271 792 879 clip +1.00 -1 824 839 clip +1.00 15 648 447 clip +1 1.00 800 215 672 215 672 375 800 375 spline +("Free-form" construction) {/Helvetica 1.000 cf} 2 16 0 960 743 label +1 2.00 800 583 800 647 2 polygon +1 2.00 800 487 800 423 2 polygon +1.00 90 672 537 resistor4 +1 2.00 672 583 672 647 2 polygon +1 2.00 672 487 672 423 2 polygon +1.00 90 928 537 resistor4 +1 2.00 928 583 928 647 2 polygon +1 2.00 928 487 928 423 2 polygon +1.00 -91 936 399 clip +1.00 -16 824 447 clip +1 1.00 880 439 896 295 928 375 840 431 spline +1 1.00 520 415 432 911 336 743 624 431 spline +1 2.00 800 799 800 863 2 polygon +1.00 0 776 823 clip +1.00 90 792 775 clip +1.00 270 808 671 clip +1.00 270 936 671 clip +1.00 270 680 671 clip +1 1.00 824 719 776 727 800 695 800 751 spline +1 1.00 896 831 928 799 928 695 848 831 spline +1 1.00 712 815 664 775 672 695 752 815 spline +1 1.00 304 935 792 999 800 903 288 711 spline +1.00 120 848 871 arrow +(Piece of stiff wire serves) {/Helvetica-Oblique 1.000 cf} 2 16 0 864 911 label +(as a connection point) {/Helvetica-Oblique 1.000 cf} 2 16 0 904 871 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05103.eps b/derived/Source/circuit_generation_code/EXP/05103.eps new file mode 100644 index 0000000000000000000000000000000000000000..acc054f6eb9de286825d9ef9cd8b4b7c47997bf0 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05103.eps @@ -0,0 +1,642 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05103.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 18:25:01 2002 +%%Pages: 1 +%%BoundingBox: 68 68 368 424 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 712 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 880 520 breadboard +1.00 270 688 504 resistor4 +1.00 270 784 504 resistor4 +1.00 0 336 584 real_batt +1.00 -271 280 688 clip +1.00 -271 328 720 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 632 512 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 728 512 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 512 label +(Breadboard) {/Helvetica 1.000 cf} 2 16 0 752 256 label +1.00 0 704 552 dot +1.00 0 704 456 dot +1 2.00 688 552 704 552 2 polygon +1 2.00 688 456 704 456 2 polygon +1 2.00 784 456 800 456 2 polygon +1 2.00 784 552 800 552 2 polygon +1 2.00 880 552 896 552 2 polygon +1 2.00 880 456 896 456 2 polygon +1.00 270 880 504 resistor4 +1.00 0 896 424 dot +1.00 0 800 424 dot +1 1.00 800 392 880 392 896 424 800 424 spline +1.00 0 800 392 dot +1.00 0 704 392 dot +1 1.00 704 360 784 360 800 392 704 392 spline +1 1.00 352 840 448 856 448 520 336 744 spline +1 1.00 448 408 544 424 704 424 448 520 spline +1.00 0 704 424 dot +1.00 0 704 584 dot +1.00 0 608 616 dot +1.00 0 800 616 dot +1 1.00 656 648 736 648 800 616 608 616 spline +1.00 0 896 648 dot +1.00 0 608 648 dot +1 1.00 672 680 816 680 896 648 608 648 spline +1.00 0 608 680 dot +1.00 0 944 1256 multimeter +1.00 270 848 1016 plug_+_ +1.00 270 1040 1016 plug_-_ +1.00 165 656 856 probe_+_ +1.00 90 672 888 probe_-_ +1.000 0.000 0.000 scb +1 1.00 752 1120 808 856 848 976 704 1024 spline +sce +1 2.00 944 1240 992 1176 2 polygon +1.00 0 608 584 dot +1 1.00 624 600 672 616 704 584 608 584 spline +1 1.00 288 792 352 888 496 888 288 712 spline +1 1.00 960 888 1048 880 1040 976 848 888 spline +1 2.00 848 1432 880 1432 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05104.eps b/derived/Source/circuit_generation_code/EXP/05104.eps new file mode 100644 index 0000000000000000000000000000000000000000..f0edd14dab649ae7ab2fcb384f8defea8322d033 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05104.eps @@ -0,0 +1,491 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05104.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 18:28:30 2002 +%%Pages: 1 +%%BoundingBox: 68 68 383 373 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip { +% -368 -64 736 128 bbox +begingate +1 1.00 -336 -32 8 0.00 360.00 xcarc +1 1.00 -332 -26 -342 -36 2 polygon +1 1.00 -340 -38 -330 -28 2 polygon +1 1.00 -336 32 8 0.00 360.00 xcarc +1 1.00 -332 38 -342 28 2 polygon +1 1.00 -340 26 -330 36 2 polygon +1 1.00 -288 -32 8 0.00 360.00 xcarc +1 1.00 -284 -26 -294 -36 2 polygon +1 1.00 -292 -38 -282 -28 2 polygon +1 1.00 -288 32 8 0.00 360.00 xcarc +1 1.00 -284 38 -294 28 2 polygon +1 1.00 -292 26 -282 36 2 polygon +1 1.00 -240 -32 8 0.00 360.00 xcarc +1 1.00 -236 -26 -246 -36 2 polygon +1 1.00 -244 -38 -234 -28 2 polygon +1 1.00 -240 32 8 0.00 360.00 xcarc +1 1.00 -236 38 -246 28 2 polygon +1 1.00 -244 26 -234 36 2 polygon +1 1.00 -192 -32 8 0.00 360.00 xcarc +1 1.00 -188 -26 -198 -36 2 polygon +1 1.00 -196 -38 -186 -28 2 polygon +1 1.00 -192 32 8 0.00 360.00 xcarc +1 1.00 -188 38 -198 28 2 polygon +1 1.00 -196 26 -186 36 2 polygon +1 1.00 -144 -32 8 0.00 360.00 xcarc +1 1.00 -140 -26 -150 -36 2 polygon +1 1.00 -148 -38 -138 -28 2 polygon +1 1.00 -144 32 8 0.00 360.00 xcarc +1 1.00 -140 38 -150 28 2 polygon +1 1.00 -148 26 -138 36 2 polygon +1 1.00 -96 -32 8 0.00 360.00 xcarc +1 1.00 -92 -26 -102 -36 2 polygon +1 1.00 -100 -38 -90 -28 2 polygon +1 1.00 -96 32 8 0.00 360.00 xcarc +1 1.00 -92 38 -102 28 2 polygon +1 1.00 -100 26 -90 36 2 polygon +1 1.00 -48 -32 8 0.00 360.00 xcarc +1 1.00 -44 -26 -54 -36 2 polygon +1 1.00 -52 -38 -42 -28 2 polygon +1 1.00 -48 32 8 0.00 360.00 xcarc +1 1.00 -44 38 -54 28 2 polygon +1 1.00 -52 26 -42 36 2 polygon +1 1.00 0 -32 8 0.00 360.00 xcarc +1 1.00 4 -26 -6 -36 2 polygon +1 1.00 -4 -38 6 -28 2 polygon +1 1.00 0 32 8 0.00 360.00 xcarc +1 1.00 4 38 -6 28 2 polygon +1 1.00 -4 26 6 36 2 polygon +1 1.00 48 -32 8 0.00 360.00 xcarc +1 1.00 52 -26 42 -36 2 polygon +1 1.00 44 -38 54 -28 2 polygon +1 1.00 48 32 8 0.00 360.00 xcarc +1 1.00 52 38 42 28 2 polygon +1 1.00 44 26 54 36 2 polygon +1 1.00 96 -32 8 0.00 360.00 xcarc +1 1.00 100 -26 90 -36 2 polygon +1 1.00 92 -38 102 -28 2 polygon +1 1.00 96 32 8 0.00 360.00 xcarc +1 1.00 100 38 90 28 2 polygon +1 1.00 92 26 102 36 2 polygon +1 1.00 144 -32 8 0.00 360.00 xcarc +1 1.00 148 -26 138 -36 2 polygon +1 1.00 140 -38 150 -28 2 polygon +1 1.00 144 32 8 0.00 360.00 xcarc +1 1.00 148 38 138 28 2 polygon +1 1.00 140 26 150 36 2 polygon +1 1.00 192 -32 8 0.00 360.00 xcarc +1 1.00 196 -26 186 -36 2 polygon +1 1.00 188 -38 198 -28 2 polygon +1 1.00 192 32 8 0.00 360.00 xcarc +1 1.00 196 38 186 28 2 polygon +1 1.00 188 26 198 36 2 polygon +1 1.00 240 -32 8 0.00 360.00 xcarc +1 1.00 244 -26 234 -36 2 polygon +1 1.00 236 -38 246 -28 2 polygon +1 1.00 240 32 8 0.00 360.00 xcarc +1 1.00 244 38 234 28 2 polygon +1 1.00 236 26 246 36 2 polygon +1 1.00 288 -32 8 0.00 360.00 xcarc +1 1.00 292 -26 282 -36 2 polygon +1 1.00 284 -38 294 -28 2 polygon +1 1.00 288 32 8 0.00 360.00 xcarc +1 1.00 292 38 282 28 2 polygon +1 1.00 284 26 294 36 2 polygon +1 1.00 336 -32 8 0.00 360.00 xcarc +1 1.00 340 -26 330 -36 2 polygon +1 1.00 332 -38 342 -28 2 polygon +1 1.00 336 32 8 0.00 360.00 xcarc +1 1.00 340 38 330 28 2 polygon +1 1.00 332 26 342 36 2 polygon +0 1.00 320 48 320 -48 352 -48 352 48 4 polygon +0 1.00 272 48 272 -48 304 -48 304 48 4 polygon +0 1.00 224 48 224 -48 256 -48 256 48 4 polygon +0 1.00 176 48 176 -48 208 -48 208 48 4 polygon +0 1.00 128 48 128 -48 160 -48 160 48 4 polygon +0 1.00 80 48 80 -48 112 -48 112 48 4 polygon +0 1.00 32 48 32 -48 64 -48 64 48 4 polygon +0 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +0 1.00 -64 48 -64 -48 -32 -48 -32 48 4 polygon +0 1.00 -112 48 -112 -48 -80 -48 -80 48 4 polygon +0 1.00 -160 48 -160 -48 -128 -48 -128 48 4 polygon +0 1.00 -208 48 -208 -48 -176 -48 -176 48 4 polygon +0 1.00 -256 48 -256 -48 -224 -48 -224 48 4 polygon +0 1.00 -304 48 -304 -48 -272 -48 -272 48 4 polygon +0 1.00 -352 48 -352 -48 -320 -48 -320 48 4 polygon +0.600 0.600 0.600 scb +0 2.00 -368 64 -368 -64 368 -64 368 64 4 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 752 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 544 304 resistor4 +1.00 0 688 304 resistor4 +1.00 0 336 416 real_batt +1.00 -271 280 520 clip +1.00 -271 328 552 clip +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 528 256 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 256 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 256 label +1.00 0 832 400 terminal_strip +1 2.00 496 304 496 352 2 polygon +1 2.00 592 304 592 352 2 polygon +1 2.00 640 304 640 352 2 polygon +1 2.00 736 304 736 352 2 polygon +1 2.00 784 304 784 352 2 polygon +1 2.00 880 304 880 352 2 polygon +1.00 0 832 304 resistor4 +1 1.00 528 560 608 560 640 448 496 448 spline +1 1.00 672 560 752 560 784 448 640 448 spline +1 1.00 352 704 496 640 496 448 336 576 spline +1 1.00 736 592 976 592 976 448 736 448 spline +1 1.00 880 560 976 592 976 448 880 448 spline +(Terminal) {/Helvetica 1.000 cf} 2 16 0 1024 528 label +(strip) {/Helvetica 1.000 cf} 2 16 0 1064 488 label +1.00 0 1008 1072 multimeter +1 2.00 1008 1056 1056 992 2 polygon +1.00 270 912 832 plug_+_ +1.00 270 1104 832 plug_-_ +1.00 105 1152 480 probe_+_ +1.00 90 1024 624 probe_-_ +1 1.00 1104 740 1360 660 1200 628 1104 788 spline +1.000 0.000 0.000 scb +1 1.00 912 616 1488 696 1320 528 912 792 spline +sce +1 2.00 912 1248 944 1248 2 polygon +1 1.00 624 576 848 576 976 448 592 448 spline +1 1.00 320 848 496 640 848 624 288 544 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05105.eps b/derived/Source/circuit_generation_code/EXP/05105.eps new file mode 100644 index 0000000000000000000000000000000000000000..b2a87191107a19540a3d64e43a529f784d19d7d0 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05105.eps @@ -0,0 +1,235 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05105.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 17 19:50:45 2002 +%%Pages: 1 +%%BoundingBox: 68 68 275 209 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05083.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 704 432 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 432 battery +1.00 180 608 432 _resistor +1.00 180 768 432 _resistor +1.00 180 928 432 _resistor +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 536 424 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 696 424 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 856 424 label +1 1.00 384 624 384 688 928 688 928 624 4 polygon +1.00 0 768 688 dot +1.00 0 608 688 dot +1 1.00 384 368 384 304 928 304 928 368 4 polygon +1.00 -181 768 304 dot +1 1.00 768 304 768 368 2 polygon +1.00 -181 608 304 dot +1 1.00 608 304 608 368 2 polygon +1 1.00 768 688 768 624 2 polygon +1 1.00 608 688 608 624 2 polygon +1.00 0 608 560 battery +1.00 0 768 560 battery +1.00 0 928 560 battery +1.00 0 384 560 battery +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 288 432 label +(itotal) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 560 label +(ir1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 504 560 label +(ir2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 664 560 label +(ir3) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 824 560 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 352 480 label +(0) {/Helvetica 1.000 cf} 2 16 0 352 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 592 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 752 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 944 272 label +(2) {/Helvetica 1.000 cf} 2 16 0 352 688 label +(2) {/Helvetica 1.000 cf} 2 16 0 944 688 label +(2) {/Helvetica 1.000 cf} 2 16 0 752 704 label +(2) {/Helvetica 1.000 cf} 2 16 0 592 704 label +(3) {/Helvetica 1.000 cf} 2 16 0 576 480 label +(4) {/Helvetica 1.000 cf} 2 16 0 736 480 label +(5) {/Helvetica 1.000 cf} 2 16 0 896 480 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05106.eps b/derived/Source/circuit_generation_code/EXP/05106.eps new file mode 100644 index 0000000000000000000000000000000000000000..c600155caccbca59d24d7e1a678022fdcab7dee4 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05106.eps @@ -0,0 +1,246 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05106.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 05:35:28 2002 +%%Pages: 1 +%%BoundingBox: 68 68 245 147 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 544 378 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 378 battery +1.00 0 576 378 potentiometer +1.00 0 800 330 DC_voltmeter +1 1.00 288 314 288 266 800 266 3 polygon +1 1.00 544 314 544 266 2 polygon +1.00 0 544 266 dot +1 1.00 288 442 288 506 544 506 544 442 4 polygon +1 1.00 608 394 800 394 2 polygon +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 608 482 label +1.00 135 592 442 arrow +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05107.eps b/derived/Source/circuit_generation_code/EXP/05107.eps new file mode 100644 index 0000000000000000000000000000000000000000..3bbb795430423b0875c5cacc466acc7afa897e22 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05107.eps @@ -0,0 +1,355 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05107.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 05:42:03 2002 +%%Pages: 1 +%%BoundingBox: 68 68 393 297 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 626 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 594 real_batt +1.00 -271 280 698 clip +1.00 -271 328 730 clip +1 1.00 384 850 496 706 624 690 336 754 spline +1 1.00 288 866 432 850 624 850 288 722 spline +1 2.00 672 866 672 674 2 polygon +1.00 120 720 882 arrow +(Pencil "lead") {/Helvetica 1.000 cf} 2 16 0 736 914 label +1.00 0 648 858 clip +1.00 0 648 698 clip +1.00 0 1152 802 multimeter +1.00 345 1264 638 plug_+_ +1.00 270 1248 562 plug_-_ +1.00 0 656 514 probe_-_ +1.00 45 792 674 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1320 250 1504 538 1304 626 912 554 spline +sce +1 1.00 672 194 1264 226 1248 530 656 338 spline +1 2.00 1152 786 1088 738 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05108.eps b/derived/Source/circuit_generation_code/EXP/05108.eps new file mode 100644 index 0000000000000000000000000000000000000000..39364a3f7de2910c0432d82536ab7a50897d06ad --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05108.eps @@ -0,0 +1,397 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05108.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 05:46:10 2002 +%%Pages: 1 +%%BoundingBox: 68 68 384 318 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 702 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 670 real_batt +1.00 -271 280 774 clip +1.00 -271 328 806 clip +1.00 0 1152 878 multimeter +1.00 345 1264 714 plug_+_ +1.00 270 1248 638 plug_-_ +1 2.00 1152 862 1088 814 2 polygon +1.00 0 672 542 terminal_strip_2 +1.00 0 672 334 potentiometer1 +1 1.00 576 422 608 438 608 494 632 406 spline +1 1.00 688 454 656 446 656 494 672 406 spline +1 1.00 744 422 728 430 704 494 712 406 spline +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 760 310 label +1 1.00 368 990 608 782 608 590 336 830 spline +1 1.00 288 1070 704 958 704 590 288 798 spline +1.00 150 744 726 probe_+_ +1.00 165 656 742 probe_-_ +1.000 0.000 0.000 scb +1 1.00 1000 1102 912 518 960 478 832 878 spline +1 1.00 1088 318 1496 630 1304 710 960 478 spline +sce +1 1.00 784 1102 992 1094 992 574 704 910 spline +1 1.00 992 454 1264 446 1248 598 992 574 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05109.eps b/derived/Source/circuit_generation_code/EXP/05109.eps new file mode 100644 index 0000000000000000000000000000000000000000..25df7fb482aaab68025625737f5e1184d746c3e3 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05109.eps @@ -0,0 +1,636 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05109.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 05:51:46 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 280 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/_potentiometer2 { +% -72 -24 144 48 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -56 24 -56 -8 72 -8 72 24 4 polygon +sce +1 2.00 -40 -8 -40 -24 2 polygon +1 2.00 -8 -8 -8 -24 2 polygon +1 2.00 56 -8 56 -24 2 polygon +1 1.00 -8 -8 -8 0 -4 0 0 4 4 -4 8 4 12 -4 16 4 20 -4 24 4 28 -4 32 4 36 -4 40 +4 44 -4 48 4 52 0 56 0 56 -8 19 polygon +1 1.00 -40 -8 -40 16 24 16 24 4 4 polygon +1 1.00 20 8 24 4 28 8 3 polygon +0 1.00 -56 24 -56 -8 72 -8 72 24 4 polygon +0.600 0.600 0.600 scb +240 1.00 -72 16 -72 0 -56 0 -56 16 4 polygon +sce +0 1.00 -72 16 -72 0 -56 0 -56 16 4 polygon +1 1.00 -72 8 -64 8 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 893 813 offsets +% 32.00 8.00 gridspace +0.5500 inchscale +2.6000 setlinewidth + +1.00 0 429 781 real_batt +1.00 -271 373 885 clip +1.00 -271 421 917 clip +1.00 0 1373 1101 multimeter +1.00 345 1485 937 plug_+_ +1.00 270 1469 861 plug_-_ +1 2.00 1373 1085 1309 1037 2 polygon +1.00 0 941 557 breadboard +1.00 0 965 741 _potentiometer2 +1 1.00 445 1069 797 909 797 781 429 941 spline +1 1.00 813 685 861 653 957 653 797 781 spline +1.00 0 957 653 dot +1.00 0 1021 653 dot +1 1.00 381 1181 1053 1165 1053 909 381 909 spline +1 1.00 1053 829 1101 685 1021 653 1053 909 spline +1.00 0 957 621 dot +1 1.00 1149 589 1357 685 1437 685 957 621 spline +1.00 0 925 589 dot +1 1.00 1021 477 1325 525 1437 525 925 589 spline +1.00 75 1605 637 probe_-_ +1 1.00 1477 757 2085 645 1773 589 1469 821 spline +1.00 90 1613 525 probe_+_ +1.000 0.000 0.000 scb +1 1.00 2077 589 1829 829 1525 933 1789 525 spline +sce +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 789 861 label +1.00 195 949 813 arrow +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05110.eps b/derived/Source/circuit_generation_code/EXP/05110.eps new file mode 100644 index 0000000000000000000000000000000000000000..18a4f00c2fb4a0b1c09b6be4729de520af1bc5fc --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05110.eps @@ -0,0 +1,295 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05110.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 06:01:49 2002 +%%Pages: 1 +%%BoundingBox: 68 68 289 366 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 972 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 940 real_batt +1.00 -271 280 1044 clip +1.00 -271 328 1076 clip +1 1.00 384 1196 496 1052 624 1036 336 1100 spline +1 1.00 288 1212 432 1196 624 1196 288 1068 spline +1 2.00 672 1212 672 1020 2 polygon +1.00 120 720 1228 arrow +(Pencil "lead") {/Helvetica 1.000 cf} 2 16 0 736 1260 label +1.00 0 648 1204 clip +1.00 0 648 1044 clip +1.00 75 840 1052 probe_+_ +1.00 0 672 556 _resistor +1.00 0 672 444 _resistor +1.00 75 840 460 probe_+_ +1.00 0 512 492 battery +1 1.00 512 556 512 620 672 620 3 polygon +1 1.00 512 428 512 364 672 364 672 380 4 polygon +1.00 60 800 956 probe_-_ +1.00 75 840 324 probe_-_ +1 1.00 640 844 640 748 608 748 656 684 704 748 672 748 672 844 640 844 +8 polygon +(equivalent to) {/Helvetica-Oblique 1.000 cf} 2 16 0 720 780 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05111.eps b/derived/Source/circuit_generation_code/EXP/05111.eps new file mode 100644 index 0000000000000000000000000000000000000000..f69f8b6e3e79dca773e8588fb9550e80fa9a0b29 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05111.eps @@ -0,0 +1,357 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05111.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 06:05:32 2002 +%%Pages: 1 +%%BoundingBox: 68 68 372 274 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 839 455 offsets +% 32.00 8.00 gridspace +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 375 423 real_batt +1.00 -271 319 527 clip +1.00 -271 367 559 clip +1 1.00 423 679 535 535 663 519 375 583 spline +1 1.00 327 695 471 679 663 679 327 551 spline +1 2.00 711 695 711 503 2 polygon +1.00 120 759 711 arrow +(Pencil "lead") {/Helvetica 1.000 cf} 2 16 0 775 743 label +1.00 0 687 687 clip +1.00 0 687 527 clip +1.00 0 1255 743 multimeter +1.00 345 1367 579 plug_+_ +1.00 270 1351 503 plug_-_ +1.00 75 871 567 probe_-_ +1.00 150 799 839 probe_+_ +1 2.00 1255 727 1191 679 2 polygon +1 1.00 1111 503 1367 247 1351 471 1031 519 spline +1.000 0.000 0.000 scb +1 1.00 919 1063 1511 1287 1511 839 887 991 spline +1 1.00 1511 735 1519 519 1407 567 1511 839 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05114.eps b/derived/Source/circuit_generation_code/EXP/05114.eps new file mode 100644 index 0000000000000000000000000000000000000000..4919b84a09163f185a7c63ea06e37acb429fe53a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05114.eps @@ -0,0 +1,405 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05114.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 06:45:20 2002 +%%Pages: 1 +%%BoundingBox: 68 68 408 319 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 886 704 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 422 672 real_batt +1.00 -271 366 776 clip +1.00 -271 414 808 clip +1.00 0 1238 880 multimeter +1.00 345 1350 716 plug_+_ +1.00 270 1334 640 plug_-_ +1 2.00 1238 864 1174 816 2 polygon +1.00 0 758 544 terminal_strip_2 +1.00 0 758 336 potentiometer1 +1 1.00 662 424 694 440 694 496 718 408 spline +1 1.00 774 456 742 448 742 496 758 408 spline +1 1.00 830 424 814 432 790 496 798 408 spline +1 1.00 454 992 694 784 694 592 422 832 spline +1.000 0.000 0.000 scb +1 1.00 1086 1104 998 520 1046 480 918 880 spline +1 1.00 1174 320 1582 632 1390 712 1046 480 spline +sce +1 1.00 870 1104 1078 1096 1078 576 790 912 spline +1 1.00 1078 456 1350 448 1334 600 1078 576 spline +1.00 0 422 384 real_batt +1.00 0 350 472 clip +1 1.00 214 464 246 736 342 896 326 464 spline +1 1.00 454 1072 774 944 790 592 342 896 spline +1.00 0 398 504 clip +1 1.00 310 496 310 592 310 704 374 496 spline +1 1.00 310 848 374 896 374 800 310 704 spline +1.00 150 830 728 probe_+_ +1.00 165 742 744 probe_-_ +(Voltmeter measuring output) {/Helvetica 1.000 cf} 2 16 0 910 376 label +(of potentiometer.) {/Helvetica 1.000 cf} 2 16 0 990 336 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05115.eps b/derived/Source/circuit_generation_code/EXP/05115.eps new file mode 100644 index 0000000000000000000000000000000000000000..cc4eaf9ab576dbc83208681563310a872543b69f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05115.eps @@ -0,0 +1,243 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05115.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 09:08:38 2002 +%%Pages: 1 +%%BoundingBox: 68 68 294 230 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 15002.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 320 444 battery +1.00 180 480 444 battery +1.00 0 640 444 battery +1.00 0 320 668 _resistor +1.00 0 480 668 _resistor +1.00 0 640 668 _resistor +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 256 652 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 416 652 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 576 652 label +1 1.00 320 604 320 508 2 polygon +1 1.00 480 604 480 508 2 polygon +1 1.00 640 604 640 508 2 polygon +1.00 0 992 572 DC_voltmeter +1 1.00 320 380 320 316 992 316 992 508 4 polygon +1 1.00 640 380 640 316 2 polygon +1.00 0 640 316 dot +1 1.00 480 380 480 316 2 polygon +1.00 0 480 316 dot +1.00 0 320 316 gnd +1.00 0 320 316 dot +1 1.00 320 732 320 796 992 796 992 636 4 polygon +1 1.00 640 732 640 796 2 polygon +1.00 0 640 796 dot +1 1.00 480 732 480 796 2 polygon +1.00 0 480 796 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05116.eps b/derived/Source/circuit_generation_code/EXP/05116.eps new file mode 100644 index 0000000000000000000000000000000000000000..546f5da200d5707b49bac5bd6a4d756b21ac7f4f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05116.eps @@ -0,0 +1,682 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05116.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 09:23:00 2002 +%%Pages: 1 +%%BoundingBox: 68 68 370 428 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/real_batt2 { +% -56 -100 112 199 bbox +begingate +1 1.00 -80 64 0 112 48 96 -48 32 spline +1 1.00 80 64 0 16 -48 32 48 96 spline +1 1.00 -56 48 -56 -80 2 polygon +1 1.00 -56 -120 40 -96 56 -56 -56 -80 spline +1 1.00 56 -56 56 80 2 polygon +1 1.00 0 64 8 0.00 360.00 xcarc +1.000 0.647 0.000 scb +241 1.00 8 8 -8 -16 0 -16 -16 -40 -8 -40 -24 -64 8 -32 0 -32 16 -8 8 -8 16 8 8 +8 12 polygon +sce +0.000 0.000 1.000 scb +1 1.00 0 -32 48 0.00 360.00 xcarc +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt3 { +% -32 -64 80 114 bbox +begingate +0 1.00 -32 32 -32 -64 32 -64 32 32 4 polygon +1 1.00 -32 32 -16 48 48 48 32 32 4 polygon +1 1.00 48 48 48 -48 32 -64 3 polygon +0.000 0.000 1.000 scb +1 1.00 0 -16 22 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 4 -4 -4 -12 0 -12 -8 -20 -4 -20 -12 -28 4 -16 0 -16 8 -8 4 -8 8 -4 4 +-4 12 polygon +sce +1.00 0 -12 40 dot +1.00 0 24 40 dot +1.000 0.000 0.000 scb +(+) {/Helvetica 0.500 cf} 2 16 0 -18 18 label +sce +(-) {/Helvetica 0.500 cf} 2 16 0 16 18 label +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 15002.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1007 813 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 1087 685 breadboard +1.00 0 479 1005 real_batt +1.00 0 463 429 real_batt2 +1.00 0 447 701 real_batt3 +1.00 0 455 1125 clip +1.00 0 407 749 clip +1.00 30 423 317 clip +1 1.00 271 1117 271 741 383 741 431 1117 spline +1.00 30 391 733 clip +1 1.00 263 645 263 277 407 301 375 717 spline +1.00 0 895 829 resistor4 +1.00 0 895 797 resistor4 +1.00 0 895 765 resistor4 +1 2.00 847 829 751 829 2 polygon +1.00 0 751 813 dot +1.00 0 783 781 dot +1.00 0 815 749 dot +1 2.00 783 797 847 797 2 polygon +1 2.00 815 765 847 765 2 polygon +1.00 -1 455 1077 clip +1 1.00 623 1069 735 1005 751 845 479 1069 spline +1.00 0 751 845 dot +1.00 -331 487 757 clip +1 1.00 591 869 783 1109 783 845 511 757 spline +1.00 0 783 845 dot +1.00 -316 471 517 clip +1 1.00 615 845 815 1125 815 845 495 525 spline +1.00 0 815 845 dot +1 1.00 943 909 943 941 1007 941 943 845 spline +1.00 0 943 845 dot +1.00 0 911 1501 multimeter +1.00 0 1023 1341 plug_+_ +1.00 0 1023 1277 plug_-_ +1.00 90 655 1117 probe_-_ +1 1.00 1087 1117 1247 1277 1055 1277 831 1117 spline +1.00 120 1159 1029 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1199 1349 1543 1269 1303 1117 1063 1341 spline +sce +1 2.00 911 1485 847 1437 2 polygon +1 2.00 943 829 943 813 2 polygon +1 2.00 943 797 943 781 2 polygon +1 2.00 943 765 943 749 2 polygon +1.00 0 943 781 dot +1.00 0 943 749 dot +1 2.00 751 829 751 813 2 polygon +1 2.00 783 797 783 781 2 polygon +1 2.00 815 765 815 749 2 polygon +1.00 0 943 813 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05117.eps b/derived/Source/circuit_generation_code/EXP/05117.eps new file mode 100644 index 0000000000000000000000000000000000000000..3ff727a8b528d1b111295cc9f91b3b5733550538 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05117.eps @@ -0,0 +1,487 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05117.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 09:26:51 2002 +%%Pages: 1 +%%BoundingBox: 68 68 313 428 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/real_batt2 { +% -56 -100 112 199 bbox +begingate +1 1.00 -80 64 0 112 48 96 -48 32 spline +1 1.00 80 64 0 16 -48 32 48 96 spline +1 1.00 -56 48 -56 -80 2 polygon +1 1.00 -56 -120 40 -96 56 -56 -56 -80 spline +1 1.00 56 -56 56 80 2 polygon +1 1.00 0 64 8 0.00 360.00 xcarc +1.000 0.647 0.000 scb +241 1.00 8 8 -8 -16 0 -16 -16 -40 -8 -40 -24 -64 8 -32 0 -32 16 -8 8 -8 16 8 8 +8 12 polygon +sce +0.000 0.000 1.000 scb +1 1.00 0 -32 48 0.00 360.00 xcarc +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt3 { +% -32 -64 80 114 bbox +begingate +0 1.00 -32 32 -32 -64 32 -64 32 32 4 polygon +1 1.00 -32 32 -16 48 48 48 32 32 4 polygon +1 1.00 48 48 48 -48 32 -64 3 polygon +0.000 0.000 1.000 scb +1 1.00 0 -16 22 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 4 -4 -4 -12 0 -12 -8 -20 -4 -20 -12 -28 4 -16 0 -16 8 -8 4 -8 8 -4 4 +-4 12 polygon +sce +1.00 0 -12 40 dot +1.00 0 24 40 dot +1.000 0.000 0.000 scb +(+) {/Helvetica 0.500 cf} 2 16 0 -18 18 label +sce +(-) {/Helvetica 0.500 cf} 2 16 0 16 18 label +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 15002.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1007 813 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 479 1005 real_batt +1.00 0 463 429 real_batt2 +1.00 0 447 701 real_batt3 +1.00 0 455 1125 clip +1.00 0 407 749 clip +1.00 30 423 317 clip +1 1.00 271 1117 271 741 383 741 431 1117 spline +1.00 30 391 733 clip +1 1.00 263 645 263 277 407 301 375 717 spline +1.00 -1 455 1077 clip +1.00 -331 487 757 clip +1.00 -316 471 517 clip +1.00 0 911 1501 multimeter +1.00 0 1023 1341 plug_+_ +1.00 0 1023 1277 plug_-_ +1.00 90 655 1117 probe_-_ +1 1.00 1087 1117 1247 1277 1055 1277 831 1117 spline +1 2.00 911 1485 847 1437 2 polygon +1.00 0 895 749 terminal_strip_3 +1.00 270 719 621 resistor4 +1 2.00 719 669 719 701 2 polygon +1.00 270 815 621 resistor4 +1 2.00 815 669 815 701 2 polygon +1.00 270 911 621 resistor4 +1 2.00 911 669 911 701 2 polygon +1 2.00 767 701 767 573 2 polygon +1 2.00 719 541 767 541 767 573 719 573 spline +1 2.00 815 541 863 541 863 573 815 573 spline +1 2.00 863 701 863 573 2 polygon +1 2.00 911 541 959 541 959 573 911 573 spline +1 2.00 959 701 959 573 2 polygon +1 1.00 623 1069 719 1005 719 797 479 1069 spline +1 1.00 655 877 815 1061 815 797 511 757 spline +1 1.00 855 1141 647 813 495 525 911 797 spline +1 1.00 767 893 863 893 863 797 767 797 spline +1 1.00 863 893 959 893 959 797 863 797 spline +1.00 135 1087 909 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1183 1357 1375 1197 1199 1021 1055 1341 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05118.eps b/derived/Source/circuit_generation_code/EXP/05118.eps new file mode 100644 index 0000000000000000000000000000000000000000..07b0aad0aa5b0b53424d01eef67ab591176c813b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05118.eps @@ -0,0 +1,468 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05118.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 09:43:29 2002 +%%Pages: 1 +%%BoundingBox: 68 68 310 392 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt3 { +% -32 -64 80 114 bbox +begingate +0 1.00 -32 32 -32 -64 32 -64 32 32 4 polygon +1 1.00 -32 32 -16 48 48 48 32 32 4 polygon +1 1.00 48 48 48 -48 32 -64 3 polygon +0.000 0.000 1.000 scb +1 1.00 0 -16 22 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 4 -4 -4 -12 0 -12 -8 -20 -4 -20 -12 -28 4 -16 0 -16 8 -8 4 -8 8 -4 4 +-4 12 polygon +sce +1.00 0 -12 40 dot +1.00 0 24 40 dot +1.000 0.000 0.000 scb +(+) {/Helvetica 0.500 cf} 2 16 0 -18 18 label +sce +(-) {/Helvetica 0.500 cf} 2 16 0 16 18 label +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 15002.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 997 665 offsets +% 32.00 8.00 gridspace +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 469 857 real_batt +1.00 0 437 553 real_batt3 +1.00 0 445 977 clip +1.00 0 397 601 clip +1.00 45 429 337 clip +1 1.00 261 969 261 593 373 593 421 969 spline +1.00 30 381 585 clip +1.00 -1 445 929 clip +1.00 -331 477 609 clip +1.00 -316 461 369 clip +1.00 0 901 1353 multimeter +1.00 0 1013 1193 plug_+_ +1.00 0 1013 1129 plug_-_ +1.00 90 645 969 probe_-_ +1 1.00 1077 969 1237 1129 1045 1129 821 969 spline +1 2.00 901 1337 837 1289 2 polygon +1.00 0 885 601 terminal_strip_3 +1.00 270 709 473 resistor4 +1 2.00 709 521 709 553 2 polygon +1.00 270 805 473 resistor4 +1 2.00 805 521 805 553 2 polygon +1.00 270 901 473 resistor4 +1 2.00 901 521 901 553 2 polygon +1 2.00 757 553 757 425 2 polygon +1 2.00 709 393 757 393 757 425 709 425 spline +1 2.00 805 393 853 393 853 425 805 425 spline +1 2.00 853 553 853 425 2 polygon +1 2.00 901 393 949 393 949 425 901 425 spline +1 2.00 949 553 949 425 2 polygon +1 1.00 613 921 709 857 709 649 469 921 spline +1 1.00 645 729 805 913 805 649 501 609 spline +1 1.00 845 993 637 665 485 377 901 649 spline +1 1.00 757 745 853 745 853 649 757 649 spline +1 1.00 853 745 949 745 949 649 853 649 spline +1.00 135 1077 761 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1173 1209 1365 1049 1189 873 1045 1193 spline +sce +1 1.00 357 225 245 473 365 569 421 313 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05119.eps b/derived/Source/circuit_generation_code/EXP/05119.eps new file mode 100644 index 0000000000000000000000000000000000000000..ffbfd3f5f0dbc6d6227f2b5908e028c152c972f6 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05119.eps @@ -0,0 +1,261 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05119.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 09:58:12 2002 +%%Pages: 1 +%%BoundingBox: 68 68 301 240 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 15002.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 760 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 444 battery +1.00 180 504 444 battery +1.00 0 664 444 battery +1.00 0 344 668 _resistor +1.00 0 504 668 _resistor +1.00 0 664 668 _resistor +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 280 652 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 440 652 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 600 652 label +1 1.00 344 604 344 508 2 polygon +1 1.00 504 604 504 508 2 polygon +1 1.00 664 604 664 508 2 polygon +1.00 0 1016 572 DC_voltmeter +1 1.00 344 380 344 316 1016 316 1016 508 4 polygon +1 1.00 664 380 664 316 2 polygon +1.00 0 664 316 dot +1 1.00 504 380 504 316 2 polygon +1.00 0 504 316 dot +1.00 0 344 316 gnd +1.00 0 344 316 dot +1 1.00 344 732 344 796 1016 796 1016 636 4 polygon +1 1.00 664 732 664 796 2 polygon +1.00 0 664 796 dot +1 1.00 504 732 504 796 2 polygon +1.00 0 504 796 dot +1.000 0.000 1.000 scb +(0) {/Helvetica 1.000 cf} 2 16 0 296 300 label +(1) {/Helvetica 1.000 cf} 2 16 0 312 540 label +(2) {/Helvetica 1.000 cf} 2 16 0 456 540 label +(3) {/Helvetica 1.000 cf} 2 16 0 616 540 label +(4) {/Helvetica 1.000 cf} 2 16 0 312 812 label +(0) {/Helvetica 1.000 cf} 2 16 0 488 268 label +(0) {/Helvetica 1.000 cf} 2 16 0 648 268 label +(4) {/Helvetica 1.000 cf} 2 16 0 488 812 label +(4) {/Helvetica 1.000 cf} 2 16 0 648 812 label +(4) {/Helvetica 1.000 cf} 2 16 0 1032 796 label +(0) {/Helvetica 1.000 cf} 2 16 0 1032 300 label +sce +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 436 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 416 436 label +(3) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 576 436 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05120.eps b/derived/Source/circuit_generation_code/EXP/05120.eps new file mode 100644 index 0000000000000000000000000000000000000000..03f71f282e99002313df8edf06f293518c4e366c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05120.eps @@ -0,0 +1,265 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05120.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 11:20:48 2002 +%%Pages: 1 +%%BoundingBox: 68 68 303 229 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 640 672 potentiometer +1.00 0 512 448 potentiometer +1.00 0 768 576 potentiometer +1 1.00 672 688 736 688 736 640 3 polygon +1 1.00 736 512 736 464 672 464 3 polygon +1 1.00 608 736 608 768 480 768 3 polygon +1 1.00 608 384 608 320 480 320 3 polygon +1 1.00 800 592 864 592 2 polygon +1.00 0 864 592 dot +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 544 672 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 416 448 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 576 label +1.00 0 288 576 battery +1 1.00 288 640 288 768 480 768 3 polygon +1 1.00 288 512 288 320 480 320 3 polygon +1.00 0 1024 448 DC_voltmeter +1 1.00 1024 512 1024 592 864 592 3 polygon +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 504 624 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 376 400 label +(50) {/Times-Roman 1.000 cf} 2 16 0 760 536 label +(W) {/Symbol 1.000 cf} (k) {/Times-Roman 1.000 cf} 4 16 0 760 504 label +1 1.00 480 512 480 768 2 polygon +1.00 0 480 768 dot +1 1.00 480 384 480 320 2 polygon +1.00 0 480 320 dot +1 1.00 608 608 608 384 2 polygon +1.00 90 608 464 jumper +1 1.00 624 464 672 464 2 polygon +1.00 0 352 320 dot +1.00 0 352 768 dot +1 1.00 544 464 592 464 2 polygon +0.800 0.800 0.800 scb +4 1.00 368 800 368 288 848 288 848 800 4 polygon +sce +1 1.00 352 320 352 256 1024 256 1024 384 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05121.eps b/derived/Source/circuit_generation_code/EXP/05121.eps new file mode 100644 index 0000000000000000000000000000000000000000..41629e14816ccc80911c51bad6b57ff5d2e49ab4 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05121.eps @@ -0,0 +1,409 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05121.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 20 11:22:16 2002 +%%Pages: 1 +%%BoundingBox: 68 68 393 269 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%+ font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/binding_post_red { +% -64 -32 112 64 bbox +begingate +240 1.00 -32 16 -32 -16 -48 -16 -48 16 4 polygon +1 2.00 -32 16 -64 16 2 polygon +1.000 0.000 0.000 scb +240 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +240 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +sce +0 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +0 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +1 1.00 -16 0 48 0 2 polygon +1 1.00 -16 8 48 8 2 polygon +1 1.00 -16 -8 48 -8 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/binding_post_black { +% -64 -32 112 64 bbox +begingate +240 1.00 -32 16 -32 -16 -48 -16 -48 16 4 polygon +1 2.00 -32 16 -64 16 2 polygon +0.600 0.600 0.600 scb +240 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +240 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +sce +0 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +0 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +1 1.00 -16 0 48 0 2 polygon +1 1.00 -16 8 48 8 2 polygon +1 1.00 -16 -8 48 -8 2 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05120.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1264 889 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 270 1280 889 potentiometer1 +1.00 270 1040 1081 potentiometer1 +1.00 270 1040 697 potentiometer1 +0.600 0.600 0.600 scb +0 2.00 912 1209 912 569 1488 569 1488 1209 4 polygon +sce +1 1.00 1416 889 1408 905 1456 905 1352 889 spline +1 1.00 1264 1081 1464 1017 1352 929 1112 1081 spline +1 1.00 1264 697 1464 761 1352 849 1112 697 spline +1.00 -1 880 1161 binding_post_red +1 1.00 1120 585 1168 617 1112 657 944 633 spline +1 1.00 992 1177 1200 1161 1112 1121 944 1177 spline +1.00 0 464 889 real_batt +1.00 -271 456 1025 clip +1.00 -271 408 993 clip +1 1.00 512 1289 888 825 896 633 464 1049 spline +1 1.00 416 1265 896 1321 896 1185 416 1017 spline +1.00 0 1840 1177 multimeter +1.00 0 1952 1017 plug_+_ +1.00 270 1936 937 plug_-_ +1.00 285 712 577 probe_-_ +1.00 -1 880 617 binding_post_black +1.00 75 1696 849 probe_+_ +1.00 0 1520 889 binding_post_red +1.000 0.000 0.000 scb +1 1.00 2120 729 2128 1017 1992 1017 1864 801 spline +sce +1 1.00 280 345 1992 217 1936 905 544 529 spline +1 2.00 1840 1161 1776 1113 2 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1008 977 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1008 777 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1248 969 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 984 929 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 984 817 label +(W) {/Symbol 1.000 cf} (50 k) {/Times-Roman 1.000 cf} 4 16 0 1208 785 label +1 1.00 1168 1097 1168 761 1112 737 1112 1121 spline +1 1.00 1184 1017 1216 681 1112 657 1112 1041 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05122.eps b/derived/Source/circuit_generation_code/EXP/05122.eps new file mode 100644 index 0000000000000000000000000000000000000000..c8c2aa117ba39afba4a188494202bef46077c908 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05122.eps @@ -0,0 +1,190 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05122.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 10:15:01 2002 +%%Pages: 1 +%%BoundingBox: 68 68 169 130 +%%DocumentNeededResources: font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 432 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 352 battery +1.00 0 576 352 resistor +1 1.00 576 416 576 448 288 448 288 416 4 polygon +1 1.00 576 288 576 256 288 256 288 288 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05123.eps b/derived/Source/circuit_generation_code/EXP/05123.eps new file mode 100644 index 0000000000000000000000000000000000000000..363cbee31bcd5ded7a474890fd43c6a5d9af202b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05123.eps @@ -0,0 +1,235 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05123.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 10:26:06 2002 +%%Pages: 1 +%%BoundingBox: 68 68 372 211 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05122.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 704 384 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 416 real_batt +1.00 270 800 512 resistor4 +1 2.00 800 560 800 624 2 polygon +1 2.00 800 400 800 464 2 polygon +1.00 0 784 616 clip +1.00 270 344 552 clip +1.00 -271 280 520 clip +1.00 0 784 416 clip +1 1.00 576 432 336 736 336 576 760 408 spline +1 1.00 488 664 288 760 288 544 760 608 spline +(do not hold resistor with) {/Helvetica 1.000 cf} (Caution: ) {/Helvetica-Bold 1.000 cf} 4 16 0 456 296 label +(your fingers while powered!) {/Helvetica 1.000 cf} 2 16 0 504 256 label +1.000 0.000 0.000 scb +241 1.00 1040 464 16 0.00 360.00 xcarc +sce +0 1.00 1032 480 1032 736 1048 736 1048 480 4 polygon +1.000 0.000 0.000 scb +1 3.00 1040 464 1040 632 2 polygon +sce +1 1.00 1024 448 1016 464 1032 480 1040 448 spline +1 1.00 1056 448 1064 464 1048 480 1040 448 spline +(Thermometer) {/Helvetica 1.000 cf} 2 16 0 1064 592 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05124.eps b/derived/Source/circuit_generation_code/EXP/05124.eps new file mode 100644 index 0000000000000000000000000000000000000000..0c0fce4a142291215037049cb9a04a9302d10a3a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05124.eps @@ -0,0 +1,377 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05124.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 10:39:57 2002 +%%Pages: 1 +%%BoundingBox: 68 68 367 350 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05122.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 755 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 387 384 real_batt +1.00 270 851 480 resistor4 +1.000 0.000 0.000 scb +1 2.00 851 528 851 592 2 polygon +sce +1 2.00 851 368 851 432 2 polygon +1.000 0.000 0.000 scb +1.00 0 835 584 clip +sce +1.00 270 395 520 clip +1.000 0.000 0.000 scb +1.00 -271 331 488 clip +sce +1.00 0 835 384 clip +1 1.00 627 400 387 704 387 544 811 376 spline +1.000 0.000 0.000 scb +1 1.00 539 632 339 728 339 512 811 576 spline +sce +1.00 0 723 992 multimeter +1.00 0 835 832 plug_+_ +1.00 0 835 768 plug_-_ +1.00 90 1027 384 probe_-_ +1 1.00 1283 768 1379 384 1187 384 867 768 spline +1.00 90 1027 576 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1267 832 1411 592 1187 576 867 832 spline +sce +1 2.00 723 976 659 928 2 polygon +1.000 0.000 0.000 scb +(electrically) {/Helvetica 1.000 cf} 2 16 45 275 544 label +(common) {/Helvetica 1.000 cf} 2 16 0 467 672 label +(points) {/Helvetica 1.000 cf} 2 16 345 659 640 label +sce +(electrically) {/Helvetica 1.000 cf} 2 16 330 403 560 label +(common) {/Helvetica 1.000 cf} 2 16 330 595 432 label +(points) {/Helvetica 1.000 cf} 2 16 0 755 320 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05125.eps b/derived/Source/circuit_generation_code/EXP/05125.eps new file mode 100644 index 0000000000000000000000000000000000000000..e884e168a2daf01457b95f16ec31b121c0e7db09 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05125.eps @@ -0,0 +1,361 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05125.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 11:08:47 2002 +%%Pages: 1 +%%BoundingBox: 68 68 374 350 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05122.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 784 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 416 384 real_batt +1.00 270 880 480 resistor4 +1 2.00 880 528 880 592 2 polygon +1 2.00 880 368 880 432 2 polygon +1.00 0 456 712 clip +1.00 270 424 520 clip +1.00 -271 360 488 clip +1.00 0 864 384 clip +1 1.00 656 400 416 704 416 544 840 376 spline +1.00 0 752 992 multimeter +1.00 270 656 752 plug_+_ +1.00 0 864 768 plug_-_ +1.00 90 1048 576 probe_-_ +1.00 75 640 664 probe_+_ +1 2.00 752 976 816 928 2 polygon +1 1.00 208 704 208 608 368 512 432 704 spline +1.000 0.000 0.000 scb +1 1.00 664 664 992 656 808 624 656 712 spline +sce +1 1.00 1216 792 1456 576 1224 576 904 768 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05127.eps b/derived/Source/circuit_generation_code/EXP/05127.eps new file mode 100644 index 0000000000000000000000000000000000000000..2775ad2234d15bda8c45e66f0e2f77d017565428 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05127.eps @@ -0,0 +1,295 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05127.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 13:00:23 2002 +%%Pages: 1 +%%BoundingBox: 68 68 346 165 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/circle { +% -6 -12 28 24 bbox +begingate +1 1.00 16 0 6 0.00 360.00 xcarc +1 1.00 0 0 10 0 2 polygon +1.000 0.000 0.000 scb +(out) {/Times-Roman 1.000 cf} 2 4 0 16 0 pinlabel +(out) {/Times-Roman 1.000 cf} 2 7 0 0 0 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/switch { +% -14 -71 51 125 bbox +begingate +% fundamental +1 1.30 32 32 2 -43 2 polygon +1 0.60 0 -48 57 49.00 90.00 xcarc +1.00 -91 0 -64 circle +0.60 90 -12 8 arrowhead +1.00 270 0 48 circle +1.000 0.000 0.000 scb +(sw.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(sw.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/neon_lamp { +% -32 -80 64 160 bbox +begingate +241 1.00 -13 -14 13 -14 2 polygon +241 1.00 -2 -26 2 -26 13 -14 -13 -14 spline +1 1.00 0 -16 0 -80 2 polygon +1 1.00 0 0 32 0.00 360.00 xcarc +241 1.00 -2 26 2 26 13 14 -13 14 spline +1 1.00 0 16 0 80 2 polygon +1.00 0 21 -5 dot +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 696 362 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 440 362 battery +1.00 -91 600 458 switch +1.00 0 760 378 inductor +1 1.00 792 426 792 330 2 polygon +1 1.00 808 426 808 330 2 polygon +1 1.00 536 458 440 458 440 426 3 polygon +1 1.00 648 458 760 458 760 426 3 polygon +1 1.00 440 298 440 266 760 266 760 314 4 polygon +1.00 0 1080 362 neon_lamp +1.00 0 760 458 dot +1.00 0 760 266 dot +(Neon) {/Helvetica 1.000 cf} 2 16 0 1128 370 label +(lamp) {/Helvetica 1.000 cf} 2 16 0 1128 330 label +(Inductor) {/Helvetica 1.000 cf} 2 16 0 592 362 label +(Switch) {/Helvetica 1.000 cf} 2 16 0 536 546 label +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 354 label +1.00 0 920 362 diode +1 1.00 920 314 920 266 2 polygon +1.00 0 920 266 dot +(Diode) {/Helvetica 1.000 cf} 2 16 0 936 314 label +1 1.00 760 266 1080 266 1080 282 3 polygon +1.00 -1 920 490 switch +1 1.00 920 426 920 410 2 polygon +(Switch) {/Helvetica 1.000 cf} 2 16 0 936 482 label +1 1.00 760 458 760 554 1080 554 1080 442 4 polygon +1 1.00 920 538 920 554 2 polygon +1.00 0 920 554 dot +(#1) {/Helvetica 1.000 cf} 2 16 0 568 506 label +(#2) {/Helvetica 1.000 cf} 2 16 0 968 442 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05128.eps b/derived/Source/circuit_generation_code/EXP/05128.eps new file mode 100644 index 0000000000000000000000000000000000000000..71542e550e8e0af4ec4faaae5e54e18f01526fb8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05128.eps @@ -0,0 +1,349 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05128.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 13:09:12 2002 +%%Pages: 1 +%%BoundingBox: 68 68 337 326 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/switch1 { +% -144 -64 288 126 bbox +begingate +0.824 0.706 0.549 scb +240 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +sce +1 3.00 -144 0 144 0 2 polygon +0 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +0.600 0.600 0.600 scb +241 1.00 -64 -32 16 0.00 360.00 xcarc +sce +1 1.00 -64 -32 16 0.00 360.00 xcarc +1 1.00 -52 -22 -76 -42 2 polygon +0.600 0.600 0.600 scb +241 1.00 64 -32 16 0.00 360.00 xcarc +sce +1 1.00 64 -32 16 0.00 360.00 xcarc +1 1.00 76 -22 52 -42 2 polygon +1 1.00 -16 24 16 24 48 0 -48 0 spline +1 1.00 -20 16 -36 56 -22 62 -4 18 4 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/transformer2 { +% -112 -112 208 224 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 -80 -32 -80 -80 -64 -96 48 -96 64 -80 64 -32 -80 -32 7 polygon +240 1.00 -112 -32 -112 32 96 32 96 -32 4 polygon +241 1.00 -80 32 -80 80 -64 96 48 96 64 80 64 32 -80 32 7 polygon +sce +1 2.00 -48 96 -48 112 2 polygon +1 2.00 32 96 32 112 2 polygon +1 2.00 32 -112 32 -96 2 polygon +1 2.00 -48 -112 -48 -96 2 polygon +0 1.00 -112 32 -112 -32 96 -32 96 32 4 polygon +1 1.00 -80 32 -80 80 -64 96 48 96 64 80 64 32 6 polygon +1 1.00 -80 -32 -80 -80 -64 -96 48 -96 64 -80 64 -32 6 polygon +endgate +} def + +/lamp_neon { +% -16 -56 32 112 bbox +begingate +1 1.00 -16 32 -8 16 0 56 -8 -24 spline +1 1.00 16 32 8 16 0 56 8 -24 spline +1 1.00 -8 -32 8 -32 8 -24 -8 -24 spline +1 2.00 -4 20 -4 -8 2 polygon +1 2.00 4 20 4 -8 2 polygon +1 1.00 -4 -8 -4 -36 -16 -40 -16 -56 4 polygon +1 1.00 4 -8 4 -36 16 -40 16 -56 4 polygon +endgate +} def + +/diode1 { +% -48 -12 96 24 bbox +begingate +0.600 0.600 0.600 scb +240 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +sce +0 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +1.000 1.000 1.000 scb +240 1.00 16 12 16 -12 20 -12 20 12 4 polygon +sce +1 2.00 -32 0 -48 0 2 polygon +1 2.00 32 0 48 0 2 polygon +endgate +} def + +%%Page: 05127.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 1264 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 784 real_batt +1.00 0 656 1040 switch1 +1.00 -271 280 888 clip +1.00 -1 360 896 clip +1 1.00 288 1024 592 896 592 992 288 912 spline +(Switch #1) {/Helvetica 1.000 cf} 2 16 0 576 1120 label +1.00 0 864 704 terminal_strip_3 +1.00 0 720 384 transformer2 +(120 V) {/Helvetica 1.000 cf} 2 16 0 528 480 label +(12 V) {/Helvetica 1.000 cf} 2 16 0 544 256 label +1.00 -271 664 512 clip +1.00 -271 744 512 clip +1 1.00 648 608 688 592 688 656 672 536 spline +1 1.00 712 584 736 600 736 656 752 536 spline +1 1.00 720 880 784 864 736 752 720 992 spline +1 1.00 504 848 680 904 688 752 384 888 spline +1.00 0 712 848 lamp_neon +1 1.00 696 792 688 752 2 polygon +1 1.00 728 792 736 752 2 polygon +1.00 0 1008 528 switch1 +1 1.00 768 560 768 496 928 496 736 656 spline +1 1.00 704 592 864 592 880 656 688 656 spline +1.00 0 928 800 diode1 +1 2.00 880 800 880 752 2 polygon +1 2.00 976 800 976 752 2 polygon +1 1.00 1056 592 1328 544 1088 496 976 656 spline +(Switch #2) {/Helvetica 1.000 cf} 2 16 0 928 416 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05129.eps b/derived/Source/circuit_generation_code/EXP/05129.eps new file mode 100644 index 0000000000000000000000000000000000000000..f77ed8805e74a76caf99a8f145f7d0db0b8af7e7 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05129.eps @@ -0,0 +1,212 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05129.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 13:50:43 2002 +%%Pages: 1 +%%BoundingBox: 68 68 274 146 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/motor { +% -48 -64 96 128 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -8 48 -8 64 8 64 8 48 4 polygon +1 1.00 -8 -48 -8 -64 8 -64 8 -48 4 polygon +(Mtr) {/Helvetica 1.000 cf} 2 16 0 -28 -12 label +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 416 352 acsource +1.00 270 592 448 diode +1 1.00 416 416 416 448 544 448 3 polygon +1 1.00 640 448 768 448 768 416 3 polygon +1 1.00 416 288 416 256 768 256 768 288 4 polygon +1.00 0 768 352 motor +(\(motor\)) {/Helvetica 1.000 cf} 2 16 0 832 336 label +(Diode) {/Helvetica 1.000 cf} 2 16 0 544 480 label +(AC) {/Helvetica 1.000 cf} 2 16 0 280 376 label +(power) {/Helvetica 1.000 cf} 2 16 0 256 336 label +(supply) {/Helvetica 1.000 cf} 2 16 0 256 296 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05134.eps b/derived/Source/circuit_generation_code/EXP/05134.eps new file mode 100644 index 0000000000000000000000000000000000000000..39055a72d045f3092a737b76773e805f4a3aa998 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05134.eps @@ -0,0 +1,354 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05134.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 14:11:09 2002 +%%Pages: 1 +%%BoundingBox: 68 68 301 331 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 831 735 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 855 447 hobby_motor +1.00 -301 883 527 clip +1.00 -316 915 511 clip +1 1.00 879 583 927 599 903 543 903 663 spline +1 1.00 1087 311 1151 591 935 519 735 319 spline +1.00 0 1055 1215 multimeter +1 2.00 1055 1199 991 1151 2 polygon +1.00 0 1167 1055 plug_+_ +1.00 0 1167 991 plug_-_ +1.00 150 975 671 probe_-_ +1.00 135 1039 623 probe_+_ +1 1.00 1375 975 1151 895 1055 815 1199 991 spline +1.000 0.000 0.000 scb +1 1.00 1327 1055 1407 975 1151 735 1199 1055 spline +sce +1.00 0 399 575 real_batt +1 1.00 967 847 391 855 351 703 903 663 spline +1.00 -271 343 679 clip +1.00 -1 415 679 clip +1 1.00 655 671 543 327 735 319 439 671 spline +0.800 0.800 0.800 scb +1 2.00 1055 1199 991 1247 2 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05135.eps b/derived/Source/circuit_generation_code/EXP/05135.eps new file mode 100644 index 0000000000000000000000000000000000000000..9ce0401d636a66902430dbe41278369c601a3e23 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05135.eps @@ -0,0 +1,297 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05135.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 14:43:18 2002 +%%Pages: 1 +%%BoundingBox: 68 68 323 312 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 831 735 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 855 447 hobby_motor +1.00 -301 883 527 clip +1.00 -316 915 511 clip +1 1.00 879 583 927 599 903 543 903 663 spline +1 1.00 1087 311 1151 591 935 519 735 319 spline +1.00 0 399 575 real_batt +1 1.00 967 847 391 855 351 703 903 663 spline +1.00 -271 343 679 clip +1.00 -1 415 679 clip +1 1.00 655 671 543 327 735 319 439 671 spline +1.00 0 1183 1119 audio_detector +1.00 -316 915 559 clip +1.00 -316 947 543 clip +1 1.00 1079 655 951 863 991 927 967 551 spline +1.00 90 867 863 clip +1 1.00 999 735 871 751 871 839 935 567 spline +1.00 90 823 919 capacitor1 +1.00 -271 867 975 clip +1 1.00 879 1039 903 1031 991 1023 871 999 spline +(Capacitor) {/Helvetica 1.000 cf} 2 16 0 623 959 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 639 +911 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05136.eps b/derived/Source/circuit_generation_code/EXP/05136.eps new file mode 100644 index 0000000000000000000000000000000000000000..f3dea6caa69c4e6262d9fa782b1fb8d3486cabcb --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05136.eps @@ -0,0 +1,344 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05136.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 21 14:46:29 2002 +%%Pages: 1 +%%BoundingBox: 68 68 388 316 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/plug { +% -64 -48 128 96 bbox +begingate +241 1.00 -32 48 -32 -48 2 polygon +0.647 0.165 0.165 scb +241 1.00 -16 48 64 48 64 16 -32 48 spline +241 1.00 -16 -48 64 -48 64 -16 -32 -48 spline +241 1.00 64 16 64 -16 2 polygon +sce +1 2.00 -32 32 -64 32 2 polygon +1 2.00 -32 -32 -64 -32 2 polygon +0.647 0.165 0.165 scb +241 1.00 -32 48 64 16 64 -16 -32 -48 -32 48 5 polygon +sce +1 1.00 -32 48 -32 -48 2 polygon +1 1.00 -16 48 64 48 64 16 -32 48 spline +1 1.00 -16 -48 64 -48 64 -16 -32 -48 spline +1 1.00 64 16 64 -16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/AC_supply { +% -320 -144 640 288 bbox +begingate +1.00 0 -256 80 plug +1 3.00 -96 80 -160 -48 -64 -48 -192 80 spline +0.800 0.800 0.800 scb +240 1.00 -64 144 -64 -144 320 -144 320 144 4 polygon +sce +0 2.00 -64 144 -64 -144 320 -144 320 144 4 polygon +(Low-voltage ) {/Helvetica 1.000 cf} 2 16 0 16 96 label +(AC power supply) {/Helvetica 1.000 cf} 2 16 0 -24 56 label +1.00 0 0 -112 dot +1.00 0 128 -112 dot +1.00 0 256 -112 dot +1.000 0.000 0.000 scb +1 1.00 0 -112 16 0.00 360.00 xcarc +sce +1 1.00 128 -112 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 256 -112 16 0.00 360.00 xcarc +sce +(6) {/Helvetica 1.000 cf} 2 16 0 40 -128 label +(6) {/Helvetica 1.000 cf} 2 16 0 184 -128 label +1 1.00 16 -112 32 -112 2 polygon +1 1.00 80 -112 112 -112 2 polygon +1 1.00 240 -112 224 -112 2 polygon +1 1.00 176 -112 144 -112 2 polygon +(12) {/Helvetica 1.000 cf} 2 16 0 104 -72 label +1 1.00 96 -56 0 -56 0 -96 3 polygon +1 1.00 152 -56 256 -56 256 -96 3 polygon +endgate +} def + +/diode1 { +% -48 -12 96 24 bbox +begingate +0.600 0.600 0.600 scb +240 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +sce +0 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +1.000 1.000 1.000 scb +240 1.00 16 12 16 -12 20 -12 20 12 4 polygon +sce +1 2.00 -32 0 -48 0 2 polygon +1 2.00 32 0 48 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1055 735 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 639 1007 AC_supply +1.00 0 1039 703 diode1 +1 2.00 991 703 927 703 2 polygon +1 2.00 1151 703 1087 703 2 polygon +1.00 0 911 711 clip +1 1.00 759 711 839 799 895 895 887 703 spline +1.00 0 1079 447 hobby_motor +1.00 -301 1107 527 clip +1.00 -316 1139 511 clip +1.00 -91 1139 687 clip +1 1.00 1103 583 1151 599 1127 543 1127 663 spline +1 1.00 631 567 727 327 959 319 767 895 spline +1 1.00 1311 311 1375 591 1159 519 959 319 spline +1.00 0 1471 1135 audio_detector +1.00 -316 1139 559 clip +1.00 -316 1171 543 clip +1 1.00 1223 847 1287 631 1191 551 1279 943 spline +1 1.00 1159 743 1231 663 1159 567 1167 823 spline +1.00 90 1119 895 capacitor1 +1.00 90 1159 847 clip +1.00 -271 1159 943 clip +1 1.00 1159 1015 1175 1047 1279 1039 1167 967 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05137.eps b/derived/Source/circuit_generation_code/EXP/05137.eps new file mode 100644 index 0000000000000000000000000000000000000000..660c6233498fcdf4248a046caad8570892d0bc1c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05137.eps @@ -0,0 +1,224 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05137.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 11:30:34 2002 +%%Pages: 1 +%%BoundingBox: 68 68 230 160 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 384 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 384 acsource +1.00 270 528 480 diode +1 1.00 352 448 352 480 480 480 3 polygon +1 1.00 576 480 704 480 704 448 3 polygon +1 1.00 352 320 352 288 704 288 704 320 4 polygon +1.00 0 704 384 _resistor +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 384 label +(1) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 496 528 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 480 label +(2) {/Helvetica 1.000 cf} 2 16 0 720 480 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 720 256 label +sce +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 736 384 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05138.eps b/derived/Source/circuit_generation_code/EXP/05138.eps new file mode 100644 index 0000000000000000000000000000000000000000..31c47de222cd87f7e6fee3eba210997681fdc817 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05138.eps @@ -0,0 +1,305 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05138.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 22 19:15:32 2002 +%%Pages: 1 +%%BoundingBox: 68 68 319 164 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/motor { +% -48 -64 96 128 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -8 48 -8 64 8 64 8 48 4 polygon +1 1.00 -8 -48 -8 -64 8 -64 8 -48 4 polygon +(Mtr) {/Helvetica 1.000 cf} 2 16 0 -28 -12 label +endgate +} def + +/inductor_medium { +% -16 -112 31 208 bbox +begingate +1 1.00 0 96 0 80 2 polygon +1 1.00 24 78 22 46 -14 58 0 80 spline +1 1.00 23 62 21 30 -15 42 -1 64 spline +1 1.00 -19 60 -16 64 -2 64 -14 58 spline +1 1.00 -19 44 -16 48 -2 48 -14 42 spline +1 1.00 23 46 21 14 -15 26 -1 48 spline +1 1.00 -19 28 -16 32 -2 32 -14 26 spline +1 1.00 23 30 21 -2 -15 10 -1 32 spline +1 1.00 -19 12 -16 16 -2 16 -14 10 spline +1 1.00 23 14 21 -18 -15 -6 -1 16 spline +1 1.00 -19 -4 -16 0 -2 0 -14 -6 spline +1 1.00 23 -2 21 -34 -15 -22 -1 0 spline +1 1.00 -19 -20 -16 -16 -2 -16 -14 -22 spline +1 1.00 23 -18 21 -50 -15 -38 -1 -16 spline +1 1.00 -19 -36 -16 -32 -2 -32 -14 -38 spline +1 1.00 23 -34 21 -66 -15 -54 -1 -32 spline +1 1.00 -19 -52 -16 -48 -2 -48 -14 -54 spline +1 1.00 24 -50 22 -82 -14 -70 0 -48 spline +1 1.00 -18 -68 -15 -64 -1 -64 -13 -70 spline +1 1.00 14 -64 26 -83 0 -86 -2 -64 spline +1 1.00 0 -86 0 -98 2 polygon +1 1.00 0 -112 0 -96 2 polygon +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/transformer3 { +% -48 -96 110 208 bbox +begingate +1.00 0 -32 16 inductor_medium +1 1.00 0 96 0 -64 2 polygon +1 1.00 16 96 16 -64 2 polygon +1.00 -1 48 24 inductor +1 1.00 48 72 48 80 2 polygon +1 1.00 48 -40 48 -48 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 896 416 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 270 656 512 diode +1.00 0 928 416 motor +(\(motor\)) {/Helvetica 1.000 cf} 2 16 0 992 400 label +(Diode) {/Helvetica 1.000 cf} 2 16 0 608 544 label +(AC) {/Helvetica 1.000 cf} 2 16 0 360 440 label +(power) {/Helvetica 1.000 cf} 2 16 0 336 400 label +(supply) {/Helvetica 1.000 cf} 2 16 0 336 360 label +1.00 0 528 400 transformer3 +1.00 0 592 416 dot +1.00 270 656 320 diode +(Diode) {/Helvetica 1.000 cf} 2 16 0 608 256 label +1 1.00 576 352 576 320 608 320 3 polygon +1 1.00 576 480 576 512 608 512 3 polygon +1 1.00 704 320 768 320 768 512 704 512 4 polygon +1.00 0 768 512 dot +1 1.00 768 512 928 512 928 480 3 polygon +1 1.00 592 416 752 416 2 polygon +1.00 90 768 416 jumper +1 1.00 784 416 816 416 816 320 928 320 928 352 5 polygon +1.00 0 288 416 acsource +1 1.00 496 512 496 528 288 528 288 480 4 polygon +1 1.00 288 352 288 288 496 288 496 304 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05141.eps b/derived/Source/circuit_generation_code/EXP/05141.eps new file mode 100644 index 0000000000000000000000000000000000000000..545aa4b995235b93dd189f0487ffadab4cbb86d2 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05141.eps @@ -0,0 +1,344 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05141.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 22 19:30:29 2002 +%%Pages: 1 +%%BoundingBox: 68 68 305 161 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/motor { +% -48 -64 96 128 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -8 48 -8 64 8 64 8 48 4 polygon +1 1.00 -8 -48 -8 -64 8 -64 8 -48 4 polygon +(Mtr) {/Helvetica 1.000 cf} 2 16 0 -28 -12 label +endgate +} def + +/inductor_medium { +% -16 -112 31 208 bbox +begingate +1 1.00 0 96 0 80 2 polygon +1 1.00 24 78 22 46 -14 58 0 80 spline +1 1.00 23 62 21 30 -15 42 -1 64 spline +1 1.00 -19 60 -16 64 -2 64 -14 58 spline +1 1.00 -19 44 -16 48 -2 48 -14 42 spline +1 1.00 23 46 21 14 -15 26 -1 48 spline +1 1.00 -19 28 -16 32 -2 32 -14 26 spline +1 1.00 23 30 21 -2 -15 10 -1 32 spline +1 1.00 -19 12 -16 16 -2 16 -14 10 spline +1 1.00 23 14 21 -18 -15 -6 -1 16 spline +1 1.00 -19 -4 -16 0 -2 0 -14 -6 spline +1 1.00 23 -2 21 -34 -15 -22 -1 0 spline +1 1.00 -19 -20 -16 -16 -2 -16 -14 -22 spline +1 1.00 23 -18 21 -50 -15 -38 -1 -16 spline +1 1.00 -19 -36 -16 -32 -2 -32 -14 -38 spline +1 1.00 23 -34 21 -66 -15 -54 -1 -32 spline +1 1.00 -19 -52 -16 -48 -2 -48 -14 -54 spline +1 1.00 24 -50 22 -82 -14 -70 0 -48 spline +1 1.00 -18 -68 -15 -64 -1 -64 -13 -70 spline +1 1.00 14 -64 26 -83 0 -86 -2 -64 spline +1 1.00 0 -86 0 -98 2 polygon +1 1.00 0 -112 0 -96 2 polygon +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/transformer3 { +% -48 -96 110 208 bbox +begingate +1.00 0 -32 16 inductor_medium +1 1.00 0 96 0 -64 2 polygon +1 1.00 16 96 16 -64 2 polygon +1.00 -1 48 24 inductor +1 1.00 48 72 48 80 2 polygon +1 1.00 48 -40 48 -48 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/circle { +% -6 -12 28 24 bbox +begingate +1 1.00 16 0 6 0.00 360.00 xcarc +1 1.00 0 0 10 0 2 polygon +1.000 0.000 0.000 scb +(out) {/Times-Roman 1.000 cf} 2 4 0 16 0 pinlabel +(out) {/Times-Roman 1.000 cf} 2 7 0 0 0 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/switch { +% -14 -71 51 125 bbox +begingate +% fundamental +1 1.30 32 32 2 -43 2 polygon +1 0.60 0 -48 57 49.00 90.00 xcarc +1.00 -91 0 -64 circle +0.60 90 -12 8 arrowhead +1.00 270 0 48 circle +1.000 0.000 0.000 scb +(sw.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(sw.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 896 448 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 270 656 544 diode +1.00 0 992 448 motor +1.00 0 528 432 transformer3 +1.00 0 592 448 dot +1.00 270 656 352 diode +1 1.00 576 384 576 352 608 352 3 polygon +1 1.00 576 512 576 544 608 544 3 polygon +1.00 0 832 544 dot +1.00 90 832 448 jumper +1.00 0 288 448 acsource +1 1.00 496 544 496 560 288 560 288 512 4 polygon +1 1.00 288 384 288 320 496 320 496 336 4 polygon +1 1.00 704 544 768 544 2 polygon +1.00 -91 768 352 switch +1 1.00 816 352 832 352 832 544 3 polygon +1 1.00 768 544 992 544 992 512 3 polygon +1 1.00 592 448 816 448 2 polygon +1 1.00 848 448 896 448 896 352 992 352 992 384 5 polygon +(Switch) {/Helvetica 1.000 cf} 2 16 0 704 304 label +(\(close for full-wave operation\)) {/Helvetica 1.000 cf} 2 16 0 528 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05142.eps b/derived/Source/circuit_generation_code/EXP/05142.eps new file mode 100644 index 0000000000000000000000000000000000000000..be426ff6a09bdf00d7c57b4b8742cd4f855cf413 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05142.eps @@ -0,0 +1,252 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05142.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 22 19:35:31 2002 +%%Pages: 1 +%%BoundingBox: 68 68 299 329 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 464 520 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 816 904 audio_detector +1.00 -316 548 344 clip +1.00 -316 580 328 clip +1 1.00 712 440 584 648 624 712 600 336 spline +1.00 90 500 648 clip +1 1.00 632 520 504 536 504 624 568 352 spline +1.00 90 456 704 capacitor1 +1.00 -271 500 760 clip +1 1.00 512 824 536 816 624 808 504 784 spline +(Capacitor) {/Helvetica 1.000 cf} 2 16 0 256 744 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 272 +696 label +(Test) {/Helvetica 1.000 cf} 2 16 0 416 296 label +("probes") {/Helvetica 1.000 cf} 2 16 0 392 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05143.eps b/derived/Source/circuit_generation_code/EXP/05143.eps new file mode 100644 index 0000000000000000000000000000000000000000..6881d5572ee6d8103305e5716dfd1591ba963307 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05143.eps @@ -0,0 +1,260 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05143.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 11:29:52 2002 +%%Pages: 1 +%%BoundingBox: 68 68 230 221 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 608 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 608 acsource +1.00 270 464 704 diode +1.00 0 704 608 _resistor +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 608 label +(1) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 440 744 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 704 label +(2) {/Helvetica 1.000 cf} 2 16 0 720 704 label +(0) {/Helvetica 1.000 cf} 2 16 0 304 496 label +(0) {/Helvetica 1.000 cf} 2 16 0 720 480 label +sce +1.00 0 352 416 acsource +1 1.00 352 544 352 480 2 polygon +1.00 0 352 512 dot +1.00 270 464 320 diode +1 1.00 352 672 352 704 416 704 3 polygon +1 1.00 352 352 352 320 416 320 3 polygon +1 1.00 512 320 576 320 576 704 512 704 4 polygon +1.00 0 576 704 dot +1 1.00 576 704 704 704 704 672 3 polygon +1.00 90 576 512 jumper +1 1.00 560 512 352 512 2 polygon +1 1.00 592 512 704 512 704 544 3 polygon +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 320 304 label +(2) {/Helvetica 1.000 cf} 2 16 0 576 720 label +(2) {/Helvetica 1.000 cf} 2 16 0 576 288 label +sce +(2) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 440 256 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 400 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 736 608 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05144.eps b/derived/Source/circuit_generation_code/EXP/05144.eps new file mode 100644 index 0000000000000000000000000000000000000000..13b921de56c57e4f5df9f16a57cb578c52ccdeba --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05144.eps @@ -0,0 +1,216 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05144.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 09:49:48 2002 +%%Pages: 1 +%%BoundingBox: 68 68 206 148 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 480 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 352 battery +1.00 90 480 480 potentiometer +1 1.00 672 352 48 0.00 360.00 xcarc +(Mtr) {/Helvetica 1.000 cf} 2 16 0 644 340 label +1 1.00 664 400 664 416 680 416 680 400 4 polygon +1 1.00 664 304 664 288 680 288 680 304 4 polygon +1 1.00 288 416 288 448 416 448 3 polygon +1 1.00 544 448 672 448 672 416 3 polygon +1 1.00 672 288 672 256 288 256 288 288 4 polygon +1 1.00 464 512 544 512 544 448 3 polygon +1.00 0 544 448 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05145.eps b/derived/Source/circuit_generation_code/EXP/05145.eps new file mode 100644 index 0000000000000000000000000000000000000000..d36128d767f7907c013b70970fe6c4ba9eb486ab --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05145.eps @@ -0,0 +1,299 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05145.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 09:54:13 2002 +%%Pages: 1 +%%BoundingBox: 68 68 335 277 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 702 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 670 real_batt +1.00 -271 280 774 clip +1.00 -271 328 806 clip +1.00 0 672 542 terminal_strip_2 +1.00 0 672 334 potentiometer1 +1 1.00 576 422 608 438 608 494 632 406 spline +1 1.00 688 454 656 446 656 494 672 406 spline +1 1.00 744 422 728 430 704 494 712 406 spline +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 760 310 label +1 1.00 288 1022 608 926 608 590 288 798 spline +1.00 0 1056 542 hobby_motor +1.00 -286 1080 622 clip +1.00 -316 1116 610 clip +1 1.00 384 1102 1392 958 1136 622 336 830 spline +1 1.00 1104 910 672 894 656 590 1096 638 spline +3 1.00 672 654 752 734 704 590 656 590 spline +1.00 90 768 654 arrow +(Motor) {/Helvetica 1.000 cf} 2 16 0 1000 446 label +(optional) {/Helvetica-Oblique 1.000 cf} 2 16 0 816 646 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05146.eps b/derived/Source/circuit_generation_code/EXP/05146.eps new file mode 100644 index 0000000000000000000000000000000000000000..ca9c22bf48ea3708c7c18907bd8e884d75a77068 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05146.eps @@ -0,0 +1,207 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05146.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 09:58:24 2002 +%%Pages: 1 +%%BoundingBox: 68 68 206 148 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +%%Page: 05144.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 480 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 352 battery +1.00 90 480 480 potentiometer +1 1.00 672 352 48 0.00 360.00 xcarc +(Mtr) {/Helvetica 1.000 cf} 2 16 0 644 340 label +1 1.00 664 400 664 416 680 416 680 400 4 polygon +1 1.00 664 304 664 288 680 288 680 304 4 polygon +1 1.00 288 416 288 448 416 448 3 polygon +1 1.00 672 288 672 256 288 256 288 288 4 polygon +1 1.00 464 512 672 512 672 416 3 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05147.eps b/derived/Source/circuit_generation_code/EXP/05147.eps new file mode 100644 index 0000000000000000000000000000000000000000..999b64ebc1e58d6d6f65d89a219a21a4a0d3dde2 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05147.eps @@ -0,0 +1,277 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05147.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 09:59:25 2002 +%%Pages: 1 +%%BoundingBox: 68 68 335 277 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 702 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 670 real_batt +1.00 -271 280 774 clip +1.00 -271 328 806 clip +1.00 0 672 542 terminal_strip_2 +1.00 0 672 334 potentiometer1 +1 1.00 576 422 608 438 608 494 632 406 spline +1 1.00 688 454 656 446 656 494 672 406 spline +1 1.00 744 422 728 430 704 494 712 406 spline +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 760 310 label +1 1.00 288 1022 608 926 608 590 288 798 spline +1.00 0 1056 542 hobby_motor +1.00 -286 1080 622 clip +1.00 -316 1116 610 clip +1 1.00 384 1102 1392 958 1136 622 336 830 spline +1 1.00 1104 910 672 894 656 590 1096 638 spline +(Motor) {/Helvetica 1.000 cf} 2 16 0 1000 446 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05150.eps b/derived/Source/circuit_generation_code/EXP/05150.eps new file mode 100644 index 0000000000000000000000000000000000000000..c67a766c2a005d792005e2ee1b9322fbe5effbfa --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05150.eps @@ -0,0 +1,216 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05150.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 10:21:13 2002 +%%Pages: 1 +%%BoundingBox: 68 68 206 150 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05144.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 480 352 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 352 battery +1.00 90 480 480 potentiometer +1 1.00 672 352 48 0.00 360.00 xcarc +(Mtr) {/Helvetica 1.000 cf} 2 16 0 644 340 label +1 1.00 664 400 664 416 680 416 680 400 4 polygon +1 1.00 664 304 664 288 680 288 680 304 4 polygon +1 1.00 288 416 288 448 416 448 3 polygon +1 1.00 672 288 672 256 288 256 288 288 4 polygon +1 1.00 464 512 672 512 672 416 3 polygon +1 1.00 544 448 544 512 2 polygon +1.00 0 544 512 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05151.eps b/derived/Source/circuit_generation_code/EXP/05151.eps new file mode 100644 index 0000000000000000000000000000000000000000..6409022a4ddf14c623dbe73d935ca75447681619 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05151.eps @@ -0,0 +1,299 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05151.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 10:23:45 2002 +%%Pages: 1 +%%BoundingBox: 68 68 335 277 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 702 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 670 real_batt +1.00 -271 280 774 clip +1.00 -271 328 806 clip +1.00 0 672 542 terminal_strip_2 +1.00 0 672 334 potentiometer1 +1 1.00 576 422 608 438 608 494 632 406 spline +1 1.00 688 454 656 446 656 494 672 406 spline +1 1.00 744 422 728 430 704 494 712 406 spline +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 760 310 label +1 1.00 288 1022 608 926 608 590 288 798 spline +1.00 0 1056 542 hobby_motor +1.00 -286 1080 622 clip +1.00 -316 1116 610 clip +1 1.00 384 1102 1392 958 1136 622 336 830 spline +1 1.00 1104 910 672 894 656 590 1096 638 spline +1 1.00 672 654 752 734 704 590 656 590 spline +1.00 90 768 654 arrow +(Motor) {/Helvetica 1.000 cf} 2 16 0 1000 446 label +(add wire) {/Helvetica-Oblique 1.000 cf} 2 16 0 816 646 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05152.eps b/derived/Source/circuit_generation_code/EXP/05152.eps new file mode 100644 index 0000000000000000000000000000000000000000..ccf1df323854330ec2da2be6937971fb802354af --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05152.eps @@ -0,0 +1,437 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05152.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 10:32:55 2002 +%%Pages: 1 +%%BoundingBox: 68 68 364 320 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%+ font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 863 1135 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 399 1103 real_batt +1.00 -271 343 1207 clip +1.00 -271 391 1239 clip +1.00 0 735 975 terminal_strip_2 +1.00 0 735 767 potentiometer1 +1 1.00 639 855 671 871 671 927 695 839 spline +1 1.00 807 855 791 863 767 927 775 839 spline +1 1.00 351 1455 671 1359 671 1023 351 1231 spline +1.00 0 1119 975 hobby_motor +1.00 -286 1143 1055 clip +1.00 -316 1179 1043 clip +1 1.00 447 1535 1455 1391 1199 1055 399 1263 spline +1 1.00 1167 1343 735 1327 719 1023 1159 1071 spline +1 1.00 735 1087 815 1167 767 1023 719 1023 spline +1.00 285 671 879 arrow +1 1.00 783 879 671 847 719 879 735 847 spline +(break connection) {/Helvetica-Oblique 1.000 cf} 2 16 0 319 863 label +1.00 0 1007 575 multimeter +1 2.00 1007 559 943 511 2 polygon +1.00 0 1119 415 plug_+_ +1.00 0 1119 351 plug_-_ +1.00 45 1295 895 probe_-_ +1.00 135 1263 1151 probe_+_ +1 1.00 1519 671 1647 399 1151 351 1407 783 spline +1.000 0.000 0.000 scb +1 1.00 1311 415 1599 559 1599 943 1151 415 spline +1 1.00 1455 1359 1615 1231 1599 943 1375 1263 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05157.eps b/derived/Source/circuit_generation_code/EXP/05157.eps new file mode 100644 index 0000000000000000000000000000000000000000..55a7e5b8c3329286c259bb227d0f1917682032df --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05157.eps @@ -0,0 +1,242 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05157.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 12:35:26 2002 +%%Pages: 1 +%%BoundingBox: 68 68 181 195 +%%DocumentNeededResources: font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 568 444 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 600 428 potentiometer +1 1.00 632 444 632 364 568 364 3 polygon +1.00 0 568 364 dot +1 1.00 568 364 568 316 2 polygon +1.00 0 568 556 _resistor +1.00 0 488 428 _resistor +1 1.00 488 364 568 364 2 polygon +1 1.00 488 492 568 492 2 polygon +1.00 0 568 492 dot +1 1.00 568 620 568 668 2 polygon +1.00 0 568 668 dot +1 1.00 568 316 568 268 2 polygon +1.00 -181 568 268 dot +(total) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 272 460 label +1.00 270 504 668 arrow +1.00 270 504 268 arrow +0 1.00 256 508 256 428 368 428 368 508 4 polygon +1 1.00 320 508 320 636 464 668 3 polygon +1 1.00 320 428 320 300 464 268 3 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05158.eps b/derived/Source/circuit_generation_code/EXP/05158.eps new file mode 100644 index 0000000000000000000000000000000000000000..c01fdc5be0bcd4ce0e16c7256c4f190f53dcb656 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05158.eps @@ -0,0 +1,625 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05158.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 13:06:53 2002 +%%Pages: 1 +%%BoundingBox: 68 68 259 367 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 735 559 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 719 527 breadboard +1.00 180 735 847 potentiometer1 +1.00 0 719 607 resistor4 +1 1.00 695 735 671 727 671 687 695 775 spline +1.00 0 671 687 dot +1 1.00 759 735 783 727 767 687 775 775 spline +1.00 0 767 687 dot +1 1.00 695 679 719 735 735 775 767 655 spline +1.00 0 767 655 dot +1 2.00 767 607 767 591 2 polygon +1.00 0 767 591 dot +1 2.00 671 607 671 591 2 polygon +1.00 0 671 591 dot +1.00 0 623 639 resistor4 +1 2.00 671 639 671 623 2 polygon +1.00 0 671 623 dot +1 2.00 575 639 575 623 2 polygon +1.00 0 575 623 dot +1 1.00 783 607 1023 783 1023 911 767 559 spline +1.00 0 767 559 dot +1.00 0 751 1375 multimeter +1.00 0 863 1215 plug_+_ +1.00 270 847 1135 plug_-_ +1.00 180 527 975 probe_-_ +1 1.00 687 719 575 1343 527 1135 847 1103 spline +1 2.00 751 1359 751 1439 2 polygon +1.00 180 1023 1135 probe_+_ +1.00 90 1015 935 clip +1.00 90 519 783 clip +1 1.00 527 719 591 767 575 687 527 759 spline +1.00 0 575 687 dot +1.000 0.000 0.000 scb +1 1.00 959 1215 975 1471 1023 1295 895 1215 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05159.eps b/derived/Source/circuit_generation_code/EXP/05159.eps new file mode 100644 index 0000000000000000000000000000000000000000..b68da15d26373ecfc08222c09e80bbebe49352e5 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05159.eps @@ -0,0 +1,590 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05159.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 13:10:51 2002 +%%Pages: 1 +%%BoundingBox: 68 68 259 367 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 735 559 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 719 527 breadboard +1.00 180 735 847 potentiometer1 +1 1.00 695 735 671 727 671 687 695 775 spline +1.00 0 671 687 dot +1 1.00 759 735 783 727 767 687 775 775 spline +1.00 0 767 687 dot +1 1.00 695 679 719 735 735 775 767 655 spline +1.00 0 767 655 dot +1 1.00 783 607 1023 783 1023 911 767 559 spline +1.00 0 767 559 dot +1.00 0 751 1375 multimeter +1.00 0 863 1215 plug_+_ +1.00 270 847 1135 plug_-_ +1.00 180 527 975 probe_-_ +1 1.00 687 719 575 1343 527 1135 847 1103 spline +1 2.00 751 1359 751 1439 2 polygon +1.00 180 1023 1135 probe_+_ +1.00 90 1015 935 clip +1.00 90 519 783 clip +1.000 0.000 0.000 scb +1 1.00 959 1215 975 1471 1023 1295 895 1215 spline +sce +1 1.00 527 695 567 639 671 623 527 767 spline +1.00 0 671 623 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05160.eps b/derived/Source/circuit_generation_code/EXP/05160.eps new file mode 100644 index 0000000000000000000000000000000000000000..d83196345b34697382fc940549ac106035ec3b2c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05160.eps @@ -0,0 +1,620 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05160.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 13:15:16 2002 +%%Pages: 1 +%%BoundingBox: 68 68 259 367 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 735 559 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 719 527 breadboard +1.00 180 735 847 potentiometer1 +1 1.00 695 735 671 727 671 687 695 775 spline +1.00 0 671 687 dot +1 1.00 759 735 783 727 767 687 775 775 spline +1.00 0 767 687 dot +1 1.00 695 679 719 735 735 775 767 655 spline +1.00 0 767 655 dot +1 1.00 783 607 1023 783 1023 911 767 559 spline +1.00 0 767 559 dot +1.00 0 751 1375 multimeter +1.00 0 863 1215 plug_+_ +1.00 270 847 1135 plug_-_ +1.00 180 527 975 probe_-_ +1 1.00 687 719 575 1343 527 1135 847 1103 spline +1 2.00 751 1359 751 1439 2 polygon +1.00 180 1023 1135 probe_+_ +1.00 90 1015 935 clip +1.00 90 519 783 clip +1.000 0.000 0.000 scb +1 1.00 959 1215 975 1471 1023 1295 895 1215 spline +sce +1.00 0 671 623 dot +1.00 0 623 639 resistor4 +1 2.00 671 639 671 623 2 polygon +1.00 0 575 623 dot +1 2.00 575 639 575 623 2 polygon +1 1.00 615 743 519 703 527 759 575 655 spline +1.00 0 575 655 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05161.eps b/derived/Source/circuit_generation_code/EXP/05161.eps new file mode 100644 index 0000000000000000000000000000000000000000..e927928497f2a7ed1baef09f103a932777c7099d --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05161.eps @@ -0,0 +1,669 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05161.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 13:36:03 2002 +%%Pages: 1 +%%BoundingBox: 68 68 259 367 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 735 559 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 719 527 breadboard +1.00 180 735 847 potentiometer1 +1 1.00 695 735 671 727 671 687 695 775 spline +1.00 0 671 687 dot +1 1.00 759 735 783 727 767 687 775 775 spline +1.00 0 767 687 dot +1 1.00 695 679 719 735 735 775 767 655 spline +1.00 0 767 655 dot +1.00 0 751 1375 multimeter +1.00 0 863 1215 plug_+_ +1.00 270 847 1135 plug_-_ +1.00 180 527 975 probe_-_ +1 1.00 687 719 575 1343 527 1135 847 1103 spline +1 2.00 751 1359 751 1439 2 polygon +1.00 180 1023 1135 probe_+_ +1.00 90 1015 935 clip +1.00 0 503 831 clip +1.000 0.000 0.000 scb +1 1.00 959 1215 975 1471 1023 1295 895 1215 spline +sce +1.00 0 671 623 dot +1.00 0 623 639 resistor4 +1 2.00 671 639 671 623 2 polygon +1.00 0 575 623 dot +1 2.00 575 639 575 623 2 polygon +1.00 0 767 463 dot +1.00 0 719 479 resistor4 +1 2.00 767 479 767 463 2 polygon +1.00 0 671 463 dot +1 2.00 671 479 671 463 2 polygon +1.00 0 671 655 dot +1.00 0 623 671 resistor4 +1 2.00 671 671 671 655 2 polygon +1.00 0 575 655 dot +1 2.00 575 671 575 655 2 polygon +1.00 0 543 655 dot +1.00 0 495 671 resistor4 +1 2.00 543 671 543 655 2 polygon +1.00 0 447 655 dot +1 2.00 447 671 447 655 2 polygon +1.00 0 543 687 dot +1.00 0 495 703 resistor4 +1 2.00 543 703 543 687 2 polygon +1.00 0 447 687 dot +1 2.00 447 703 447 687 2 polygon +1.00 0 543 591 dot +1.00 0 495 607 resistor4 +1 2.00 543 607 543 591 2 polygon +1.00 0 447 591 dot +1 2.00 447 607 447 591 2 polygon +1.00 0 543 623 dot +1.00 0 495 639 resistor4 +1 2.00 543 639 543 623 2 polygon +1.00 0 447 623 dot +1 2.00 447 639 447 623 2 polygon +1 1.00 543 511 575 511 575 559 543 559 spline +1.00 0 543 559 dot +1.00 0 575 559 dot +1.00 0 767 431 dot +1.00 0 719 447 resistor4 +1 2.00 767 447 767 431 2 polygon +1.00 0 671 431 dot +1 2.00 671 447 671 431 2 polygon +1.00 0 767 399 dot +1.00 0 719 415 resistor4 +1 2.00 767 415 767 399 2 polygon +1.00 0 671 399 dot +1 2.00 671 415 671 399 2 polygon +1.00 0 767 591 dot +1 1.00 879 639 1023 767 1023 911 767 591 spline +1 1.00 623 543 623 511 671 495 671 559 spline +1.00 0 671 559 dot +1.00 0 671 495 dot +1 1.00 719 543 719 511 767 495 767 559 spline +1.00 0 767 559 dot +1.00 0 767 495 dot +1 1.00 327 807 271 695 447 559 479 823 spline +1.00 0 447 559 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05162.eps b/derived/Source/circuit_generation_code/EXP/05162.eps new file mode 100644 index 0000000000000000000000000000000000000000..9261469efea85147ece6b745c256c993348244cb --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05162.eps @@ -0,0 +1,283 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05162.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 13:41:54 2002 +%%Pages: 1 +%%BoundingBox: 68 68 262 242 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05106.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 780 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 90 780 576 potentiometer +1 1.00 764 608 844 608 844 544 3 polygon +1.00 0 844 544 dot +1.00 90 780 480 _resistor +1.00 90 780 416 _resistor +1.00 90 780 352 _resistor +1 1.00 716 544 716 352 2 polygon +1 1.00 844 544 844 352 2 polygon +1.00 0 844 416 dot +1.00 0 844 480 dot +1.00 0 716 416 dot +1.00 0 716 480 dot +1.00 0 716 544 dot +1.00 90 588 544 _resistor +1.00 90 588 480 _resistor +1 1.00 652 544 716 544 2 polygon +1.00 0 652 544 dot +1.00 0 524 544 dot +1 1.00 524 544 524 480 2 polygon +1 1.00 652 544 652 480 2 polygon +1.00 90 396 544 _resistor +1.00 90 396 480 _resistor +1 1.00 460 544 524 544 2 polygon +1.00 0 460 544 dot +1.00 0 332 544 dot +1 1.00 332 544 332 480 2 polygon +1 1.00 460 544 460 480 2 polygon +1 1.00 332 544 268 544 2 polygon +1 1.00 844 544 908 544 2 polygon +1.00 90 396 352 _resistor +1.00 90 396 416 _resistor +1 1.00 332 416 332 352 2 polygon +1 1.00 460 416 460 352 2 polygon +1 1.00 332 480 332 416 2 polygon +1 1.00 460 480 460 416 2 polygon +1.00 0 460 480 dot +1.00 0 460 416 dot +1.00 0 332 480 dot +1.00 0 332 416 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} (All resistors = ) {/Helvetica 1.000 cf} 6 16 0 396 256 +label +(total) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 556 800 label +0 1.00 540 848 540 768 652 768 652 848 4 polygon +1.00 -181 908 592 arrow +1.00 -181 268 592 arrow +1 1.00 268 672 268 752 540 800 3 polygon +1 1.00 652 800 908 752 908 672 3 polygon +0.400 0.400 0.400 scb +1 1.00 332 576 332 608 460 608 460 576 4 polygon +1 1.00 396 608 396 624 2 polygon +(W) {/Symbol 1.000 cf} (2.5 k) {/Times-Roman 1.000 cf} 4 16 0 332 640 label +1 1.00 524 576 524 608 652 608 652 576 4 polygon +1 1.00 588 608 588 624 2 polygon +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 540 640 label +1 1.00 716 624 716 656 844 656 844 624 4 polygon +1 1.00 780 656 780 672 2 polygon +(W) {/Symbol 1.000 cf} (0 to 2.5 k) {/Times-Roman 1.000 cf} 4 16 0 684 688 label +sce +1 1.00 908 672 908 576 2 polygon +1 1.00 268 672 268 576 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05163.eps b/derived/Source/circuit_generation_code/EXP/05163.eps new file mode 100644 index 0000000000000000000000000000000000000000..1488706bce587fe1de23dbba77455952522707df --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05163.eps @@ -0,0 +1,304 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05163.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 17:33:01 2002 +%%Pages: 1 +%%BoundingBox: 68 68 364 394 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/meter_movement { +% -52 -48 88 92 bbox +begingate +256 1.00 -52 44 -52 -32 36 -32 36 44 4 polygon +1 1.00 -24 36 8 36 32 16 -48 16 spline +1 1.00 -8 0 -32 32 2 polygon +1.00 0 -32 -16 dot +1 1.00 -32 -16 -32 -48 2 polygon +1.00 0 16 -16 dot +1 1.00 16 -16 16 -48 2 polygon +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +%%Page: 00150 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 704 1248 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 704 1296 meter_movement +1 1.00 672 1248 672 1216 352 1216 352 1120 4 polygon +(+) {/Helvetica 1.000 cf} 2 16 0 736 1232 label +(-) {/Helvetica 1.000 cf} 2 16 0 640 1232 label +1.00 -91 896 800 resistor +1.00 -91 480 896 resistor +1.00 -91 896 928 resistor +1.00 -91 896 864 resistor +1 1.00 352 1120 352 800 2 polygon +1 1.00 720 1248 720 1216 1280 1216 1280 928 4 polygon +1.00 0 352 736 dot +1 1.00 352 736 16 0.00 360.00 xcarc +1 1.00 352 736 352 800 2 polygon +("Common") {/Helvetica 1.000 cf} 2 16 0 256 672 label +(jack) {/Helvetica 1.000 cf} 2 16 0 304 640 label +1.00 0 352 1120 dot +1 1.00 416 896 352 896 2 polygon +1.00 0 352 896 dot +1 1.00 544 896 608 896 608 736 3 polygon +1.00 0 608 736 dot +1.000 0.000 0.000 scb +1 1.00 608 736 16 0.00 360.00 xcarc +sce +1.00 0 768 736 dot +1.000 0.000 0.000 scb +1 1.00 768 736 16 0.00 360.00 xcarc +sce +1 1.00 768 736 768 928 832 928 3 polygon +1 1.00 832 864 768 864 2 polygon +1.00 0 768 864 dot +1 1.00 832 800 768 800 2 polygon +1.00 0 768 800 dot +1.00 0 608 896 dot +(shunt) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 432 928 label +(multiplier1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 960 label +(multiplier2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 896 label +(multiplier3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 832 label +0.600 0.600 0.600 scb +(V) {/Helvetica 1.000 cf} 2 16 0 1136 768 label +(V) {/Helvetica 1.000 cf} 2 16 0 1096 824 label +(V) {/Helvetica 1.000 cf} 2 16 0 1072 888 label +(A) {/Helvetica 1.000 cf} 2 16 0 1144 1016 label +(Off) {/Helvetica 1.000 cf} 2 16 0 1208 1056 label +sce +(A) {/Helvetica 1.000 cf} 2 16 0 592 672 label +1.00 0 1088 928 dot +1 1.00 1088 928 960 928 2 polygon +1.00 0 1184 928 dot +1.00 90 1136 928 arrow +1 1.00 1184 928 1280 928 2 polygon +1.00 0 1104 864 dot +1 1.00 1104 864 960 864 2 polygon +1.00 0 1104 992 dot +1.00 0 768 928 dot +1 1.00 768 928 768 992 1104 992 3 polygon +0.600 0.600 0.600 scb +(mA) {/Helvetica 1.000 cf} 2 16 0 1104 960 label +sce +1.00 0 1136 816 dot +1 1.00 1136 816 1136 800 960 800 3 polygon +1.00 0 1136 1040 dot +1 1.00 1136 1040 1136 1056 608 1056 608 896 4 polygon +1.00 0 1200 1056 dot +1 1.00 1200 1056 1200 1120 352 1120 3 polygon +(V/mA) {/Helvetica 1.000 cf} 2 16 0 720 672 label +(Movement) {/Helvetica 1.000 cf} 2 16 0 608 1360 label +(multiplier) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 496 400 label +1.00 -91 560 352 resistor +1 1.00 688 368 752 368 2 polygon +1 1.00 688 352 752 352 2 polygon +1.00 -91 1008 384 potentiometer +1 1.00 1024 416 944 416 944 352 3 polygon +1.00 0 944 352 dot +1.00 -91 880 352 resistor +1.00 -91 1008 288 resistor +1 1.00 944 352 944 288 2 polygon +1 1.00 1072 288 1072 352 2 polygon +1.00 0 1072 352 dot +1 1.00 1072 352 1104 352 2 polygon +0.600 0.600 0.600 scb +0 1.00 480 448 480 256 1120 256 1120 448 4 polygon +sce +(" resistors are actually rheostat networks) {/Helvetica 1.000 cf} {ns} (multiplier) {ss} (R) {/Times-Roman 1.000 cf} (") {/Helvetica 1.000 cf} +9 16 0 336 480 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05164.eps b/derived/Source/circuit_generation_code/EXP/05164.eps new file mode 100644 index 0000000000000000000000000000000000000000..a3fd1a1b49d87062bf20bf01bef9ff6c64e194ba --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05164.eps @@ -0,0 +1,623 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05164.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 17:46:34 2002 +%%Pages: 1 +%%BoundingBox: 68 68 374 357 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/switch4 { +% -64 -64 128 128 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 0 64 0.00 360.00 xcarc +sce +1 1.00 0 0 64 0.00 360.00 xcarc +241 1.00 0 0 16 0.00 360.00 xcarc +1.00 0 0 48 dot +1.00 0 -32 32 dot +1.00 0 -48 0 dot +1.00 0 32 32 dot +1.00 0 48 0 dot +1.00 0 -32 -32 dot +1.00 0 24 -48 dot +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/_potentiometer2 { +% -72 -24 144 48 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -56 24 -56 -8 72 -8 72 24 4 polygon +sce +1 2.00 -40 -8 -40 -24 2 polygon +1 2.00 -8 -8 -8 -24 2 polygon +1 2.00 56 -8 56 -24 2 polygon +1 1.00 -8 -8 -8 0 -4 0 0 4 4 -4 8 4 12 -4 16 4 20 -4 24 4 28 -4 32 4 36 -4 40 +4 44 -4 48 4 52 0 56 0 56 -8 19 polygon +1 1.00 -40 -8 -40 16 24 16 24 4 4 polygon +1 1.00 20 8 24 4 28 8 3 polygon +0 1.00 -56 24 -56 -8 72 -8 72 24 4 polygon +0.600 0.600 0.600 scb +240 1.00 -72 16 -72 0 -56 0 -56 16 4 polygon +sce +0 1.00 -72 16 -72 0 -56 0 -56 16 4 polygon +1 1.00 -72 8 -64 8 2 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/binding_post_red { +% -64 -32 112 64 bbox +begingate +240 1.00 -32 16 -32 -16 -48 -16 -48 16 4 polygon +1 2.00 -32 16 -64 16 2 polygon +1.000 0.000 0.000 scb +240 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +240 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +sce +0 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +0 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +1 1.00 -16 0 48 0 2 polygon +1 1.00 -16 8 48 8 2 polygon +1 1.00 -16 -8 48 -8 2 polygon +endgate +} def + +/binding_post_black { +% -64 -32 112 64 bbox +begingate +240 1.00 -32 16 -32 -16 -48 -16 -48 16 4 polygon +1 2.00 -32 16 -64 16 2 polygon +0.600 0.600 0.600 scb +240 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +240 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +sce +0 1.00 -32 32 -32 -32 -16 -32 -16 32 4 polygon +0 1.00 -16 16 -16 -16 48 -16 48 16 4 polygon +1 1.00 -16 0 48 0 2 polygon +1 1.00 -16 8 48 8 2 polygon +1 1.00 -16 -8 48 -8 2 polygon +endgate +} def + +/resistor3 { +% -16 -64 32 128 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +sce +1 2.00 0 -48 0 -64 2 polygon +1 2.00 0 48 0 64 2 polygon +0 1.00 -16 48 -16 -48 16 -48 16 48 4 polygon +endgate +} def + +%%Page: 00150 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 930 626 offsets +% 32.00 8.00 gridspace +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 658 386 switch4 +1.00 0 914 706 breadboard +1.00 0 650 858 _potentiometer2 +1.00 0 842 890 _potentiometer2 +1.00 0 1034 858 _potentiometer2 +1 1.00 610 818 642 818 642 802 610 802 spline +1.00 0 610 802 dot +1.00 0 642 802 dot +1.00 0 610 834 dot +1.00 0 642 834 dot +1.00 0 706 834 dot +1 1.00 802 818 834 818 834 802 802 802 spline +1.00 0 802 802 dot +1.00 0 834 802 dot +1.00 0 802 866 dot +1.00 0 834 866 dot +1.00 0 898 866 dot +1 1.00 994 818 1026 818 1026 802 994 802 spline +1.00 0 994 802 dot +1.00 0 1026 802 dot +1.00 0 994 834 dot +1.00 0 1026 834 dot +1.00 0 1090 834 dot +1.00 45 1058 770 resistor4 +1.00 0 1090 802 dot +1.00 0 1026 738 dot +1.00 45 866 770 resistor4 +1.00 0 834 738 dot +1.00 0 898 802 dot +1.00 45 674 770 resistor4 +1.00 0 642 738 dot +1.00 0 706 802 dot +1.00 315 578 770 resistor4 +1.00 315 770 770 resistor4 +1.00 315 962 770 resistor4 +1.00 0 546 802 dot +1.00 0 610 738 dot +1.00 0 738 802 dot +1.00 0 802 738 dot +1.00 0 930 802 dot +1.00 0 994 738 dot +1 1.00 482 738 482 674 546 674 546 738 spline +1.00 0 546 738 dot +1.00 0 546 674 dot +1 1.00 754 738 578 658 546 642 738 738 spline +1.00 0 546 642 dot +1.00 0 738 738 dot +1 1.00 610 658 930 706 930 738 546 610 spline +1.00 0 546 610 dot +1.00 0 930 738 dot +1.00 -1 370 610 binding_post_red +1 1.00 498 626 450 578 546 578 434 626 spline +1.00 0 546 578 dot +1 1.00 450 274 546 482 706 738 626 354 spline +1.00 0 706 738 dot +1 1.00 466 386 722 626 898 738 610 386 spline +1.00 0 898 738 dot +1 1.00 1010 658 450 466 626 418 1090 738 spline +1.00 0 1090 738 dot +1 1.00 578 466 690 498 658 434 546 546 spline +1.00 0 546 546 dot +0.600 0.600 0.600 scb +0 1.00 706 1314 706 1154 1058 1154 1058 1314 4 polygon +sce +1 1.00 818 1298 946 1298 1042 1250 722 1250 spline +0 1.00 674 1346 674 1058 1090 1058 1090 1346 4 polygon +1 1.00 882 1122 16 0.00 360.00 xcarc +1 1.00 870 1112 888 1136 2 polygon +1 1.00 876 1108 894 1132 2 polygon +1 1.00 722 1266 850 1154 2 polygon +1 1.00 818 1058 818 1050 818 1042 826 1034 834 1042 834 1058 6 polygon +1 1.00 826 1042 4 0.00 360.00 xcarc +1 1.00 930 1058 930 1050 930 1042 938 1034 946 1042 946 1058 6 polygon +1 1.00 938 1042 4 0.00 360.00 xcarc +(-) {/Helvetica 1.000 cf} 2 16 0 818 1010 label +(+) {/Helvetica 1.000 cf} 2 16 0 930 1010 label +1 1.00 1410 322 1234 338 674 338 1410 722 spline +(Selector) {/Helvetica 1.000 cf} 2 16 0 722 450 label +(switch) {/Helvetica 1.000 cf} 2 16 0 738 418 label +1.00 0 938 1042 dot +1.00 -1 370 994 binding_post_black +1 1.00 578 994 826 1010 826 1042 434 1010 spline +1.00 0 826 1042 dot +1 1.00 1122 1026 1410 1122 1410 722 938 1042 spline +1 1.00 1234 882 1378 1010 1378 754 826 1042 spline +1 1.00 1330 402 1378 354 1378 754 706 386 spline +1.00 -1 370 802 binding_post_red +1.00 0 450 914 resistor3 +1 2.00 434 1010 450 978 2 polygon +1 2.00 450 850 434 818 2 polygon +(shunt) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 482 946 label +(Common) {/Helvetica-Bold 1.000 cf} 2 16 0 274 1042 label +1.000 0.000 0.000 scb +(A) {/Helvetica-Bold 1.000 cf} 2 16 0 322 738 label +(V/mA) {/Helvetica-Bold 1.000 cf} 2 16 0 274 546 label +sce +1 1.00 514 626 386 274 642 274 434 818 spline +1 1.00 754 450 834 290 642 274 690 418 spline +(Meter) {/Helvetica 1.000 cf} 2 16 0 1138 1234 label +(movement) {/Helvetica 1.000 cf} 2 16 0 1106 1202 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05165.eps b/derived/Source/circuit_generation_code/EXP/05165.eps new file mode 100644 index 0000000000000000000000000000000000000000..cb274bbcac6f4f8dbb47e7b7f8b3f876abfd2c11 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05165.eps @@ -0,0 +1,375 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05165.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 18:00:23 2002 +%%Pages: 1 +%%BoundingBox: 68 68 372 349 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 00150 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 914 595 offsets +0.7000 inchscale +2.6000 setlinewidth + +0.600 0.600 0.600 scb +0 1.00 690 1283 690 1123 1042 1123 1042 1283 4 polygon +sce +1 1.00 802 1267 930 1267 1026 1219 706 1219 spline +0 1.00 658 1315 658 1027 1074 1027 1074 1315 4 polygon +1 1.00 866 1091 16 0.00 360.00 xcarc +1 1.00 854 1081 872 1105 2 polygon +1 1.00 860 1077 878 1101 2 polygon +1 1.00 802 1027 802 1019 802 1011 810 1003 818 1011 818 1027 6 polygon +1 1.00 810 1011 4 0.00 360.00 xcarc +1 1.00 914 1027 914 1019 914 1011 922 1003 930 1011 930 1027 6 polygon +1 1.00 922 1011 4 0.00 360.00 xcarc +1.00 0 922 1011 dot +1.00 0 810 1011 dot +(Meter) {/Helvetica 1.000 cf} 2 16 0 1122 1203 label +(movement) {/Helvetica 1.000 cf} 2 16 0 1090 1171 label +1.00 0 354 723 real_batt +1.00 -271 346 859 clip +1.00 45 786 995 clip +1 1.00 370 971 690 891 778 979 354 883 spline +1.00 90 1266 787 potentiometer1 +1.00 -61 938 995 clip +1.00 0 1170 835 clip +1 1.00 1018 827 978 891 938 979 1146 827 spline +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 1154 875 label +1.00 0 786 611 multimeter +1.00 270 690 371 plug_+_ +1.00 0 898 387 plug_-_ +1.00 345 1146 619 probe_-_ +1 1.00 1002 403 1066 299 1106 459 938 387 spline +1.00 30 394 635 probe_+_ +1.000 0.000 0.000 scb +1 1.00 498 387 714 163 690 339 474 491 spline +sce +1 2.00 786 595 850 547 2 polygon +1 1.00 1026 1235 898 1123 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 818 979 label +(+) {/Helvetica 1.000 cf} 2 16 0 898 979 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05166.eps b/derived/Source/circuit_generation_code/EXP/05166.eps new file mode 100644 index 0000000000000000000000000000000000000000..63ac368e069616de15d7d652fc73dd02eea94d2c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05166.eps @@ -0,0 +1,228 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05166.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Jan 26 18:13:04 2002 +%%Pages: 1 +%%BoundingBox: 68 68 209 184 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 00150 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 581 432 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 -91 597 464 potentiometer +1 1.00 613 496 533 496 533 432 3 polygon +1.00 0 533 432 dot +1.00 -91 389 432 resistor +1.00 -91 597 304 resistor +1.00 0 661 432 dot +1 1.00 533 432 533 304 2 polygon +1 1.00 661 432 661 304 2 polygon +1 1.00 533 432 453 432 2 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 541 384 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 541 256 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 333 384 label +1 1.00 325 432 261 432 2 polygon +1 1.00 661 432 725 432 2 polygon +(, adjustable) {/Helvetica 1.000 cf} (W) {/Symbol 1.000 cf} ( 15 k) {/Times-Roman 1.000 cf} (\273) +{/Symbol 1.000 cf} 8 16 0 317 592 label +0 1.00 301 640 301 576 685 576 685 640 4 polygon +1.00 195 709 480 arrow +1.00 165 277 480 arrow +1 1.00 285 512 301 576 2 polygon +1 1.00 701 512 685 576 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05168.eps b/derived/Source/circuit_generation_code/EXP/05168.eps new file mode 100644 index 0000000000000000000000000000000000000000..1b93d00d49581a4f7f97a07f431e39aaf48e5759 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05168.eps @@ -0,0 +1,304 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05168.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 10:53:59 2002 +%%Pages: 1 +%%BoundingBox: 68 68 378 164 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/null_detector { +% -64 -48 128 96 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -48 0 -64 0 2 polygon +(null) {/Helvetica 1.000 cf} 2 16 0 -32 -8 label +1 1.00 48 0 64 0 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 976 632 offsets +% 32.00 8.00 gridspace +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 496 632 battery +1.00 0 784 760 _resistor +1.00 0 784 504 _resistor +1 1.00 784 824 784 856 496 856 496 696 4 polygon +1 1.00 784 440 784 408 496 408 496 568 4 polygon +1 1.00 784 568 784 696 2 polygon +1.00 0 784 632 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 656 744 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 656 488 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 384 616 label +1.00 0 784 408 dot +(measure voltage) {/Helvetica 0.750 cf} 2 16 0 832 544 label +(between these) {/Helvetica 0.750 cf} 2 16 0 848 512 label +(two test points) {/Helvetica 0.750 cf} 2 16 0 848 480 label +1.00 45 824 600 arrow +1.00 135 824 440 arrow +1.00 0 1880 584 battery +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1928 584 label +1.00 -1 1624 584 potentiometer +1 1.00 1656 648 1656 712 1880 712 1880 648 4 polygon +1 1.00 1880 520 1880 456 1656 456 1656 520 4 polygon +1.00 0 1560 520 DC_voltmeter +1 1.00 1560 584 1560 600 1592 600 3 polygon +1 1.00 1560 456 1656 456 2 polygon +1.00 0 1656 456 dot +1.00 0 1416 600 null_detector +1 1.00 1480 600 1560 600 2 polygon +1.00 0 1560 600 dot +1.00 0 1560 456 dot +1 1.00 1560 456 1304 456 2 polygon +1 1.00 1352 600 1304 600 2 polygon +1.000 0.000 0.000 scb +1.00 90 1272 600 arrow +sce +1.00 90 1272 456 arrow +0.600 0.600 0.600 scb +4 1.00 1304 744 1304 424 1832 424 1832 744 4 polygon +sce +(Potentiometric voltmeter) {/Helvetica 1.000 cf} 2 16 0 1344 384 label +(Test) {/Helvetica 1.000 cf} 2 16 0 1192 544 label +(probes) {/Helvetica 1.000 cf} 2 16 0 1176 504 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05169.eps b/derived/Source/circuit_generation_code/EXP/05169.eps new file mode 100644 index 0000000000000000000000000000000000000000..d09f8f8c304cce8c8fa665f79431e86370363adc --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05169.eps @@ -0,0 +1,533 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05169.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 11:20:17 2002 +%%Pages: 1 +%%BoundingBox: 68 68 364 316 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/analog_multimeter { +% -192 -224 384 448 bbox +begingate +0.600 0.600 0.600 scb +0 3.00 -192 224 -192 -224 192 -224 192 224 4 polygon +sce +1.000 0.000 0.000 scb +1 1.00 112 -176 16 0.00 360.00 xcarc +sce +1 1.00 -112 -176 16 0.00 360.00 xcarc +0.600 0.600 0.600 scb +1 1.00 0 -64 80 0.00 360.00 xcarc +1.00 0 0 -64 dot +1 1.00 0 -64 72 0.00 360.00 xcarc +0 1.00 -176 208 -176 48 176 48 176 208 4 polygon +sce +1 1.00 -64 192 64 192 160 144 -160 144 spline +1 1.00 -80 -64 -96 -64 2 polygon +1 1.00 0 16 0 32 2 polygon +1 1.00 0 -144 0 -160 2 polygon +1 1.00 80 -64 96 -64 2 polygon +1 1.00 -58 -7 -69 4 2 polygon +1 1.00 70 -131 59 -120 2 polygon +1 1.00 58 -7 69 4 2 polygon +1 1.00 -70 -131 -59 -120 2 polygon +(-) {/Helvetica-Bold 1.000 cf} 2 16 0 -156 -188 label +1.000 0.000 0.000 scb +(+) {/Helvetica-Bold 1.000 cf} 2 16 0 136 -188 label +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +%%Page: 05168.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1120 1344 offsets +0.5000 inchscale +2.6000 setlinewidth + +1.00 0 496 1408 real_batt +1.00 270 800 1408 terminal_strip_2 +1.00 0 928 1472 resistor4 +1 2.00 880 1472 848 1472 2 polygon +1 2.00 848 1424 976 1424 2 polygon +1 2.00 1008 1472 1008 1424 976 1424 976 1472 spline +1.00 0 928 1376 resistor4 +1 2.00 880 1376 848 1376 2 polygon +1 2.00 848 1328 976 1328 2 polygon +1 2.00 1008 1376 1008 1328 976 1328 976 1376 spline +1 1.00 704 1424 704 1376 752 1376 752 1424 spline +1.00 -271 488 1544 clip +1.00 -271 440 1512 clip +1 1.00 600 1728 592 1344 752 1328 496 1568 spline +1 1.00 496 1792 648 1520 752 1472 448 1536 spline +1.00 0 1360 1088 terminal_strip_3 +1.00 0 1328 896 potentiometer1 +1 1.00 1256 992 1272 992 1280 1040 1288 968 spline +1 1.00 1376 992 1392 984 1376 1040 1368 968 spline +1 1.00 1344 1008 1304 1008 1328 968 1328 1040 spline +1.00 0 944 832 real_batt +1.00 -271 936 968 clip +1.00 -271 888 936 clip +1 1.00 944 1136 1264 1248 1280 1136 944 992 spline +1 1.00 896 1232 1376 1248 1376 1136 896 960 spline +1.00 0 640 816 analog_multimeter +1.00 270 752 624 plug_+_ +1.00 270 528 624 plug_-_ +1 1.00 1328 1232 1184 1232 1184 1136 1328 1136 spline +1.000 0.000 0.000 scb +1 1.00 752 416 1184 688 1184 1040 752 592 spline +sce +1 1.00 544 448 1232 384 1232 1040 528 592 spline +1 2.00 640 752 560 752 2 polygon +1 1.00 480 976 608 864 2 polygon +1 1.00 1232 1200 1280 1200 1280 1136 1232 1136 spline +1 1.00 1328 1200 1424 1200 1424 1136 1328 1136 spline +1.00 0 1664 656 audio_detector +1 1.00 1360 464 1392 736 1424 1040 1472 464 spline +1 1.00 1568 656 1536 720 1520 1040 1472 560 spline +1 1.00 1280 1008 1424 960 1472 1040 1280 1040 spline +1.00 75 1344 1488 probe_+_ +1.00 105 1344 1328 probe_-_ +1 1.00 1680 1424 1504 1280 1472 1136 1504 1376 spline +1.000 0.000 0.000 scb +1 1.00 1744 1376 1552 1248 1520 1136 1504 1440 spline +sce +0.600 0.600 0.600 scb +4 1.00 384 1664 384 1248 1024 1248 1024 1664 4 polygon +sce +(Test circuit) {/Helvetica 1.000 cf} 2 16 0 768 1616 label +0.600 0.600 0.600 scb +4 1.00 416 1216 416 384 1920 384 1920 1216 4 polygon +sce +(Potentiometric voltmeter circuit) {/Helvetica 1.000 cf} 2 16 0 432 1168 label +(Test probes) {/Helvetica 1.000 cf} 2 16 0 1216 1408 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05170.eps b/derived/Source/circuit_generation_code/EXP/05170.eps new file mode 100644 index 0000000000000000000000000000000000000000..7f6cd0be9a8ad641073a78dba1b5026e0595407b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05170.eps @@ -0,0 +1,308 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05170.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 12:22:05 2002 +%%Pages: 1 +%%BoundingBox: 68 68 387 210 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/null_detector { +% -64 -48 128 96 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -48 0 -64 0 2 polygon +(null) {/Helvetica 1.000 cf} 2 16 0 -32 -8 label +1 1.00 48 0 64 0 2 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05168.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 903 591 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 423 591 battery +1.00 0 711 719 _resistor +1.00 0 711 463 _resistor +1 1.00 711 783 711 815 423 815 423 655 4 polygon +1 1.00 711 399 711 367 423 367 423 527 4 polygon +1 1.00 711 527 711 655 2 polygon +1.00 0 711 591 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 583 703 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 583 447 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 311 575 label +1.00 0 711 367 dot +1.00 0 1455 543 battery +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1503 543 label +1.00 -1 1199 543 potentiometer +1 1.00 1231 607 1231 671 1455 671 1455 607 4 polygon +1 1.00 1455 479 1455 415 1231 415 1231 479 4 polygon +1.00 0 1135 479 DC_voltmeter +1 1.00 1135 543 1135 559 1167 559 3 polygon +1 1.00 1135 415 1231 415 2 polygon +1.00 0 1231 415 dot +1.00 0 991 559 null_detector +1 1.00 1055 559 1135 559 2 polygon +1.00 0 1135 559 dot +1.00 0 1135 415 dot +1 1.00 1135 415 879 415 2 polygon +1 1.00 927 559 879 559 2 polygon +1.000 0.000 0.000 scb +1.00 90 751 591 arrow +sce +1.00 90 751 367 arrow +0.600 0.600 0.600 scb +4 1.00 879 703 879 383 1407 383 1407 703 4 polygon +sce +(Potentiometric voltmeter) {/Helvetica 1.000 cf} 2 16 0 919 343 label +1.000 0.000 0.000 scb +1 1.00 887 559 839 559 839 591 791 591 4 polygon +sce +1 1.00 887 415 839 415 839 367 791 367 4 polygon +0.600 0.600 0.600 scb +4 1.00 295 847 295 335 743 335 743 847 4 polygon +sce +(Test circuit) {/Helvetica 1.000 cf} 2 16 0 455 295 label +(+) {/Helvetica 1.000 cf} 2 16 0 679 511 label +(-) {/Helvetica 1.000 cf} 2 16 0 679 399 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05171.eps b/derived/Source/circuit_generation_code/EXP/05171.eps new file mode 100644 index 0000000000000000000000000000000000000000..50daf23eab3fd98b8ece65f2aaeb39a2476b46cb --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05171.eps @@ -0,0 +1,287 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05171.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 12:44:08 2002 +%%Pages: 1 +%%BoundingBox: 68 68 382 227 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/null_detector { +% -64 -48 128 96 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -48 0 -64 0 2 polygon +(null) {/Helvetica 1.000 cf} 2 16 0 -32 -8 label +1 1.00 48 0 64 0 2 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/variable_voltage { +% -48 -64 100 132 bbox +begingate +1.00 0 -16 0 battery +1 1.00 -16 0 -48 -32 2 polygon +1 1.00 -13 3 -18 -2 2 polygon +1.00 315 16 32 arrow +endgate +} def + +%%Page: 05168.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 832 528 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 528 battery +1.00 0 640 656 _resistor +1.00 0 640 400 _resistor +1 1.00 640 720 640 752 352 752 352 592 4 polygon +1 1.00 640 336 640 304 352 304 352 464 4 polygon +1 1.00 640 464 640 592 2 polygon +1.00 0 640 528 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 512 640 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 512 384 label +1.00 0 640 304 dot +1.00 0 1064 416 DC_voltmeter +1 1.00 1064 480 1064 496 1096 496 3 polygon +1.00 0 920 496 null_detector +1 1.00 984 496 1064 496 2 polygon +1.00 0 1064 496 dot +1.00 0 1064 352 dot +1 1.00 1064 352 808 352 2 polygon +1 1.00 856 496 808 496 2 polygon +(+) {/Helvetica 1.000 cf} 2 16 0 608 448 label +(-) {/Helvetica 1.000 cf} 2 16 0 608 336 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 528 label +1 1.00 1088 496 1248 496 2 polygon +1 1.00 1056 352 1248 352 1248 368 3 polygon +1.00 0 1264 432 variable_voltage +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 768 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 624 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1056 304 label +(0) {/Helvetica 1.000 cf} 2 16 0 1264 320 label +(1) {/Helvetica 1.000 cf} 2 16 0 640 768 label +(2) {/Helvetica 1.000 cf} 2 16 0 592 512 label +(2) {/Helvetica 1.000 cf} 2 16 0 832 512 label +(3) {/Helvetica 1.000 cf} 2 16 0 992 512 label +(3) {/Helvetica 1.000 cf} 2 16 0 1264 512 label +sce +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1296 416 label +1 1.00 816 496 768 496 768 528 640 528 4 polygon +1 1.00 816 352 768 352 768 304 640 304 4 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 640 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 400 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05172.eps b/derived/Source/circuit_generation_code/EXP/05172.eps new file mode 100644 index 0000000000000000000000000000000000000000..ed14b5dde2b49acbc0ef89b61e62c47b69178224 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05172.eps @@ -0,0 +1,292 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05172.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 16:44:35 2002 +%%Pages: 1 +%%BoundingBox: 68 68 346 251 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/circle { +% -6 -12 28 24 bbox +begingate +1 1.00 16 0 6 0.00 360.00 xcarc +1 1.00 0 0 10 0 2 polygon +1.000 0.000 0.000 scb +(out) {/Times-Roman 1.000 cf} 2 4 0 16 0 pinlabel +(out) {/Times-Roman 1.000 cf} 2 7 0 0 0 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/switch { +% -14 -71 51 125 bbox +begingate +% fundamental +1 1.30 32 32 2 -43 2 polygon +1 0.60 0 -48 57 49.00 90.00 xcarc +1.00 -91 0 -64 circle +0.60 90 -12 8 arrowhead +1.00 270 0 48 circle +1.000 0.000 0.000 scb +(sw.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(sw.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 832 746 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 746 battery +1.00 -91 480 842 switch +1.00 270 464 650 _resistor +1.00 0 656 746 polarized +1 1.00 288 810 288 842 416 842 3 polygon +1 1.00 400 650 288 650 288 682 3 polygon +1 1.00 528 842 656 842 656 810 3 polygon +1 1.00 528 650 656 650 656 682 3 polygon +1.00 0 800 746 DC_voltmeter +1 1.00 800 810 800 842 656 842 3 polygon +1.00 0 656 842 dot +1 1.00 800 682 800 650 656 650 3 polygon +1.00 0 656 650 dot +(Charging circuit) {/Helvetica 1.000 cf} 2 16 0 912 746 label +1.00 0 288 362 battery +1.00 -91 432 458 switch +1.00 180 688 362 _resistor +1.00 0 576 362 polarized +1.00 0 800 362 DC_voltmeter +1.00 0 576 458 dot +1.00 0 576 266 dot +1 1.00 288 298 288 266 576 266 576 298 4 polygon +1 1.00 576 458 800 458 800 426 3 polygon +1.00 0 688 458 dot +1 1.00 688 458 688 426 2 polygon +1 1.00 576 266 800 266 800 298 3 polygon +1 1.00 688 298 688 266 2 polygon +1.00 0 688 266 dot +1 1.00 288 426 288 458 368 458 3 polygon +1 1.00 480 458 576 458 576 426 3 polygon +(Discharging circuit) {/Helvetica 1.000 cf} 2 16 0 896 362 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05173.eps b/derived/Source/circuit_generation_code/EXP/05173.eps new file mode 100644 index 0000000000000000000000000000000000000000..a4b023fb856be5fe405bcab6ee888494b75ae850 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05173.eps @@ -0,0 +1,309 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05173.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 16:50:43 2002 +%%Pages: 1 +%%BoundingBox: 68 68 328 257 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/switch1 { +% -144 -64 288 126 bbox +begingate +0.824 0.706 0.549 scb +240 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +sce +1 3.00 -144 0 144 0 2 polygon +0 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +0.600 0.600 0.600 scb +241 1.00 -64 -32 16 0.00 360.00 xcarc +sce +1 1.00 -64 -32 16 0.00 360.00 xcarc +1 1.00 -52 -22 -76 -42 2 polygon +0.600 0.600 0.600 scb +241 1.00 64 -32 16 0.00 360.00 xcarc +sce +1 1.00 64 -32 16 0.00 360.00 xcarc +1 1.00 76 -22 52 -42 2 polygon +1 1.00 -16 24 16 24 48 0 -48 0 spline +1 1.00 -20 16 -36 56 -22 62 -4 18 4 polygon +endgate +} def + +/capacitor2 { +% -32 -80 64 160 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -32 64 -32 -64 32 -64 32 64 4 polygon +sce +0 1.00 -32 64 -32 -64 32 -64 32 64 4 polygon +1 2.00 0 -64 0 -80 2 polygon +1 2.00 0 64 0 80 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 -10 -44 label +1 1.00 0 -32 10 0.00 360.00 xcarc +1 1.00 -12 -16 -12 -44 0 -56 12 -44 12 -16 -12 -16 6 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 -10 4 label +1 1.00 0 16 10 0.00 360.00 xcarc +1 1.00 -12 32 -12 4 0 -8 12 4 12 32 -12 32 6 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05172.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 448 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 704 544 terminal_strip_2 +1.00 0 656 320 switch1 +1 1.00 544 416 592 384 640 496 592 304 spline +1 1.00 752 384 688 400 688 496 720 304 spline +1.00 0 736 704 capacitor2 +1 2.00 736 624 736 592 2 polygon +1 2.00 688 592 688 784 2 polygon +1 2.00 688 816 736 816 736 784 688 784 spline +1.00 270 736 432 resistor4 +1 2.00 736 480 736 496 2 polygon +1 2.00 784 496 784 384 2 polygon +1 2.00 736 352 784 352 784 384 736 384 spline +1.00 0 336 512 real_batt +1.00 -271 328 648 clip +1.00 -271 280 616 clip +1 1.00 288 816 640 800 640 592 288 640 spline +1 1.00 336 1040 944 928 784 592 336 672 spline +(Charging circuit) {/Helvetica 1.000 cf} 2 16 0 880 528 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05174.eps b/derived/Source/circuit_generation_code/EXP/05174.eps new file mode 100644 index 0000000000000000000000000000000000000000..8d035b5f358401c16062026e261035dcad076817 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05174.eps @@ -0,0 +1,309 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05174.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 16:52:35 2002 +%%Pages: 1 +%%BoundingBox: 68 68 342 241 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/switch1 { +% -144 -64 288 126 bbox +begingate +0.824 0.706 0.549 scb +240 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +sce +1 3.00 -144 0 144 0 2 polygon +0 1.00 -112 0 -112 -64 112 -64 112 0 4 polygon +0.600 0.600 0.600 scb +241 1.00 -64 -32 16 0.00 360.00 xcarc +sce +1 1.00 -64 -32 16 0.00 360.00 xcarc +1 1.00 -52 -22 -76 -42 2 polygon +0.600 0.600 0.600 scb +241 1.00 64 -32 16 0.00 360.00 xcarc +sce +1 1.00 64 -32 16 0.00 360.00 xcarc +1 1.00 76 -22 52 -42 2 polygon +1 1.00 -16 24 16 24 48 0 -48 0 spline +1 1.00 -20 16 -36 56 -22 62 -4 18 4 polygon +endgate +} def + +/capacitor2 { +% -32 -80 64 160 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -32 64 -32 -64 32 -64 32 64 4 polygon +sce +0 1.00 -32 64 -32 -64 32 -64 32 64 4 polygon +1 2.00 0 -64 0 -80 2 polygon +1 2.00 0 64 0 80 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 -10 -44 label +1 1.00 0 -32 10 0.00 360.00 xcarc +1 1.00 -12 -16 -12 -44 0 -56 12 -44 12 -16 -12 -16 6 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 -10 4 label +1 1.00 0 16 10 0.00 360.00 xcarc +1 1.00 -12 32 -12 4 0 -8 12 4 12 32 -12 32 6 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05172.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 448 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 704 544 terminal_strip_2 +1.00 0 560 320 switch1 +1.00 0 736 704 capacitor2 +1 2.00 736 624 736 592 2 polygon +1 2.00 688 592 688 784 2 polygon +1 2.00 688 816 736 816 736 784 688 784 spline +1.00 270 688 432 resistor4 +1 2.00 688 480 688 496 2 polygon +1 2.00 736 496 736 384 2 polygon +1 2.00 688 352 736 352 736 384 688 384 spline +1.00 0 336 512 real_batt +1.00 -271 328 648 clip +1.00 -271 280 616 clip +1 1.00 288 816 640 800 640 592 288 640 spline +(Discharging circuit) {/Helvetica 1.000 cf} 2 16 0 880 528 label +1 1.00 624 368 624 416 688 496 624 304 spline +1 1.00 496 512 608 384 640 496 496 304 spline +1 1.00 384 944 1088 880 736 592 336 672 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05175.eps b/derived/Source/circuit_generation_code/EXP/05175.eps new file mode 100644 index 0000000000000000000000000000000000000000..6ed72454c45a123f6866420bca2eceb3a6535a4e --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05175.eps @@ -0,0 +1,222 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05175.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 17:27:41 2002 +%%Pages: 1 +%%BoundingBox: 68 68 230 155 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05172.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 896 384 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 384 battery +1.00 270 528 480 _resistor +1.00 0 720 384 polarized +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 384 label +1 1.00 352 320 352 288 720 288 720 320 4 polygon +1 1.00 352 448 352 480 464 480 3 polygon +1 1.00 592 480 720 480 720 448 3 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 512 512 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 768 368 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 480 label +(0) {/Helvetica 1.000 cf} 2 16 0 304 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 736 256 label +(2) {/Helvetica 1.000 cf} 2 16 0 736 480 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05176.eps b/derived/Source/circuit_generation_code/EXP/05176.eps new file mode 100644 index 0000000000000000000000000000000000000000..4c8a57a46cbc4cd1b291c4426fd9c810c377240c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05176.eps @@ -0,0 +1,192 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05176.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 17:52:45 2002 +%%Pages: 1 +%%BoundingBox: 68 68 346 124 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 336 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 336 battery +(Mtr) {/Helvetica 1.000 cf} 2 16 0 1140 324 label +1 1.00 1168 336 48 0.00 360.00 xcarc +1 1.00 1160 384 1160 400 1176 400 1176 384 4 polygon +1 1.00 1160 288 1160 272 1176 272 1176 288 4 polygon +1 1.00 416 368 1024 368 2 polygon +1 1.00 416 352 1024 352 2 polygon +1 1.00 416 336 1024 336 2 polygon +1 1.00 416 320 1024 320 2 polygon +0.600 0.600 0.600 scb +1 1.00 448 384 448 304 464 304 464 384 spline +1 1.00 480 384 480 304 464 304 464 384 spline +1 1.00 960 384 960 304 976 304 976 384 spline +1 1.00 992 384 992 304 976 304 976 384 spline +1 1.00 464 384 976 384 2 polygon +1 1.00 464 304 976 304 2 polygon +sce +1 1.00 288 400 384 400 384 368 416 368 4 polygon +1 1.00 288 272 384 272 384 352 416 352 4 polygon +1 1.00 1024 368 1088 368 1088 416 1168 416 1168 400 5 polygon +1 1.00 1024 352 1088 352 1088 256 1168 256 1168 272 5 polygon +(Telephone cable) {/Helvetica 1.000 cf} 2 16 0 560 400 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05177.eps b/derived/Source/circuit_generation_code/EXP/05177.eps new file mode 100644 index 0000000000000000000000000000000000000000..642888c798f9c81cb4c808516ba17f111f79910a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05177.eps @@ -0,0 +1,303 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05177.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 18:03:34 2002 +%%Pages: 1 +%%BoundingBox: 68 68 404 313 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 896 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 832 real_batt +1.00 -271 328 968 clip +1.00 -271 280 936 clip +1.00 105 1360 896 hobby_motor +1 8.00 864 912 784 736 1216 800 512 896 spline +1 1.00 480 912 480 960 480 992 512 896 spline +1 1.00 496 896 448 896 448 960 512 896 spline +1 1.00 480 880 480 832 480 800 512 896 spline +1 1.00 496 896 448 896 448 832 512 896 spline +1 1.00 1232 800 1280 800 1280 864 1216 800 spline +1 1.00 1232 800 1280 800 1280 736 1216 800 spline +1 1.00 1248 784 1248 736 1248 704 1216 800 spline +1 1.00 1248 816 1248 864 1248 896 1216 800 spline +1 1.00 1288 904 1280 888 1280 864 1304 904 spline +1 1.00 1292 936 1248 928 1248 896 1308 928 spline +1.00 -1 1040 496 audio_detector +1.00 -271 440 984 clip +1 1.00 448 1072 336 1072 336 992 448 1008 spline +1.00 -271 472 1016 clip +1 1.00 480 1136 288 1120 288 960 480 1040 spline +1.00 90 1240 680 clip +1 1.00 1240 552 1352 400 1232 400 1248 656 spline +1 1.00 1336 616 1392 304 1232 304 1336 688 spline +1.00 270 1376 760 capacitor1 +1.00 90 1328 704 clip +(Telephone) {/Helvetica 1.000 cf} 2 16 0 648 912 label +(cable) {/Helvetica 1.000 cf} 2 16 0 776 872 label +(Motor) {/Helvetica 1.000 cf} 2 16 0 1304 968 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05178.eps b/derived/Source/circuit_generation_code/EXP/05178.eps new file mode 100644 index 0000000000000000000000000000000000000000..5647349195ae4302fd616fe40f563be08c8de87e --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05178.eps @@ -0,0 +1,300 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05178.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 18:10:19 2002 +%%Pages: 1 +%%BoundingBox: 68 68 402 313 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 896 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 832 real_batt +1.00 -271 328 968 clip +1.00 -271 280 936 clip +1.00 105 1360 896 hobby_motor +1 8.00 864 912 784 736 1216 800 512 896 spline +1 1.00 480 912 480 960 480 992 512 896 spline +1 1.00 496 896 448 896 448 960 512 896 spline +1 1.00 480 880 480 832 480 800 512 896 spline +1 1.00 496 896 448 896 448 832 512 896 spline +1 1.00 1232 800 1280 800 1280 864 1216 800 spline +1 1.00 1232 800 1280 800 1280 736 1216 800 spline +1 1.00 1248 784 1248 736 1248 704 1216 800 spline +1 1.00 1248 816 1248 864 1248 896 1216 800 spline +1 1.00 1288 904 1280 888 1280 864 1304 904 spline +1 1.00 1292 936 1248 928 1248 896 1308 928 spline +1.00 -1 1040 496 audio_detector +1.00 -271 440 984 clip +1 1.00 448 1072 336 1072 336 992 448 1008 spline +1.00 -271 472 1016 clip +1 1.00 480 1136 288 1120 288 960 480 1040 spline +1.00 330 1288 952 clip +1.00 90 1256 872 capacitor1 +1.00 90 1304 816 clip +1 1.00 1232 544 1056 1064 1264 960 1232 400 spline +1 1.00 1304 704 1408 312 1232 304 1312 792 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05179.eps b/derived/Source/circuit_generation_code/EXP/05179.eps new file mode 100644 index 0000000000000000000000000000000000000000..3ea15d6a2cacec981521538416eebfe0eef2d782 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05179.eps @@ -0,0 +1,327 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05179.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 09:31:41 2002 +%%Pages: 1 +%%BoundingBox: 68 68 414 222 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/ac_current { +% -32 -64 64 128 bbox +begingate +241 1.00 0 0 -8 -16 8 -16 0 0 4 polygon +1 1.00 0 -8 0 -24 2 polygon +1 1.00 0 32 0 0 16 16 -16 16 spline +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/scopemeter { +% -80 -104 160 208 bbox +begingate +0.600 0.600 0.600 scb +0 3.00 -80 104 -80 -104 80 -104 80 104 4 polygon +sce +0 1.00 -64 88 -64 -8 64 -8 64 88 4 polygon +0.812 0.812 0.812 scb +1 1.00 -64 40 64 40 2 polygon +sce +1 1.00 -48 -24 -40 -40 -32 -24 3 polygon +1 1.00 40 -40 48 -24 56 -40 3 polygon +1 1.00 44 -32 52 -32 2 polygon +1.000 0.000 0.000 scb +1.00 0 48 -88 dot +sce +1 1.00 48 -88 11 0.00 360.00 xcarc +1 1.00 -48 -88 11 0.00 360.00 xcarc +1.00 0 -48 -88 dot +1 1.00 0 -56 35 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 866 452 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 322 452 battery +1.00 0 322 580 _resistor +1.00 270 514 676 _resistor +1.00 270 738 676 _resistor +1.00 270 962 676 _resistor +1.00 270 1186 676 _resistor +1.00 270 514 356 _resistor +1.00 270 738 356 _resistor +1.00 270 962 356 _resistor +1.00 270 1186 356 _resistor +1 1.00 322 644 322 676 450 676 3 polygon +1 1.00 578 676 674 676 2 polygon +1 1.00 802 676 898 676 2 polygon +1 1.00 1026 676 1122 676 2 polygon +1 1.00 322 388 322 356 450 356 3 polygon +1 1.00 578 356 674 356 2 polygon +1 1.00 802 356 898 356 2 polygon +1 1.00 1026 356 1122 356 2 polygon +1.00 0 1410 516 ac_current +1.00 0 1282 516 _resistor +1 1.00 1250 676 1282 676 1282 580 3 polygon +1 1.00 1282 452 1282 356 1250 356 3 polygon +1.00 0 1282 356 dot +1 1.00 1282 356 1410 356 1410 452 3 polygon +1.00 0 1282 676 dot +1 1.00 1282 676 1410 676 1410 580 3 polygon +0.600 0.600 0.600 scb +4 1.00 1250 580 1250 452 1458 452 1458 580 4 polygon +sce +(Motor) {/Helvetica 1.000 cf} 2 16 0 1298 596 label +0.600 0.600 0.600 scb +1 1.00 450 692 450 708 1250 708 1250 692 4 polygon +1 1.00 850 708 850 724 2 polygon +sce +(wire) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 818 748 label +0.600 0.600 0.600 scb +1 1.00 450 340 450 324 1250 324 1250 340 4 polygon +1 1.00 850 324 850 308 2 polygon +sce +(wire) {ss} (R) {/Times-Roman 1.000 cf} 4 28 0 818 284 label +0.600 0.600 0.600 scb +4 1.00 258 644 258 388 386 388 386 644 4 polygon +sce +(Battery) {/Helvetica 1.000 cf} 2 16 0 256 694 label +1.00 0 626 540 scopemeter +1 1.00 626 484 594 500 2 polygon +1 1.00 594 404 402 388 402 356 578 452 spline +1.000 0.000 0.000 scb +1 1.00 514 292 402 548 402 676 674 452 spline +sce +1.00 -226 402 356 arrowhead +1.000 0.000 0.000 scb +1.00 -1 404 676 arrowhead +sce +1.00 0 1058 540 scopemeter +1 1.00 1058 484 1026 500 2 polygon +1.000 0.000 0.000 scb +1 1.00 1218 452 1202 612 1282 676 1106 452 spline +1.00 315 1282 676 arrowhead +sce +1 1.00 1010 372 1234 420 1282 356 1010 452 spline +1.00 225 1282 356 arrowhead +0.000 1.000 0.000 scb +1 1.00 564 612 570 618 576 612 3 polygon +1 1.00 576 612 582 618 588 612 3 polygon +1 1.00 588 612 594 618 600 612 3 polygon +1 1.00 600 612 606 618 612 612 3 polygon +1 1.00 612 612 618 618 624 612 3 polygon +1 1.00 624 612 630 618 636 612 3 polygon +1 1.00 636 612 642 618 648 612 3 polygon +1 1.00 648 612 654 618 660 612 3 polygon +1 1.00 660 612 666 618 672 612 3 polygon +1 1.00 672 612 678 618 684 612 3 polygon +1 1.00 684 612 688 616 2 polygon +1 1.00 996 612 1002 622 1008 612 3 polygon +1 1.00 1008 612 1014 622 1020 612 3 polygon +1 1.00 1020 612 1026 622 1032 612 3 polygon +1 1.00 1032 612 1038 622 1044 612 3 polygon +1 1.00 1044 612 1050 622 1056 612 3 polygon +1 1.00 1056 612 1062 622 1068 612 3 polygon +1 1.00 1068 612 1074 622 1080 612 3 polygon +1 1.00 1080 612 1086 622 1092 612 3 polygon +1 1.00 1092 612 1098 622 1104 612 3 polygon +1 1.00 1104 612 1110 622 1116 612 3 polygon +1 1.00 1116 612 1120 620 2 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05180.eps b/derived/Source/circuit_generation_code/EXP/05180.eps new file mode 100644 index 0000000000000000000000000000000000000000..9818d8621449f4a981e20c756f44b4c2d2b9030b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05180.eps @@ -0,0 +1,300 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05180.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 18:42:16 2002 +%%Pages: 1 +%%BoundingBox: 68 68 405 280 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 974 850 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 446 786 real_batt +1.00 -271 438 922 clip +1.00 -271 390 890 clip +1.00 105 1470 850 hobby_motor +1 8.00 974 866 894 690 1326 754 622 850 spline +1 1.00 590 866 590 914 590 946 622 850 spline +1 1.00 606 850 558 850 558 914 622 850 spline +1 1.00 590 834 590 786 590 754 622 850 spline +1 1.00 606 850 558 850 558 786 622 850 spline +1 1.00 1342 754 1390 754 1390 818 1326 754 spline +1 1.00 1342 754 1390 754 1390 690 1326 754 spline +1 1.00 1358 738 1358 690 1358 658 1326 754 spline +1 1.00 1358 770 1358 818 1358 850 1326 754 spline +1 1.00 1398 858 1390 842 1390 818 1414 858 spline +1 1.00 1402 890 1358 882 1358 850 1418 882 spline +1.00 0 686 514 audio_detector +1.00 -271 550 938 clip +1 1.00 558 1026 446 1026 446 946 558 962 spline +1.00 -271 582 970 clip +1 1.00 590 1090 398 1074 398 914 590 994 spline +1.00 -1 470 890 clip +1.00 45 330 888 capacitor1 +1.00 45 325 817 clip +1 1.00 278 738 310 322 494 322 318 802 spline +1 1.00 630 882 446 578 494 418 494 882 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05181.eps b/derived/Source/circuit_generation_code/EXP/05181.eps new file mode 100644 index 0000000000000000000000000000000000000000..9c54c4eba244e025e26609a8a1be99cd251bb936 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05181.eps @@ -0,0 +1,300 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05181.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 18:47:12 2002 +%%Pages: 1 +%%BoundingBox: 68 68 389 297 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 914 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 354 850 real_batt +1.00 -271 346 986 clip +1.00 -271 298 954 clip +1.00 105 1378 914 hobby_motor +1 8.00 882 930 802 754 1234 818 530 914 spline +1 1.00 498 930 498 978 498 1010 530 914 spline +1 1.00 514 914 466 914 466 978 530 914 spline +1 1.00 498 898 498 850 498 818 530 914 spline +1 1.00 514 914 466 914 466 850 530 914 spline +1 1.00 1250 818 1298 818 1298 882 1234 818 spline +1 1.00 1250 818 1298 818 1298 754 1234 818 spline +1 1.00 1266 802 1266 754 1266 722 1234 818 spline +1 1.00 1266 834 1266 882 1266 914 1234 818 spline +1 1.00 1306 922 1298 906 1298 882 1322 922 spline +1 1.00 1310 954 1266 946 1266 914 1326 946 spline +1.00 0 1234 514 audio_detector +1.00 -271 458 1002 clip +1 1.00 466 1090 354 1090 354 1010 466 1026 spline +1.00 -271 490 1034 clip +1 1.00 498 1154 306 1138 306 978 498 1058 spline +1.00 75 458 938 clip +1.00 0 1286 969 capacitor1 +1.00 0 1233 927 clip +1 1.00 426 706 490 338 1042 322 458 914 spline +1 1.00 858 618 970 914 1210 922 1042 418 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05182.eps b/derived/Source/circuit_generation_code/EXP/05182.eps new file mode 100644 index 0000000000000000000000000000000000000000..05f482b3628ae5de65fe0fc56a4a2d483f502dc7 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05182.eps @@ -0,0 +1,285 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05182.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 18:50:30 2002 +%%Pages: 1 +%%BoundingBox: 68 68 394 314 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 978 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 354 914 real_batt +1.00 -271 346 1050 clip +1.00 -271 298 1018 clip +1.00 105 1378 978 hobby_motor +1 8.00 882 994 802 818 1234 882 530 978 spline +1 1.00 498 994 498 1042 498 1074 530 978 spline +1 1.00 514 978 466 978 466 1042 530 978 spline +1 1.00 498 962 498 914 498 882 530 978 spline +1 1.00 514 978 466 978 466 914 530 978 spline +1 1.00 1250 882 1298 882 1298 946 1234 882 spline +1 1.00 1250 882 1298 882 1298 818 1234 882 spline +1 1.00 1266 866 1266 818 1266 786 1234 882 spline +1 1.00 1266 898 1266 946 1266 978 1234 882 spline +1 1.00 1306 986 1298 970 1298 946 1322 986 spline +1 1.00 1310 1018 1266 1010 1266 978 1326 1010 spline +1.00 0 1250 514 audio_detector +1.00 -271 458 1066 clip +1 1.00 466 1154 354 1154 354 1074 466 1090 spline +1.00 -271 490 1098 clip +1 1.00 498 1218 306 1202 306 1042 498 1122 spline +1.00 0 1242 794 clip +1.00 330 1305 1031 clip +1 1.00 930 770 866 434 1058 418 1218 786 spline +1 1.00 946 1154 754 322 1058 322 1282 1034 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05183.eps b/derived/Source/circuit_generation_code/EXP/05183.eps new file mode 100644 index 0000000000000000000000000000000000000000..c214768e70a7205f2d32c57797d535febf173a00 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05183.eps @@ -0,0 +1,304 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05183.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 18:58:19 2002 +%%Pages: 1 +%%BoundingBox: 68 68 385 280 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 927 1023 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 399 959 real_batt +1.00 -271 391 1095 clip +1.00 -271 343 1063 clip +1.00 105 1423 1023 hobby_motor +1 8.00 927 1039 847 863 1279 927 575 1023 spline +1 1.00 543 1039 543 1087 543 1119 575 1023 spline +1 1.00 559 1023 511 1023 511 1087 575 1023 spline +1 1.00 543 1007 543 959 543 927 575 1023 spline +1 1.00 559 1023 511 1023 511 959 575 1023 spline +1 1.00 1295 927 1343 927 1343 991 1279 927 spline +1 1.00 1295 927 1343 927 1343 863 1279 927 spline +1 1.00 1311 911 1311 863 1311 831 1279 927 spline +1 1.00 1311 943 1311 991 1311 1023 1279 927 spline +1 1.00 1351 1031 1343 1015 1343 991 1367 1031 spline +1 1.00 1355 1063 1311 1055 1311 1023 1371 1055 spline +1.00 0 1295 559 audio_detector +1.00 -271 503 1111 clip +1 1.00 511 1199 399 1199 399 1119 511 1135 spline +1.00 -271 535 1143 clip +1 1.00 543 1263 351 1247 351 1087 543 1167 spline +1.00 0 1287 839 clip +1.00 330 1350 1076 clip +1 1.00 975 815 911 479 1103 463 1263 831 spline +1 1.00 991 1199 799 367 1103 367 1327 1079 spline +1.00 270 1439 911 capacitor1 +1 1.00 1327 831 1375 847 1391 879 1311 831 spline +1 1.00 1295 991 1327 1007 1359 1055 1391 943 spline +("decoupling") {/Helvetica 1.000 cf} 2 16 0 1487 927 label +(capacitor) {/Helvetica 1.000 cf} 2 16 0 1511 887 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05184.eps b/derived/Source/circuit_generation_code/EXP/05184.eps new file mode 100644 index 0000000000000000000000000000000000000000..803181e5bd88bec6bcd28496e064583ae1d2c500 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05184.eps @@ -0,0 +1,285 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05184.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jan 27 19:03:05 2002 +%%Pages: 1 +%%BoundingBox: 68 68 348 280 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/hobby_motor { +% -48 -48 99 104 bbox +begingate +1 1.00 -16 -16 32 0.00 360.00 xcarc +1 3.00 -16 -16 -32 -32 2 polygon +1 1.00 -40 6 -4 38 2 polygon +1 1.00 8 -38 44 -6 2 polygon +1 1.00 26 64 68 34 44 -6 -4 38 spline +1 1.00 16 48 16 52 20 56 24 52 24 48 5 polygon +1 1.00 39 42 42 45 49 46 48 39 45 37 5 polygon +1 1.00 20 51 1 0.00 360.00 xcarc +1 1.00 44 42 1 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +%%Page: 05032.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 927 1023 offsets +0.6000 inchscale +2.6000 setlinewidth + +1.00 0 399 959 real_batt +1.00 -271 391 1095 clip +1.00 -271 343 1063 clip +1.00 105 1423 1023 hobby_motor +1 8.00 927 1039 847 863 1279 927 575 1023 spline +1 1.00 543 1039 543 1087 543 1119 575 1023 spline +1 1.00 559 1023 511 1023 511 1087 575 1023 spline +1 1.00 543 1007 543 959 543 927 575 1023 spline +1 1.00 559 1023 511 1023 511 959 575 1023 spline +1 1.00 1295 927 1343 927 1343 991 1279 927 spline +1 1.00 1295 927 1343 927 1343 863 1279 927 spline +1 1.00 1311 911 1311 863 1311 831 1279 927 spline +1 1.00 1311 943 1311 991 1311 1023 1279 927 spline +1 1.00 1351 1031 1343 1015 1343 991 1367 1031 spline +1 1.00 1355 1063 1311 1055 1311 1023 1371 1055 spline +1.00 0 1295 559 audio_detector +1.00 -271 503 1111 clip +1 1.00 511 1199 399 1199 399 1119 511 1135 spline +1.00 -271 535 1143 clip +1 1.00 543 1263 351 1247 351 1087 543 1167 spline +1.00 0 1287 839 clip +1.00 345 1326 876 clip +1 1.00 975 815 911 479 1103 463 1263 831 spline +1 1.00 903 895 839 383 1103 367 1303 871 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05185.eps b/derived/Source/circuit_generation_code/EXP/05185.eps new file mode 100644 index 0000000000000000000000000000000000000000..1bfd78656740206d03460d550ae2aa65320da6f1 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05185.eps @@ -0,0 +1,245 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05185.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 11:11:48 2002 +%%Pages: 1 +%%BoundingBox: 68 68 337 157 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/motor { +% -48 -64 96 128 bbox +begingate +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -8 48 -8 64 8 64 8 48 4 polygon +1 1.00 -8 -48 -8 -64 8 -64 8 -48 4 polygon +(Mtr) {/Helvetica 1.000 cf} 2 16 0 -28 -12 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 416 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 416 416 acsource +1.00 270 592 464 diode +1.00 0 992 336 motor +(\(motor\)) {/Helvetica 1.000 cf} 2 16 0 1056 320 label +(AC) {/Helvetica 1.000 cf} 2 16 0 280 440 label +(power) {/Helvetica 1.000 cf} 2 16 0 256 400 label +(supply) {/Helvetica 1.000 cf} 2 16 0 256 360 label +1.00 270 752 464 diode +1 1.00 640 464 704 464 2 polygon +1.00 270 592 368 diode +1.00 270 752 368 diode +1 1.00 640 368 704 368 2 polygon +1 1.00 544 464 544 368 2 polygon +1 1.00 800 464 800 368 2 polygon +1.00 0 672 464 dot +1 1.00 672 464 672 544 416 544 416 480 4 polygon +1 1.00 672 368 672 288 416 288 416 352 4 polygon +1.00 0 672 368 dot +1.00 0 800 416 dot +1.00 0 512 288 jumper +1.00 0 544 416 dot +1 1.00 544 416 512 416 512 304 3 polygon +1 1.00 800 416 992 416 992 400 3 polygon +1 1.00 992 272 992 256 512 256 512 272 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05187.eps b/derived/Source/circuit_generation_code/EXP/05187.eps new file mode 100644 index 0000000000000000000000000000000000000000..f8968bd4f7b344d09a84fdcc178e11cbbee45a19 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05187.eps @@ -0,0 +1,267 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05187.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 11:29:07 2002 +%%Pages: 1 +%%BoundingBox: 68 68 291 171 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 440 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 440 acsource +1.00 270 528 488 diode +1.00 270 688 488 diode +1 1.00 576 488 640 488 2 polygon +1.00 270 528 392 diode +1.00 270 688 392 diode +1 1.00 576 392 640 392 2 polygon +1 1.00 480 488 480 392 2 polygon +1 1.00 736 488 736 392 2 polygon +1.00 0 608 488 dot +1 1.00 608 488 608 568 352 568 352 504 4 polygon +1 1.00 608 392 608 312 352 312 352 376 4 polygon +1.00 0 608 392 dot +1.00 0 736 440 dot +1.00 0 448 312 jumper +1.00 0 480 440 dot +1 1.00 480 440 448 440 448 328 3 polygon +1 1.00 736 440 928 440 928 424 3 polygon +1 1.00 928 296 928 280 448 280 448 296 4 polygon +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 568 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 280 label +sce +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 424 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 616 504 label +(0) {/Helvetica 1.000 cf} 2 16 0 616 352 label +(2) {/Helvetica 1.000 cf} 2 16 0 752 456 label +(3) {/Helvetica 1.000 cf} 2 16 0 432 456 label +sce +(1) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 512 520 label +(2) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 672 520 label +(3) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 512 336 label +(4) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 672 336 label +1.00 0 928 360 _resistor +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 952 352 label +1.000 0.000 1.000 scb +(2) {/Helvetica 1.000 cf} 2 16 0 936 440 label +(3) {/Helvetica 1.000 cf} 2 16 0 936 256 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05188.eps b/derived/Source/circuit_generation_code/EXP/05188.eps new file mode 100644 index 0000000000000000000000000000000000000000..523c44f76a21c140a46a605fe6a3c4e14a812c90 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05188.eps @@ -0,0 +1,273 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05188.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 13:06:45 2002 +%%Pages: 1 +%%BoundingBox: 68 68 312 175 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 448 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 448 acsource +1.00 270 624 496 diode +(AC) {/Helvetica 1.000 cf} 2 16 0 344 456 label +1.00 270 720 496 diode +1.00 270 624 400 diode +1.00 270 720 400 diode +1 1.00 576 496 576 400 2 polygon +1 1.00 768 496 768 400 2 polygon +1.00 0 672 496 dot +1.00 0 672 400 dot +1.00 0 768 448 dot +1.00 0 544 320 jumper +1.00 0 576 448 dot +1 1.00 576 448 544 448 544 336 3 polygon +0.600 0.600 0.600 scb +4 1.00 560 528 560 368 784 368 784 528 4 polygon +sce +(Rectifier) {/Helvetica 1.000 cf} 2 16 0 752 544 label +1 1.00 672 400 672 320 416 320 3 polygon +1 1.00 672 496 672 576 416 576 3 polygon +1.00 0 416 576 dot +1.00 0 416 320 dot +1 1.00 288 512 288 576 416 576 3 polygon +1 1.00 288 384 288 320 416 320 3 polygon +1.00 0 864 368 polarized +1 1.00 864 432 864 448 2 polygon +1.00 0 864 448 dot +1 1.00 864 304 864 288 2 polygon +1.00 0 864 288 dot +1 1.00 768 448 1024 448 2 polygon +1 1.00 544 304 544 288 1024 288 3 polygon +1.00 0 1024 288 dot +1.00 0 1024 448 dot +0.000 0.000 1.000 scb +(-) {/Helvetica 1.000 cf} 2 16 0 532 452 label +(+) {/Helvetica 1.000 cf} 2 16 0 792 452 label +1 1.00 692 552 692 536 700 544 684 544 spline +1 1.00 652 360 652 344 660 352 644 352 spline +sce +0.600 0.600 0.600 scb +4 1.00 432 608 432 256 1008 256 1008 608 4 polygon +sce +(in) {/Helvetica 1.000 cf} 2 16 0 360 424 label +(DC) {/Helvetica 1.000 cf} 2 16 0 1040 384 label +(out) {/Helvetica 1.000 cf} 2 16 0 1040 352 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05194.eps b/derived/Source/circuit_generation_code/EXP/05194.eps new file mode 100644 index 0000000000000000000000000000000000000000..a2d9b6b35e0ef224d7ff2a5dd3ccf699c9525f39 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05194.eps @@ -0,0 +1,291 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05194.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 14:45:28 2002 +%%Pages: 1 +%%BoundingBox: 68 68 348 159 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/_inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 426 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 426 acsource +1.00 270 624 474 diode +1.00 270 720 474 diode +1.00 270 624 378 diode +1.00 270 720 378 diode +1 1.00 576 474 576 378 2 polygon +1 1.00 768 474 768 378 2 polygon +1.00 0 672 474 dot +1.00 0 672 378 dot +1.00 0 768 426 dot +1.00 0 544 298 jumper +1.00 0 576 426 dot +1 1.00 576 426 544 426 544 314 3 polygon +1 1.00 672 378 672 298 416 298 3 polygon +1 1.00 672 474 672 554 416 554 3 polygon +1 1.00 288 490 288 554 416 554 3 polygon +1 1.00 288 362 288 298 416 298 3 polygon +1.00 0 864 346 polarized +1 1.00 864 410 864 426 2 polygon +1.00 0 864 426 dot +1 1.00 864 282 864 266 2 polygon +1.00 0 864 266 dot +1.00 0 1072 426 dot +(DC) {/Helvetica 1.000 cf} 2 16 0 1168 362 label +(out) {/Helvetica 1.000 cf} 2 16 0 1168 330 label +1.00 90 960 426 _inductor +1.00 0 1072 346 polarized +1 1.00 1072 410 1072 426 2 polygon +1 1.00 1072 282 1072 266 2 polygon +1 1.00 544 282 544 266 1072 266 3 polygon +1.00 0 1072 266 dot +1 1.00 768 426 912 426 2 polygon +1 1.00 1024 426 1072 426 2 polygon +1 1.00 1072 426 1184 426 2 polygon +1.00 0 1184 426 dot +1 1.00 1072 266 1184 266 2 polygon +1.00 0 1184 266 dot +1 1.00 928 450 1008 450 2 polygon +1 1.00 928 458 1008 458 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05195.eps b/derived/Source/circuit_generation_code/EXP/05195.eps new file mode 100644 index 0000000000000000000000000000000000000000..d4335f47be24b59028c1df8fd229f367a7e32911 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05195.eps @@ -0,0 +1,336 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05195.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 14:50:46 2002 +%%Pages: 1 +%%BoundingBox: 68 68 348 194 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/inductor_medium { +% -16 -112 31 208 bbox +begingate +1 1.00 0 96 0 80 2 polygon +1 1.00 24 78 22 46 -14 58 0 80 spline +1 1.00 23 62 21 30 -15 42 -1 64 spline +1 1.00 -19 60 -16 64 -2 64 -14 58 spline +1 1.00 -19 44 -16 48 -2 48 -14 42 spline +1 1.00 23 46 21 14 -15 26 -1 48 spline +1 1.00 -19 28 -16 32 -2 32 -14 26 spline +1 1.00 23 30 21 -2 -15 10 -1 32 spline +1 1.00 -19 12 -16 16 -2 16 -14 10 spline +1 1.00 23 14 21 -18 -15 -6 -1 16 spline +1 1.00 -19 -4 -16 0 -2 0 -14 -6 spline +1 1.00 23 -2 21 -34 -15 -22 -1 0 spline +1 1.00 -19 -20 -16 -16 -2 -16 -14 -22 spline +1 1.00 23 -18 21 -50 -15 -38 -1 -16 spline +1 1.00 -19 -36 -16 -32 -2 -32 -14 -38 spline +1 1.00 23 -34 21 -66 -15 -54 -1 -32 spline +1 1.00 -19 -52 -16 -48 -2 -48 -14 -54 spline +1 1.00 24 -50 22 -82 -14 -70 0 -48 spline +1 1.00 -18 -68 -15 -64 -1 -64 -13 -70 spline +1 1.00 14 -64 26 -83 0 -86 -2 -64 spline +1 1.00 0 -86 0 -98 2 polygon +1 1.00 0 -112 0 -96 2 polygon +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/transformer3 { +% -48 -96 110 208 bbox +begingate +1.00 0 -32 16 inductor_medium +1 1.00 0 96 0 -64 2 polygon +1 1.00 16 96 16 -64 2 polygon +1.00 -1 48 24 inductor +1 1.00 48 72 48 80 2 polygon +1 1.00 48 -40 48 -48 2 polygon +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 426 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 426 acsource +1.00 270 624 474 diode +1.00 270 720 474 diode +1.00 270 624 378 diode +1.00 270 720 378 diode +1 1.00 576 474 576 378 2 polygon +1 1.00 768 474 768 378 2 polygon +1.00 0 672 474 dot +1.00 0 672 378 dot +1.00 0 768 426 dot +1.00 0 544 298 jumper +1.00 0 576 426 dot +1 1.00 576 426 544 426 544 314 3 polygon +1 1.00 672 378 672 298 416 298 3 polygon +1 1.00 672 474 672 554 416 554 3 polygon +1 1.00 288 490 288 554 416 554 3 polygon +1 1.00 288 362 288 298 416 298 3 polygon +1.00 0 864 346 polarized +1 1.00 864 410 864 426 2 polygon +1.00 0 864 426 dot +1 1.00 864 282 864 266 2 polygon +1.00 0 864 266 dot +1.00 0 1072 426 dot +(DC) {/Helvetica 1.000 cf} 2 16 0 1168 362 label +(out) {/Helvetica 1.000 cf} 2 16 0 1168 330 label +1.00 0 1072 346 polarized +1 1.00 1072 410 1072 426 2 polygon +1 1.00 1072 282 1072 266 2 polygon +1 1.00 544 282 544 266 1072 266 3 polygon +1.00 0 1072 266 dot +1 1.00 768 426 912 426 2 polygon +1 1.00 1024 426 1072 426 2 polygon +1 1.00 1072 426 1184 426 2 polygon +1.00 0 1184 426 dot +1 1.00 1072 266 1184 266 2 polygon +1.00 0 1184 266 dot +1.00 270 944 474 transformer3 +1 1.00 848 506 848 586 2 polygon +1 1.00 1056 506 1056 586 2 polygon +(Leave these wires) {/Helvetica-Oblique 1.000 cf} 2 16 0 784 650 label +(disconnected!) {/Helvetica-Oblique 1.000 cf} 2 16 0 832 610 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05196.eps b/derived/Source/circuit_generation_code/EXP/05196.eps new file mode 100644 index 0000000000000000000000000000000000000000..d48904bbf0b46dca6334b30f6023555d66d98435 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05196.eps @@ -0,0 +1,292 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05196.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Jan 28 14:53:54 2002 +%%Pages: 1 +%%BoundingBox: 68 68 291 171 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/_polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05129.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 440 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 440 acsource +1.00 270 528 488 diode +1.00 270 688 488 diode +1 1.00 576 488 640 488 2 polygon +1.00 270 528 392 diode +1.00 270 688 392 diode +1 1.00 576 392 640 392 2 polygon +1 1.00 480 488 480 392 2 polygon +1 1.00 736 488 736 392 2 polygon +1.00 0 608 488 dot +1 1.00 608 488 608 568 352 568 352 504 4 polygon +1 1.00 608 392 608 312 352 312 352 376 4 polygon +1.00 0 608 392 dot +1.00 0 736 440 dot +1.00 0 448 312 jumper +1.00 0 480 440 dot +1 1.00 480 440 448 440 448 328 3 polygon +1 1.00 736 440 928 440 928 424 3 polygon +1 1.00 928 296 928 280 448 280 448 296 4 polygon +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 568 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 280 label +sce +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 424 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 616 504 label +(0) {/Helvetica 1.000 cf} 2 16 0 616 352 label +(2) {/Helvetica 1.000 cf} 2 16 0 752 456 label +(3) {/Helvetica 1.000 cf} 2 16 0 432 456 label +sce +(1) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 512 520 label +(2) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 672 520 label +(3) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 512 336 label +(4) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 672 336 label +1.00 0 928 360 _resistor +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 952 352 label +1.000 0.000 1.000 scb +(2) {/Helvetica 1.000 cf} 2 16 0 936 440 label +(3) {/Helvetica 1.000 cf} 2 16 0 936 256 label +sce +1.00 0 832 360 _polarized +1 1.00 832 424 832 440 2 polygon +1.00 0 832 440 dot +1 1.00 832 296 832 280 2 polygon +1.00 0 832 280 dot +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 752 344 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05197.eps b/derived/Source/circuit_generation_code/EXP/05197.eps new file mode 100644 index 0000000000000000000000000000000000000000..006e610abe48a7785d83441222c8bf14f6e65033 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05197.eps @@ -0,0 +1,333 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05197.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 29 16:59:22 2002 +%%Pages: 1 +%%BoundingBox: 68 68 395 295 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 656 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 784 battery +1.00 0 368 592 battery +1 1.00 368 720 368 656 2 polygon +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 784 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 592 label +1.00 0 624 704 potentiometer +1 1.00 656 720 656 640 592 640 3 polygon +1.00 0 592 640 dot +1.00 0 592 544 _resistor +1 1.00 592 640 592 608 2 polygon +1.00 -1 592 384 npn +1 1.00 592 480 592 448 2 polygon +1.00 0 592 464 dot +1 1.00 592 464 688 464 688 384 656 384 4 polygon +1.00 0 912 384 npn +1.00 0 688 384 dot +1 1.00 688 384 848 384 2 polygon +1.00 0 912 544 _resistor +1.00 0 912 672 _resistor +1.00 0 912 800 _resistor +1.00 0 912 928 _resistor +1 1.00 912 320 912 288 368 288 368 528 4 polygon +1 1.00 368 848 368 1024 2 polygon +1 1.00 592 320 592 288 2 polygon +1.00 0 592 288 dot +1 1.00 592 768 592 1024 2 polygon +1 1.00 368 1024 592 1024 2 polygon +1 1.00 720 976 32 0.00 360.00 xcarc +(A) {/Helvetica 1.000 cf} 2 16 0 706 964 label +1.000 0.000 0.000 scb +1.00 0 608 1024 arrowhead90 +1 1.00 672 1024 640 976 688 976 608 1024 spline +sce +1.00 -1 864 848 arrowhead90 +1 1.00 768 848 816 976 752 976 864 848 spline +(+) {/Helvetica 1.000 cf} 2 16 0 672 992 label +(-) {/Helvetica 1.000 cf} 2 16 0 752 992 label +1 1.00 912 480 912 448 2 polygon +(adjust) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 480 720 label +(limit) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 496 544 label +(load1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 936 536 label +(load2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 936 664 label +(load3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 936 792 label +(load4) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 936 920 label +1.00 0 912 864 dot +1.00 0 912 736 dot +1.00 0 912 608 dot +1.00 0 912 480 dot +1.00 0 912 992 dot +1.000 0.000 1.000 scb +(TP1) {/Helvetica 0.500 cf} 2 16 0 928 472 label +(TP2) {/Helvetica 0.500 cf} 2 16 0 928 600 label +(TP3) {/Helvetica 0.500 cf} 2 16 0 928 728 label +(TP4) {/Helvetica 0.500 cf} 2 16 0 928 856 label +(TP5) {/Helvetica 0.500 cf} 2 16 0 928 984 label +sce +(load3) {ss} (R) {/Times-Roman 1.000 cf} (through ) {/Helvetica 1.000 cf} ( ) {ns} (load1) {ss} (R) +{/Times-Roman 1.000 cf} 12 16 0 1040 464 label +(each) {/Helvetica 1.000 cf} (W ) {/Symbol 1.000 cf} (1.5 k) {/Times-Roman 1.000 cf} (are ) +{/Helvetica 1.000 cf} 8 16 0 1056 416 label +0 1.00 1024 512 1024 400 1376 400 1376 512 4 polygon +{ns} (adjust) {ss} (R) {/Times-Roman 1.000 cf} (, and ) {/Helvetica 1.000 cf} {ns} (limit) {ss} (R) +{/Times-Roman 1.000 cf} (, ) {/Helvetica 1.000 cf} {ns} (load4) {ss} (R) {/Times-Roman 1.000 cf} +19 16 0 1008 320 label +(each) {/Helvetica 1.000 cf} (W ) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} (are ) +{/Helvetica 1.000 cf} 8 16 0 1040 272 label +0 1.00 992 368 992 256 1392 256 1392 368 4 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 560 376 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 904 376 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05198.eps b/derived/Source/circuit_generation_code/EXP/05198.eps new file mode 100644 index 0000000000000000000000000000000000000000..c5dcfc15004f8c32cb25a1ddbbbf4e06819ef68f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05198.eps @@ -0,0 +1,725 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05198.eps +%%Creator: Xcircuit v3.2 +%%CreationDate: Tue Aug 25 00:45:50 2009 +%%Pages: 1 +%%BoundingBox: 68 68 364 350 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 3.1 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--1/5/04 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 3.1 0 +% +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/ul { dup type /stringtype eq showflag 1 eq and { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave currentpoint newpath moveto true charpath flattenpath + pathbbox pop exch pop sub grestore } def +/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs + 0 currentpoint pop put} def +/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def +/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt + {currentpoint exch pop moveto exit} {pop} ifelse } for } def +/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def +/hS { qS qS } def +/pspc 0 def +/cf0 { scalefont setfont } bind def +/Kn { dup kY add /kY exch def rmoveto } bind def +/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.33 mul neg Kn} def +/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul + 0.67 mul Kn } def +/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def +/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def +/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq + { 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} + {fscale0 mul fscale mul cf0} ifelse } def +/ctmk { counttomark dup 2 add -1 roll pop } bind def +/label { gsave translate 0 0 moveto dup scale neg /rotval exch def + /just exch def just 384 and 0 gt {/mshow {pop} def} {/mshow {show} + def} ifelse just 16 and 0 gt {gsave rotval rotate 0 1 dtransform + gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform + gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt + {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval + rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse + exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and + 4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def + /fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def + /kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate + {exch dup type /stringtype eq {true charpath flattenpath} {dup type + /arraytype eq {exec} {12 string cvs true charpath flattenpath} ifelse} + ifelse} repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just + 1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 + mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 + and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} + ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint + translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale + 1.0 def /kY 0 def {dup type /stringtype eq {mshow} {dup type + /arraytype eq {exec} {12 string cvs mshow} ifelse} ifelse} repeat + grestore } def +/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label + /pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def +/cRedef {/defColor currentcolor 3 array astore def} def +/begingate {dup type /dicttype ne {1 dict} if begin % default params + dup type /dicttype ne {1 dict} if begin % instanced params + /hlevel hlevel 1 add def /defColor currentcolor sce 3 array + astore def gsave sce translate 0 0 moveto neg rotate dup abs scale + } bind def +/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef + scb end end} bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { + 7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore + {3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} + {dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} + {style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt + style 512 eq or {newpath} {stroke} ifelse grestore} def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def +/psinsertion {/PSobj save def /showpage {} def /setpagedevice {pop} def bop + rotate translate dup scale} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +%%BeginDocumentSetup + +/breadboard { +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica cf} 2 16 0 0.30 -12 4 label +endgate +} def + +/dot { +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica cf} 2 16 0 1.00 -40 32 label +sce +(-) {/Helvetica cf} 2 16 0 1.00 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +endgate +} def + +/clip { +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/potentiometer1 { +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/multimeter { +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold cf} 2 16 0 0.50 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold cf} 2 16 0 0.50 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica cf} 2 16 0 1.00 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica cf} 2 16 0 1.00 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica cf} 2 16 0 1.00 80 32 label +(A) {/Helvetica cf} 2 16 0 1.00 80 -96 label +1.00 345 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold cf} 2 16 0 0.50 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +endgate +} def + +/plug_+_ { +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +endgate +} def + +/plug_-_ { +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/arrowhead { +% trivial +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% trivial +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + + +%%EndDocumentSetup + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 32.00 2.00 gridspace +0.6000 inchscale +2.6000 setlinewidth 1188 770 translate + +1.00 0 0 -128 breadboard +1.00 0 176 80 transistor2 +1 1.00 160 32 144 32 2 polygon +1 1.00 192 32 208 32 2 polygon +1.00 0 144 32 dot +1.00 0 176 32 dot +1.00 0 208 32 dot +1 1.00 186 -84 208 -96 2 polygon +1.00 0 208 -96 dot +1 1.00 176 -80 176 -96 2 polygon +1.00 0 176 -96 dot +1.00 0 112 -96 dot +1.00 0 -704 -192 real_batt +1.00 0 -512 -192 real_batt +-1.00 270 -712 -56 clip +-1.00 270 -568 -88 clip +1 1.00 -704 16 -560 0 -560 -64 -704 -32 spline +1.00 0 -192 32 resistor4 +1.00 0 64 -64 resistor4 +1.00 0 112 -64 dot +1.00 0 16 -64 dot +1.00 0 -56 -248 potentiometer1 +1.00 0 16 -96 dot +1.00 0 -56 -176 dot +1 1.00 -96 -96 -368 -160 -368 -96 -96 -176 spline +1.00 0 -96 -176 dot +1.00 0 -368 -96 dot +-1.00 0 -488 -88 clip +1 1.00 -352 -96 -512 -448 -288 -448 -464 -96 spline +1 1.00 320 -480 368 -208 208 -64 -288 -448 spline +1.00 0 208 -64 dot +1.00 0 96 0 resistor4 +1.00 0 144 0 dot +1.00 0 48 0 dot +1.00 0 0 32 resistor4 +1.00 0 48 32 dot +1.00 0 -48 32 dot +1.00 0 -96 0 resistor4 +1.00 0 -48 0 dot +1.00 0 -144 0 dot +1.00 0 -144 32 dot +1.00 0 -240 32 dot +1.00 0 -320 528 multimeter +1 2.00 -320 512 -256 464 2 polygon +1.00 90 -416 288 plug_+_ +1.00 0 -208 304 plug_-_ +1.00 180 48 400 probe_-_ +-1.00 270 -760 -88 clip +1 1.00 -752 64 -640 112 -368 0 -752 -64 spline +1.00 0 -368 0 dot +-1.00 165 -800 80 probe_+_ +1.000 0.000 0.000 scb +1 1.00 -864 480 -416 64 -416 256 -848 240 spline +1.000 0.000 1.000 scb +-1.00 180 -240 112 arrow +-1.00 180 -144 112 arrow +-1.00 180 -48 112 arrow +-1.00 180 48 112 arrow +-1.00 180 144 112 arrow +(TP5) {/Helvetica cf} 2 16 0 0.50 -256 160 label +(TP4) {/Helvetica cf} 2 16 0 0.50 -160 160 label +(TP3) {/Helvetica cf} 2 16 0 0.50 -64 160 label +sce +1 1.00 -48 304 -48 720 48 576 -176 304 spline +1.000 0.000 1.000 scb +(TP2) {/Helvetica cf} 2 16 0 0.50 32 160 label +(TP1) {/Helvetica cf} 2 16 0 0.50 128 160 label +sce +1 1.00 -32 -56 -64 -72 -56 -176 16 -32 spline +1.00 0 16 -32 dot +1.00 0 -16 -176 dot +1 1.00 -48 -128 -32 -128 16 -96 -16 -176 spline +0.647 0.165 0.165 scb +496 1.00 160 -51 160 -83 192 -83 192 -51 4 polygon +0.000 0.000 0.000 scb +0 1.00 160 -51 160 -83 192 -83 192 -51 4 polygon +0.647 0.165 0.165 scb +497 1.50 176 -51 16 12 0.00 180.00 ellipse +0.000 0.000 0.000 scb +1 1.00 176 -51 16 12 0.00 180.00 ellipse +(CBE) {/Helvetica cf} 2 16 0 0.35 162 -80 label +1 1.00 120 -16 170 -16 176 -32 112 -32 spline +1 1.00 120 -84 162 -92 166 -84 112 -96 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05199.eps b/derived/Source/circuit_generation_code/EXP/05199.eps new file mode 100644 index 0000000000000000000000000000000000000000..9a0adcf8e8988aaa520c1cf576cf38127673d5d1 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05199.eps @@ -0,0 +1,275 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05199.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Jan 29 18:40:04 2002 +%%Pages: 1 +%%BoundingBox: 68 68 295 248 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 05197.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 680 560 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 616 656 _resistor +1.00 -1 616 400 npn +1 1.00 616 496 616 464 2 polygon +1.00 0 616 480 dot +1 1.00 616 480 712 480 712 400 680 400 4 polygon +1.00 0 936 400 npn +1.00 0 712 400 dot +1 1.00 712 400 872 400 2 polygon +1.00 0 936 656 _resistor +1 1.00 616 336 616 304 2 polygon +1.00 0 616 304 dot +1 1.00 392 784 616 784 2 polygon +1 1.00 936 496 936 464 2 polygon +(limit) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 520 640 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 584 392 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 928 392 label +1.00 90 776 784 battery +1.00 0 616 784 dot +1 1.00 616 784 712 784 2 polygon +(ammeter) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 712 840 label +(0 V) {/Times-Roman 1.000 cf} 2 16 0 736 712 label +1.00 0 392 528 battery +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 280 552 label +(12 V) {/Times-Roman 1.000 cf} 2 16 0 256 504 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 360 784 label +(0) {/Helvetica 1.000 cf} 2 16 0 360 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 600 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 936 272 label +(1) {/Helvetica 1.000 cf} 2 16 0 600 800 label +(2) {/Helvetica 1.000 cf} 2 16 0 568 544 label +sce +1 1.00 616 784 616 720 2 polygon +1 1.00 616 592 616 496 2 polygon +1.000 0.000 1.000 scb +(2) {/Helvetica 1.000 cf} 2 16 0 728 432 label +sce +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 968 640 label +1 1.00 392 784 392 592 2 polygon +1 1.00 392 464 392 304 936 304 936 336 4 polygon +1 1.00 840 784 936 784 936 720 3 polygon +1 1.00 936 592 936 496 2 polygon +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 952 784 label +(4) {/Helvetica 1.000 cf} 2 16 0 952 528 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05200.eps b/derived/Source/circuit_generation_code/EXP/05200.eps new file mode 100644 index 0000000000000000000000000000000000000000..cdcae22f94e86aeb3aa2b35c9fd134d6c6a2f439 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05200.eps @@ -0,0 +1,296 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05200.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 30 14:25:57 2002 +%%Pages: 1 +%%BoundingBox: 68 68 281 194 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 492 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 572 battery +1.00 0 368 412 battery +1 1.00 368 508 368 476 2 polygon +1.00 0 880 508 npn +1.00 0 592 492 potentiometer +1 1.00 368 636 368 668 560 668 560 556 4 polygon +1 1.00 368 348 368 316 560 316 560 428 4 polygon +1.00 270 720 508 _resistor +1 1.00 624 508 656 508 2 polygon +1 1.00 784 508 816 508 2 polygon +1.00 0 880 380 _resistor +1 1.00 560 316 880 316 2 polygon +1.00 0 560 316 dot +1.00 0 560 668 dot +1 1.00 560 668 880 668 880 572 3 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 864 500 label +(base) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 680 548 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 784 372 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 484 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 564 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 404 label +1.00 0 368 316 gnd +1.00 0 368 316 dot +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 680 452 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 904 372 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05201.eps b/derived/Source/circuit_generation_code/EXP/05201.eps new file mode 100644 index 0000000000000000000000000000000000000000..341a52319f5f9e7a9a697f8443123716d6e809bd --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05201.eps @@ -0,0 +1,543 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05201.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 30 13:45:23 2002 +%%Pages: 1 +%%BoundingBox: 68 68 422 240 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 864 592 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 1072 464 breadboard +1.00 0 1056 688 transistor2 +1 1.00 1040 640 1024 624 2 polygon +1.00 0 1024 624 dot +1 1.00 1056 640 1056 624 2 polygon +1.00 0 1056 624 dot +1 1.00 1072 640 1088 624 2 polygon +1.00 0 1088 624 dot +1.00 0 336 528 real_batt +1.00 0 528 528 real_batt +1.00 -271 328 664 clip +1.00 -271 280 632 clip +1.00 -271 472 632 clip +1.00 -271 520 664 clip +1 1.00 336 752 480 736 480 656 336 688 spline +1.00 0 1136 592 resistor4 +1.00 0 1088 592 dot +1.00 0 1184 592 dot +1.00 0 1008 560 resistor4 +1.00 0 1056 560 dot +1.00 0 960 560 dot +1.00 0 840 392 potentiometer1 +1 1.00 528 896 1184 912 1184 624 528 688 spline +1.00 0 1184 624 dot +1 1.00 288 944 880 752 1024 592 288 656 spline +1.00 0 1024 592 dot +1 1.00 840 512 872 608 960 592 840 464 spline +1.00 0 840 464 dot +1.00 0 960 592 dot +1 1.00 936 488 1208 456 1184 528 880 464 spline +1.00 0 880 464 dot +1.00 0 1184 528 dot +1 1.00 984 544 720 592 800 464 1024 528 spline +1.00 0 1024 528 dot +1.00 0 800 464 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05202.eps b/derived/Source/circuit_generation_code/EXP/05202.eps new file mode 100644 index 0000000000000000000000000000000000000000..b2c1c92fcb8832d7b20b8b3060ea3878fbdd5d71 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05202.eps @@ -0,0 +1,311 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05202.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 30 14:25:32 2002 +%%Pages: 1 +%%BoundingBox: 68 68 299 218 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 880 576 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 432 656 battery +1.00 0 432 496 battery +1 1.00 432 592 432 560 2 polygon +1.00 0 944 592 npn +1.00 0 656 576 potentiometer +1 1.00 432 720 432 752 624 752 624 640 4 polygon +1.00 270 784 592 _resistor +1 1.00 688 592 720 592 2 polygon +1 1.00 848 592 880 592 2 polygon +1.00 0 944 464 _resistor +1 2.00 624 400 944 400 2 polygon +1.00 0 624 400 dot +1.00 0 624 752 dot +1 1.00 624 752 944 752 944 656 3 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 928 584 label +(base) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 744 632 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 848 456 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 488 568 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 320 648 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 320 488 label +1.00 0 432 400 gnd +1.00 0 432 400 dot +1 2.00 432 432 432 400 624 400 3 polygon +1 1.00 624 400 624 512 2 polygon +1.00 0 728 328 arrow +1.00 15 896 336 arrow +1.00 315 368 352 arrow +1.00 345 544 336 arrow +(These points) {/Helvetica 1.000 cf} 2 16 0 256 288 label +(are all considered "ground") {/Helvetica 1.000 cf} 2 16 0 480 256 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 744 536 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 968 456 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05203.eps b/derived/Source/circuit_generation_code/EXP/05203.eps new file mode 100644 index 0000000000000000000000000000000000000000..733aaf874434eee148f0358c34d4fc007b121912 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05203.eps @@ -0,0 +1,326 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05203.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 30 14:25:06 2002 +%%Pages: 1 +%%BoundingBox: 68 68 292 235 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 856 636 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 408 716 battery +1.00 0 408 556 battery +1 1.00 408 652 408 620 2 polygon +1.00 0 920 652 npn +1.00 0 632 636 potentiometer +1 1.00 408 780 408 812 600 812 600 700 4 polygon +1.00 270 760 652 _resistor +1 1.00 664 652 696 652 2 polygon +1 1.00 824 652 856 652 2 polygon +1.00 0 920 524 _resistor +1 1.00 600 460 920 460 2 polygon +1.00 0 600 460 dot +1.00 0 600 812 dot +1 1.00 600 812 920 812 920 716 3 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 904 644 label +(base) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 720 692 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 824 516 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 464 628 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 296 708 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 296 548 label +1.00 0 408 460 gnd +1.00 0 408 460 dot +1 1.00 408 492 408 460 600 460 3 polygon +1 1.00 600 460 600 572 2 polygon +1.00 0 680 364 DC_voltmeter +1.000 0.000 0.000 scb +1.00 240 856 636 arrowhead90 +1 1.00 792 524 680 540 680 428 856 636 spline +sce +1.00 330 856 460 arrowhead +1 1.00 744 268 680 204 680 300 856 460 spline +(Voltmeter measuring) {/Helvetica 1.000 cf} 2 16 0 256 324 label +(\)) {/Helvetica 1.000 cf} {ns} (B) {ss} (V) {/Times-Roman 1.000 cf} (base voltage \() {/Helvetica 1.000 cf} +9 16 0 296 284 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 720 596 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 944 516 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05204.eps b/derived/Source/circuit_generation_code/EXP/05204.eps new file mode 100644 index 0000000000000000000000000000000000000000..3330ce518bb15af20810315c3354a2e68111ac9f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05204.eps @@ -0,0 +1,286 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05204.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Jan 30 14:41:36 2002 +%%Pages: 1 +%%BoundingBox: 68 68 276 206 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 492 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 492 battery +1.00 0 864 508 npn +1.00 270 704 508 _resistor +1 1.00 608 508 640 508 2 polygon +1 1.00 768 508 800 508 2 polygon +1.00 0 864 380 _resistor +1 1.00 544 316 864 316 2 polygon +1.00 0 544 316 dot +1.00 0 544 668 dot +1 1.00 544 668 864 668 864 572 3 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 848 500 label +(base) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 664 540 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 768 372 label +1.00 0 352 316 gnd +1.00 0 352 316 dot +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 664 452 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 888 372 label +1 1.00 352 556 352 636 2 polygon +1 1.00 352 428 352 348 2 polygon +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 492 label +1 1.00 352 636 352 668 544 668 3 polygon +1.00 180 544 588 _resistor +1.00 180 544 396 _resistor +1 1.00 352 348 352 316 544 316 3 polygon +1 1.00 544 668 544 652 2 polygon +1 1.00 544 524 544 460 2 polygon +1 1.00 544 332 544 316 2 polygon +1.00 0 544 508 dot +1 1.00 544 508 608 508 2 polygon +(pot1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 440 580 label +(pot2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 440 388 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 568 580 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 568 388 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 320 668 label +(0) {/Helvetica 1.000 cf} 2 16 0 304 300 label +(0) {/Helvetica 1.000 cf} 2 16 0 528 268 label +(0) {/Helvetica 1.000 cf} 2 16 0 880 284 label +(1) {/Helvetica 1.000 cf} 2 16 0 536 692 label +(1) {/Helvetica 1.000 cf} 2 16 0 880 676 label +(2) {/Helvetica 1.000 cf} 2 16 0 496 492 label +(3) {/Helvetica 1.000 cf} 2 16 0 768 524 label +(4) {/Helvetica 1.000 cf} 2 16 0 880 428 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05205.eps b/derived/Source/circuit_generation_code/EXP/05205.eps new file mode 100644 index 0000000000000000000000000000000000000000..4be9a0ffffe1593d8d42f816cfa6f82817d7e055 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05205.eps @@ -0,0 +1,323 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05205.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 31 20:01:37 2002 +%%Pages: 1 +%%BoundingBox: 68 68 382 221 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 848 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 928 556 opamp +1.00 0 368 412 battery +1.00 0 368 540 battery +1.00 0 368 668 battery +1 1.00 368 732 368 764 912 764 912 604 4 polygon +1 1.00 368 348 368 316 912 316 912 508 4 polygon +1.00 0 592 492 potentiometer +1 1.00 624 508 848 508 2 polygon +1.00 0 720 588 potentiometer +1 1.00 752 604 848 604 2 polygon +1 1.00 688 652 688 764 2 polygon +1.00 0 688 764 dot +1.00 0 560 764 dot +1 1.00 560 764 560 556 2 polygon +1 1.00 560 428 560 316 2 polygon +1.00 0 560 316 dot +1.00 0 688 508 jumper +1 1.00 688 492 688 316 2 polygon +1.00 0 688 316 dot +1.00 270 1072 556 _resistor +1.00 270 1200 556 _resistor +1.00 -181 1312 428 LED +1.00 0 912 316 dot +1 1.00 912 316 1296 316 1296 380 3 polygon +1 1.00 1264 556 1296 556 1296 476 3 polygon +(W) {/Symbol 1.000 cf} (330 ) {/Times-Roman 1.000 cf} 4 16 0 1008 588 label +(W) {/Symbol 1.000 cf} (470 ) {/Times-Roman 1.000 cf} 4 16 0 1152 588 label +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 864 548 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 652 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 524 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 396 label +1.00 0 368 316 gnd +1.00 0 368 316 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05206.eps b/derived/Source/circuit_generation_code/EXP/05206.eps new file mode 100644 index 0000000000000000000000000000000000000000..8f3cf3554c3aaf2b09d10500b062404eeab98f19 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05206.eps @@ -0,0 +1,578 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05206.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 31 19:57:58 2002 +%%Pages: 1 +%%BoundingBox: 68 68 386 301 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 736 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 944 688 breadboard +1.00 0 336 656 real_batt +1.00 0 336 928 real_batt +1.00 0 336 384 real_batt +1.00 0 720 688 dip_8 +1.00 -1 352 1040 clip +1.00 -1 304 720 clip +1.00 -1 352 768 clip +1.00 -1 304 448 clip +1.00 -1 352 496 clip +1 1.00 584 1032 512 712 328 712 376 1032 spline +1 1.00 584 760 512 440 328 440 376 760 spline +1 1.00 568 440 768 352 768 528 376 488 spline +1.00 0 768 528 dot +1.00 -1 304 1000 clip +1 1.00 520 952 664 1024 672 848 328 992 spline +1.00 0 672 848 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 688 676 label +1.00 90 952 696 potentiometer1 +1 1.00 832 656 832 592 768 592 880 656 spline +1.00 0 880 656 dot +1.00 0 768 592 dot +1 1.00 848 736 784 800 672 784 880 736 spline +1.00 0 880 736 dot +1.00 0 672 784 dot +1.00 90 1176 696 potentiometer1 +1 1.00 1056 640 1024 544 768 560 1104 656 spline +1.00 0 1104 656 dot +1.00 0 768 560 dot +1 1.00 1040 752 960 864 672 816 1104 736 spline +1.00 0 1104 736 dot +1.00 0 672 816 dot +1 1.00 880 640 792 696 880 696 704 624 spline +1.00 0 880 696 dot +1.00 0 704 624 dot +1 1.00 848 536 1008 616 1104 696 736 592 spline +1.00 0 1104 696 dot +1.00 0 736 592 dot +1.00 180 624 496 _LED +1.00 0 640 528 dot +1.00 0 608 528 dot +1.00 0 768 624 dot +1.00 180 624 624 resistor4 +1.00 225 608 560 resistor4 +1.00 0 640 592 dot +1.00 0 576 528 dot +1.00 0 576 624 dot +1.00 0 672 624 dot +1 1.00 656 624 720 592 768 624 608 592 spline +1.00 0 608 592 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05207.eps b/derived/Source/circuit_generation_code/EXP/05207.eps new file mode 100644 index 0000000000000000000000000000000000000000..928c51344266f185a083e1ec1d1ca4a2bf0d9664 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05207.eps @@ -0,0 +1,641 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05207.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 31 20:09:46 2002 +%%Pages: 1 +%%BoundingBox: 68 68 386 315 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/multimeter_tiny { +% -48 -80 80 144 bbox +begingate +0.600 0.600 0.600 scb +240 1.00 -40 56 -40 32 24 32 24 56 4 polygon +sce +1.000 0.000 0.000 scb +1.00 0 -32 -64 dot +sce +1.00 0 16 -64 dot +1.000 0.000 0.000 scb +1.00 0 16 -48 dot +sce +0.600 0.600 0.600 scb +1 1.00 -8 0 24 0.00 360.00 xcarc +1 1.00 -8 0 20 0.00 360.00 xcarc +1 0.20 -8 0 1 0.00 360.00 xcarc +sce +0 1.00 -48 64 -48 -80 32 -80 32 64 4 polygon +1.000 0.000 0.000 scb +(W) {/Symbol 0.200 cf} (V ) {/Helvetica-Bold 0.200 cf} 4 16 0 -8 -50 label +sce +(COM) {/Helvetica-Bold 0.200 cf} 2 16 0 -10 -66 label +1.000 0.000 0.000 scb +(A) {/Helvetica-Bold 0.200 cf} 2 16 0 -24 -66 label +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 05206.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 786 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 944 738 breadboard +1.00 0 336 706 real_batt +1.00 0 336 978 real_batt +1.00 0 336 434 real_batt +1.00 0 720 738 dip_8 +1.00 -1 352 1090 clip +1.00 -1 304 770 clip +1.00 -1 352 818 clip +1.00 -1 304 498 clip +1.00 -1 352 546 clip +1 1.00 584 1082 512 762 328 762 376 1082 spline +1 1.00 584 810 512 490 328 490 376 810 spline +1 1.00 568 490 768 402 768 578 376 538 spline +1.00 0 768 578 dot +1.00 -1 304 1050 clip +1 1.00 520 1002 664 1074 672 898 328 1042 spline +1.00 0 672 898 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 688 726 label +1.00 90 952 746 potentiometer1 +1 1.00 832 706 832 642 768 642 880 706 spline +1.00 0 880 706 dot +1.00 0 768 642 dot +1 1.00 848 786 784 850 672 834 880 786 spline +1.00 0 880 786 dot +1.00 0 672 834 dot +1.00 90 1176 746 potentiometer1 +1 1.00 1056 690 1024 594 768 610 1104 706 spline +1.00 0 1104 706 dot +1.00 0 768 610 dot +1 1.00 1040 802 960 914 672 866 1104 786 spline +1.00 0 1104 786 dot +1.00 0 672 866 dot +1 1.00 880 690 792 746 880 746 704 674 spline +1.00 0 880 746 dot +1.00 0 704 674 dot +1 1.00 848 586 1008 666 1104 746 736 642 spline +1.00 0 1104 746 dot +1.00 0 736 642 dot +1.00 180 624 546 _LED +1.00 0 640 578 dot +1.00 0 608 578 dot +1.00 0 768 674 dot +1.00 180 624 674 resistor4 +1.00 225 608 610 resistor4 +1.00 0 640 642 dot +1.00 0 576 578 dot +1.00 0 576 674 dot +1.00 0 672 674 dot +1 1.00 656 674 720 642 768 674 608 642 spline +1.00 0 608 642 dot +1.00 0 816 370 multimeter_tiny +1 1.00 808 370 792 362 2 polygon +1.00 0 1104 370 multimeter_tiny +1 1.00 1096 370 1080 362 2 polygon +1.000 0.000 0.000 scb +1 1.00 1272 378 936 770 1104 746 1120 322 spline +sce +1 1.00 944 546 1008 106 1120 306 768 578 spline +1.00 285 776 562 arrowhead90 +1.00 345 784 574 arrowhead90 +1.000 0.000 0.000 scb +1.00 -1 1092 746 arrowhead90 +1 1.00 936 354 800 690 880 746 832 322 spline +1.00 -301 876 738 arrowhead90 +sce +1 1.00 784 458 640 170 832 306 776 562 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05208.eps b/derived/Source/circuit_generation_code/EXP/05208.eps new file mode 100644 index 0000000000000000000000000000000000000000..c4851c36d12e653d3a36b989adf9098610288b62 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05208.eps @@ -0,0 +1,344 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05208.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Jan 31 20:18:03 2002 +%%Pages: 1 +%%BoundingBox: 68 68 385 267 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dcgen2 { +% -48 -64 96 128 bbox +begingate +(Gen) {/Helvetica 1.000 cf} 2 16 0 -36 -12 label +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -8 48 -8 64 8 64 8 48 4 polygon +1 1.00 -8 -48 -8 -64 8 -64 8 -48 4 polygon +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 860 702 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 940 718 opamp +1.00 0 380 574 battery +1.00 0 380 702 battery +1.00 0 380 830 battery +1 1.00 380 894 380 926 924 926 924 766 4 polygon +1 1.00 380 510 380 478 924 478 924 670 4 polygon +1 1.00 636 670 860 670 2 polygon +1.00 0 732 750 potentiometer +1 1.00 764 766 860 766 2 polygon +1 1.00 700 814 700 926 2 polygon +1.00 0 700 926 dot +1.00 0 700 670 jumper +1 1.00 700 654 700 478 2 polygon +1.00 0 700 478 dot +1.00 270 1084 718 _resistor +1.00 270 1212 718 _resistor +1.00 -181 1324 590 LED +1.00 0 924 478 dot +1 1.00 924 478 1308 478 1308 542 3 polygon +1 1.00 1276 718 1308 718 1308 638 3 polygon +(W) {/Symbol 1.000 cf} (330 ) {/Times-Roman 1.000 cf} 4 16 0 1020 750 label +(W) {/Symbol 1.000 cf} (470 ) {/Times-Roman 1.000 cf} 4 16 0 1164 750 label +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 876 710 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 268 814 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 268 686 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 268 558 label +1.00 0 380 478 gnd +1.00 0 380 478 dot +1.00 0 572 574 dcgen2 +1 1.00 572 638 572 670 636 670 3 polygon +1 1.00 572 510 572 478 2 polygon +1.00 0 572 478 dot +(+) {/Helvetica 1.000 cf} 2 16 0 532 622 label +(-) {/Helvetica 1.000 cf} 2 16 0 532 502 label +3 2.00 572 574 332 334 2 polygon +1 1.00 332 334 300 430 2 polygon +1 1.00 333 333 425 287 2 polygon +1 1.00 331 334 264 257 2 polygon +1 1.00 316 438 332 422 308 406 300 430 spline +1 1.00 248 266 255 288 279 277 264 256 spline +1 1.00 419 269 396 267 403 298 424 284 spline +(LED lights up when wind speed exceeds) {/Helvetica 1.000 cf} 2 16 0 572 382 label +("set-point" limit established by the) {/Helvetica 1.000 cf} 2 16 0 620 342 label +(potentiometer position.) {/Helvetica 1.000 cf} 2 16 0 732 302 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05209.eps b/derived/Source/circuit_generation_code/EXP/05209.eps new file mode 100644 index 0000000000000000000000000000000000000000..86e09a728c09567cbd4070d1819209a85befd70d --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05209.eps @@ -0,0 +1,299 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05209.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 2 15:13:13 2002 +%%Pages: 1 +%%BoundingBox: 68 68 346 221 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 848 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 864 556 opamp +1.00 0 368 412 battery +1.00 0 368 540 battery +1.00 0 368 668 battery +1.00 0 592 492 potentiometer +1.00 0 560 764 dot +1 1.00 560 764 560 556 2 polygon +1 1.00 560 428 560 316 2 polygon +1.00 0 560 316 dot +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 800 548 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 652 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 524 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 396 label +1.00 0 368 316 gnd +1.00 0 368 316 dot +1 1.00 368 732 368 764 848 764 848 604 4 polygon +1 1.00 368 348 368 316 848 316 848 508 4 polygon +1 1.00 624 508 784 508 2 polygon +1.00 90 848 684 jumper +1 1.00 784 604 752 604 752 684 832 684 4 polygon +1 1.00 864 684 992 684 992 556 944 556 4 polygon +1.00 0 992 556 dot +1 1.00 992 556 1104 556 2 polygon +1.00 0 1104 556 dot +1 1.00 848 316 1104 316 2 polygon +1.00 0 1104 316 dot +(input) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 668 404 label +0 1.00 656 444 656 380 768 380 768 444 4 polygon +(output) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1108 428 label +0 1.00 1104 468 1104 404 1216 404 1216 468 4 polygon +1.00 30 1136 508 arrow +1.00 -211 1136 364 arrow +1.00 45 672 476 arrow +1.00 -226 672 348 arrow +1.00 0 848 316 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05210.eps b/derived/Source/circuit_generation_code/EXP/05210.eps new file mode 100644 index 0000000000000000000000000000000000000000..f16f02cadd3f3e4aa763d4e85e9ba480a671fad6 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05210.eps @@ -0,0 +1,517 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05210.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 2 14:37:27 2002 +%%Pages: 1 +%%BoundingBox: 68 68 386 301 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05206.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 736 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 944 688 breadboard +1.00 0 336 656 real_batt +1.00 0 336 928 real_batt +1.00 0 336 384 real_batt +1.00 0 720 688 dip_8 +1.00 -1 352 1040 clip +1.00 -1 304 720 clip +1.00 -1 352 768 clip +1.00 -1 304 448 clip +1.00 -1 352 496 clip +1 1.00 584 1032 512 712 328 712 376 1032 spline +1 1.00 584 760 512 440 328 440 376 760 spline +1 1.00 568 440 768 352 768 528 376 488 spline +1.00 0 768 528 dot +1.00 -1 304 1000 clip +1 1.00 520 952 664 1024 672 848 328 992 spline +1.00 0 672 848 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 688 676 label +1.00 90 1176 696 potentiometer1 +1 1.00 1056 640 1024 544 768 560 1104 656 spline +1.00 0 1104 656 dot +1.00 0 768 560 dot +1 1.00 1040 752 960 864 672 816 1104 736 spline +1.00 0 1104 736 dot +1.00 0 672 816 dot +1 1.00 848 536 1008 616 1104 696 736 592 spline +1.00 0 1104 696 dot +1.00 0 736 592 dot +1.00 0 704 624 dot +1.00 0 672 624 dot +1 1.00 672 608 704 608 704 624 672 624 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05211.eps b/derived/Source/circuit_generation_code/EXP/05211.eps new file mode 100644 index 0000000000000000000000000000000000000000..085f3f03d943553fa4b0b75bd99d86cd82839039 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05211.eps @@ -0,0 +1,244 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05211.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 2 15:32:03 2002 +%%Pages: 1 +%%BoundingBox: 68 68 292 193 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 676 528 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 692 544 opamp +1.00 0 388 416 battery +1 1.00 452 496 612 496 2 polygon +1.00 0 820 544 dot +1 1.00 820 544 932 544 2 polygon +1 1.00 676 304 932 304 2 polygon +(input) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 408 label +1.000 0.000 1.000 scb +(0) {/Helvetica 1.000 cf} 2 16 0 372 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 932 256 label +sce +1 1.00 388 480 388 496 452 496 3 polygon +1 1.00 388 352 388 304 2 polygon +1 1.00 388 304 676 304 2 polygon +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 356 496 label +sce +1.00 0 932 432 __resistor +1 1.00 932 544 932 496 2 polygon +1 1.00 932 368 932 304 2 polygon +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 956 424 label +(1) {ss} (E) {/Times-Roman 1.000 cf} 4 16 0 644 536 label +1 1.00 612 592 580 592 580 672 820 672 820 544 772 544 6 polygon +1.000 0.000 1.000 scb +(2) {/Helvetica 1.000 cf} 2 16 0 948 544 label +(2) {/Helvetica 1.000 cf} 2 16 0 532 592 label +sce +0.600 0.600 0.600 scb +1.00 0 516 400 __resistor +1 1.00 516 464 516 496 2 polygon +1.00 0 516 496 dot +1 1.00 516 336 516 304 2 polygon +1.00 0 516 304 dot +(bogus) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 540 392 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05212.eps b/derived/Source/circuit_generation_code/EXP/05212.eps new file mode 100644 index 0000000000000000000000000000000000000000..fec6728ddcf37790fe836fba3ffaf15a4519d6e8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05212.eps @@ -0,0 +1,349 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05212.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 3 21:06:12 2002 +%%Pages: 1 +%%BoundingBox: 68 68 357 257 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 944 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 960 652 opamp +1.00 0 368 412 battery +1.00 0 368 540 battery +1.00 0 368 668 battery +1.00 0 688 700 potentiometer +1.00 0 656 316 dot +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 896 644 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 652 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 524 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 396 label +1.00 0 464 540 gnd +1 1.00 880 700 848 700 848 780 928 780 4 polygon +1.00 0 1088 652 dot +1 1.00 1088 652 1200 652 2 polygon +1.00 0 1200 652 dot +(output) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1148 484 label +0 1.00 1144 524 1144 460 1256 460 1256 524 4 polygon +1.00 0 1200 604 arrow +1.00 -181 1200 364 arrow +1.00 0 368 796 battery +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 780 label +1.00 0 368 604 dot +1 1.00 368 604 464 604 2 polygon +1.00 0 816 444 gnd +1 1.00 816 572 816 604 880 604 3 polygon +1.00 270 784 780 _resistor +1.00 0 848 780 dot +1.00 90 944 780 jumper +1.00 0 656 892 dot +1.00 180 656 828 _resistor +1 1.00 656 508 656 316 2 polygon +1.00 180 656 572 _resistor +1.00 180 816 508 _resistor +1 1.00 720 716 720 780 2 polygon +1 1.00 944 316 944 604 2 polygon +1 1.00 1200 572 1200 524 2 polygon +1 1.00 1200 460 1200 396 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 496 812 label +1 1.00 368 860 368 892 944 892 944 700 4 polygon +1 1.00 944 316 368 316 368 348 3 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 496 556 label +1 1.00 464 540 464 604 2 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 512 684 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 736 812 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 688 492 label +1.00 0 1200 316 gnd +1.00 270 1024 780 capacitor +1 1.00 1088 780 1088 652 1040 652 3 polygon +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 976 +828 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05213.eps b/derived/Source/circuit_generation_code/EXP/05213.eps new file mode 100644 index 0000000000000000000000000000000000000000..02edd5adcd920a8873b1f2caa9602990c6728505 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05213.eps @@ -0,0 +1,593 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05213.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Jul 21 09:57:08 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 377 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05206.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 688 848 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 960 800 breadboard +1.00 0 336 656 real_batt +1.00 0 336 928 real_batt +1.00 0 336 384 real_batt +1.00 0 736 800 dip_8 +1.00 -1 352 1040 clip +1.00 -1 304 720 clip +1.00 -1 352 768 clip +1.00 -1 304 448 clip +1.00 -1 352 496 clip +1 1.00 584 1032 512 712 328 712 376 1032 spline +1 1.00 584 760 512 440 328 440 376 760 spline +1.00 0 784 640 dot +1.00 -1 304 1000 clip +1.00 0 688 960 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 704 788 label +1.00 90 1192 808 potentiometer1 +1.00 0 1120 768 dot +1.00 0 1120 848 dot +1.00 0 1120 808 dot +1.00 0 336 1200 real_batt +1 1.00 584 1312 512 992 328 992 376 1312 spline +1.00 -1 352 1320 clip +1.00 -1 304 1264 clip +1 1.00 600 1256 688 1200 688 960 328 1256 spline +1 1.00 560 496 784 384 784 640 376 488 spline +1.00 -1 304 744 clip +1 1.00 448 720 536 680 592 768 328 736 spline +1.00 0 592 768 dot +1.00 0 672 688 resistor4 +1 2.00 624 688 592 672 2 polygon +1.00 0 592 672 dot +1 2.00 720 688 752 672 2 polygon +1.00 -1 752 672 dot +1.00 -181 704 576 capacitor1 +1 2.00 672 624 688 640 2 polygon +1.00 0 688 640 dot +1.00 0 720 640 dot +1 2.00 720 640 736 624 2 polygon +1.00 0 800 720 resistor4 +1 2.00 752 720 720 704 2 polygon +1.00 0 720 704 dot +1 2.00 848 720 880 704 2 polygon +1.00 -1 880 704 dot +1 1.00 1008 768 960 816 1120 808 880 736 spline +1.00 0 880 736 dot +1.00 0 864 656 resistor4 +1 2.00 816 656 784 672 2 polygon +1.00 -181 784 672 dot +1 2.00 912 656 944 672 2 polygon +1.00 180 944 672 dot +1 1.00 1040 752 1120 672 1120 768 944 640 spline +1.00 0 944 640 dot +1.00 0 768 912 resistor4 +1 2.00 720 912 688 928 2 polygon +1.00 -181 688 928 dot +1 2.00 816 912 848 928 2 polygon +1.00 180 848 928 dot +1 1.00 1008 912 912 848 1120 848 848 960 spline +1.00 0 848 960 dot +1.00 0 688 832 dot +1.00 0 720 832 dot +1.00 0 752 832 dot +1.00 0 784 832 dot +1.00 0 784 768 dot +1.00 0 752 768 dot +1.00 0 720 768 dot +1.00 0 688 768 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05214.eps b/derived/Source/circuit_generation_code/EXP/05214.eps new file mode 100644 index 0000000000000000000000000000000000000000..0fc1295b8e7386234db421e5d08c1becf3c5cf0e --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05214.eps @@ -0,0 +1,354 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05214.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 3 21:06:37 2002 +%%Pages: 1 +%%BoundingBox: 68 68 357 258 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 944 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 960 656 opamp +1.00 0 368 416 battery +1.00 0 368 544 battery +1.00 0 368 672 battery +1.00 0 688 704 potentiometer +1.00 0 656 320 dot +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 896 648 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 656 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 528 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 400 label +1.00 0 464 544 gnd +1 1.00 880 704 848 704 848 784 928 784 4 polygon +1.00 0 1088 656 dot +1 1.00 1088 656 1200 656 2 polygon +1.00 0 1200 656 dot +(output) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1148 488 label +0 1.00 1144 528 1144 464 1256 464 1256 528 4 polygon +1.00 0 1200 608 arrow +1.00 -181 1200 368 arrow +1.00 0 368 800 battery +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 784 label +1.00 0 368 608 dot +1 1.00 368 608 464 608 2 polygon +1.00 0 816 448 gnd +1 1.00 816 576 816 608 880 608 3 polygon +1.00 270 784 784 _resistor +1.00 0 848 784 dot +1.00 90 944 784 jumper +1.00 0 656 896 dot +1.00 180 656 832 _resistor +1 1.00 656 512 656 320 2 polygon +1.00 180 656 576 _resistor +1.00 180 816 512 _resistor +1 1.00 944 320 944 608 2 polygon +1 1.00 1200 576 1200 528 2 polygon +1 1.00 1200 464 1200 400 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 496 816 label +1 1.00 368 864 368 896 944 896 944 704 4 polygon +1 1.00 944 320 368 320 368 352 3 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 496 560 label +1 1.00 464 544 464 608 2 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 512 688 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 736 816 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 832 496 label +1.000 0.000 0.000 scb +1 1.00 720 784 720 752 752 752 752 448 816 448 5 polygon +1.00 0 816 448 dot +sce +(Connect integrator input directly to ground) {/Helvetica-Oblique 1.000 cf} 2 16 0 368 256 label +1.00 0 1200 320 gnd +1.00 270 1024 784 capacitor +1 1.00 1088 784 1088 656 1040 656 3 polygon +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 976 +832 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05215.eps b/derived/Source/circuit_generation_code/EXP/05215.eps new file mode 100644 index 0000000000000000000000000000000000000000..5a4b7b64bf5c5aa01e0e6ad8c58cffb091ed1546 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05215.eps @@ -0,0 +1,591 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05215.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 3 20:31:22 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 377 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05206.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 688 848 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 960 800 breadboard +1.00 0 336 656 real_batt +1.00 0 336 928 real_batt +1.00 0 336 384 real_batt +1.00 0 736 800 dip_8 +1.00 -1 352 1040 clip +1.00 -1 304 720 clip +1.00 -1 352 768 clip +1.00 -1 304 448 clip +1.00 -1 352 496 clip +1 1.00 584 1032 512 712 328 712 376 1032 spline +1 1.00 584 760 512 440 328 440 376 760 spline +1.00 0 784 640 dot +1.00 -1 304 1000 clip +1.00 0 688 960 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 704 788 label +1.00 90 1192 808 potentiometer1 +1.00 0 1120 768 dot +1.00 0 1120 848 dot +1.00 0 1120 808 dot +1.00 0 336 1200 real_batt +1 1.00 584 1312 512 992 328 992 376 1312 spline +1.00 -1 352 1320 clip +1.00 -1 304 1264 clip +1 1.00 600 1256 688 1200 688 960 328 1256 spline +1 1.00 560 496 784 384 784 640 376 488 spline +1.00 -1 304 744 clip +1 1.00 448 720 536 680 592 768 328 736 spline +1.00 0 592 768 dot +1.00 0 672 688 resistor4 +1 2.00 624 688 592 672 2 polygon +1.00 0 592 672 dot +1 2.00 720 688 752 672 2 polygon +1.00 -1 752 672 dot +1.00 -181 704 576 capacitor1 +1 2.00 672 624 688 640 2 polygon +1.00 0 688 640 dot +1.00 0 720 640 dot +1 2.00 720 640 736 624 2 polygon +1.00 0 800 720 resistor4 +1 2.00 752 720 720 704 2 polygon +1.00 0 720 704 dot +1 2.00 848 720 880 704 2 polygon +1.00 -1 880 704 dot +1.000 0.000 0.000 scb +1.00 0 880 736 dot +sce +1.00 0 864 656 resistor4 +1 2.00 816 656 784 672 2 polygon +1.00 -181 784 672 dot +1 2.00 912 656 944 672 2 polygon +1.00 180 944 672 dot +1 1.00 1040 752 1120 672 1120 768 944 640 spline +1.00 0 944 640 dot +1.00 0 768 912 resistor4 +1 2.00 720 912 688 928 2 polygon +1.00 -181 688 928 dot +1 2.00 816 912 848 928 2 polygon +1.00 180 848 928 dot +1 1.00 1008 912 912 848 1120 848 848 960 spline +1.00 0 848 960 dot +1.000 0.000 0.000 scb +1.00 0 592 736 dot +1 1.00 640 768 832 768 880 736 592 736 spline +sce +(Connect integrator input directly to ground) {/Helvetica-Oblique 1.000 cf} 2 16 0 592 416 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05216.eps b/derived/Source/circuit_generation_code/EXP/05216.eps new file mode 100644 index 0000000000000000000000000000000000000000..213bda8d5b4d7db96bb0858260d813234dc944ab --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05216.eps @@ -0,0 +1,359 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05216.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 3 21:07:10 2002 +%%Pages: 1 +%%BoundingBox: 68 68 357 272 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 944 592 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 960 704 opamp +1.00 0 368 464 battery +1.00 0 368 592 battery +1.00 0 368 720 battery +1.00 0 688 752 potentiometer +1.00 0 656 368 dot +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 896 696 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 704 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 576 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 448 label +1.00 0 464 592 gnd +1 1.00 880 752 848 752 848 832 928 832 4 polygon +1.00 0 1088 704 dot +1 1.00 1088 704 1200 704 2 polygon +1.00 0 1200 704 dot +(output) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1148 536 label +0 1.00 1144 576 1144 512 1256 512 1256 576 4 polygon +1.00 0 1200 656 arrow +1.00 -181 1200 416 arrow +1.00 0 368 848 battery +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 832 label +1.00 0 368 656 dot +1 1.00 368 656 464 656 2 polygon +1.00 0 816 496 gnd +1 1.00 816 624 816 656 880 656 3 polygon +1.00 270 784 832 _resistor +1.00 0 848 832 dot +1.00 90 944 832 jumper +1.00 0 656 944 dot +1.00 180 656 880 _resistor +1 1.00 656 560 656 368 2 polygon +1.00 180 656 624 _resistor +1.00 180 816 560 _resistor +1 1.00 944 368 944 656 2 polygon +1 1.00 1200 624 1200 576 2 polygon +1 1.00 1200 512 1200 448 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 496 864 label +1 1.00 368 912 368 944 944 944 944 752 4 polygon +1 1.00 944 368 368 368 368 400 3 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 496 608 label +1 1.00 464 592 464 656 2 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 512 736 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 736 864 label +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 832 544 label +1.000 0.000 0.000 scb +1 1.00 720 832 720 800 752 800 752 496 816 496 5 polygon +1.00 0 816 496 dot +sce +(Connect integrator input directly to ground) {/Helvetica-Oblique 1.000 cf} 2 16 0 368 304 label +1.000 0.000 0.000 scb +1 1.00 816 624 784 624 784 528 816 496 4 polygon +1.00 0 816 624 dot +sce +(Short past the "grounding" resistor) {/Helvetica-Oblique 1.000 cf} 2 16 0 416 256 label +1.00 0 1200 368 gnd +1.00 270 1024 832 capacitor +1 1.00 1088 832 1088 704 1040 704 3 polygon +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 976 +880 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05217.eps b/derived/Source/circuit_generation_code/EXP/05217.eps new file mode 100644 index 0000000000000000000000000000000000000000..a62b08c3d66016992dbb67f5b406bc6617000b17 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05217.eps @@ -0,0 +1,597 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05217.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 3 20:42:58 2002 +%%Pages: 1 +%%BoundingBox: 68 68 391 377 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05206.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 688 848 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 960 800 breadboard +1.00 0 336 656 real_batt +1.00 0 336 928 real_batt +1.00 0 336 384 real_batt +1.00 0 736 800 dip_8 +1.00 -1 352 1040 clip +1.00 -1 304 720 clip +1.00 -1 352 768 clip +1.00 -1 304 448 clip +1.00 -1 352 496 clip +1 1.00 584 1032 512 712 328 712 376 1032 spline +1 1.00 584 760 512 440 328 440 376 760 spline +1.00 0 784 640 dot +1.00 -1 304 1000 clip +1.00 0 688 960 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 704 788 label +1.00 90 1192 808 potentiometer1 +1.00 0 1120 768 dot +1.00 0 1120 848 dot +1.00 0 1120 808 dot +1.00 0 336 1200 real_batt +1 1.00 584 1312 512 992 328 992 376 1312 spline +1.00 -1 352 1320 clip +1.00 -1 304 1264 clip +1 1.00 600 1256 688 1200 688 960 328 1256 spline +1 1.00 560 496 784 384 784 640 376 488 spline +1.00 -1 304 744 clip +1 1.00 448 720 536 680 592 768 328 736 spline +1.00 0 592 768 dot +1.00 0 672 688 resistor4 +1 2.00 624 688 592 672 2 polygon +1.00 0 592 672 dot +1 2.00 720 688 752 672 2 polygon +1.00 -1 752 672 dot +1.00 -181 704 576 capacitor1 +1 2.00 672 624 688 640 2 polygon +1.00 0 688 640 dot +1.00 0 720 640 dot +1 2.00 720 640 736 624 2 polygon +1.00 0 800 720 resistor4 +1 2.00 752 720 720 704 2 polygon +1.00 0 720 704 dot +1 2.00 848 720 880 704 2 polygon +1.00 -1 880 704 dot +1.000 0.000 0.000 scb +1.00 0 880 736 dot +sce +1.00 0 864 656 resistor4 +1 2.00 816 656 784 672 2 polygon +1.00 -181 784 672 dot +1 2.00 912 656 944 672 2 polygon +1.00 180 944 672 dot +1 1.00 1040 752 1120 672 1120 768 944 640 spline +1.00 0 944 640 dot +1.00 0 768 912 resistor4 +1 2.00 720 912 688 928 2 polygon +1.00 -181 688 928 dot +1 2.00 816 912 848 928 2 polygon +1.00 180 848 928 dot +1 1.00 1008 912 912 848 1120 848 848 960 spline +1.00 0 848 960 dot +1.000 0.000 0.000 scb +1.00 0 592 736 dot +1 1.00 640 768 832 768 880 736 592 736 spline +sce +(Connect integrator input directly to ground) {/Helvetica-Oblique 1.000 cf} 2 16 0 592 416 label +1.000 0.000 0.000 scb +1 1.00 704 720 608 720 592 704 752 736 spline +1.00 0 752 736 dot +1.00 0 592 704 dot +sce +(Short past the "grounding" resistor) {/Helvetica-Oblique 1.000 cf} 2 16 0 592 368 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05218.eps b/derived/Source/circuit_generation_code/EXP/05218.eps new file mode 100644 index 0000000000000000000000000000000000000000..dec5b4d6d38c2642aecf9a144e329efdbd5ef896 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05218.eps @@ -0,0 +1,263 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05218.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 3 21:08:11 2002 +%%Pages: 1 +%%BoundingBox: 68 68 248 172 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 688 284 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 704 396 opamp +1 1.00 624 444 592 444 592 524 672 524 4 polygon +1.00 0 304 364 gnd +1 1.00 560 316 560 348 624 348 3 polygon +1.00 270 448 524 _resistor +1.00 0 592 524 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 400 556 label +1.00 0 304 428 battery +1.00 0 560 316 gnd +1.00 270 736 524 capacitor +1 1.00 800 524 832 524 832 396 784 396 4 polygon +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 688 +572 label +1 1.00 304 492 304 524 384 524 3 polygon +1 1.00 512 524 592 524 2 polygon +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 272 524 label +(0) {/Helvetica 1.000 cf} 2 16 0 256 348 label +(0) {/Helvetica 1.000 cf} 2 16 0 528 364 label +(2) {/Helvetica 1.000 cf} 2 16 0 576 556 label +(3) {/Helvetica 1.000 cf} 2 16 0 848 524 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05219.eps b/derived/Source/circuit_generation_code/EXP/05219.eps new file mode 100644 index 0000000000000000000000000000000000000000..3f9a1a6e8ab155ac5dda5e777b6c3d3ef2962dce --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05219.eps @@ -0,0 +1,305 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05219.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 17:37:30 2002 +%%Pages: 1 +%%BoundingBox: 68 68 346 221 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 848 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 864 556 opamp +1.00 0 368 412 battery +1.00 0 368 540 battery +1.00 0 368 668 battery +1.00 0 592 492 potentiometer +1.00 0 560 764 dot +1 1.00 560 764 560 556 2 polygon +1 1.00 560 428 560 316 2 polygon +1.00 0 560 316 dot +( 1458) {ns} (2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 9 16 0 800 548 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 652 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 524 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 396 label +1.00 0 368 316 gnd +1.00 0 368 316 dot +1 1.00 368 732 368 764 848 764 848 604 4 polygon +1 1.00 368 348 368 316 848 316 848 508 4 polygon +1 1.00 624 508 784 508 2 polygon +1.00 90 848 684 jumper +1 1.00 864 684 992 684 992 556 944 556 4 polygon +1.00 0 992 556 dot +1 1.00 992 556 1104 556 2 polygon +1.00 0 1104 556 dot +1 1.00 848 316 1104 316 2 polygon +1.00 0 1104 316 dot +(input) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 668 404 label +0 1.00 656 444 656 380 768 380 768 444 4 polygon +(output) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1108 428 label +0 1.00 1104 468 1104 404 1216 404 1216 468 4 polygon +1.00 30 1136 508 arrow +1.00 -211 1136 364 arrow +1.00 45 672 476 arrow +1.00 -226 672 348 arrow +1.00 0 848 316 dot +1.00 -271 736 652 potentiometer +1 1.00 800 684 832 684 2 polygon +1 1.00 720 620 720 604 784 604 3 polygon +1.00 0 624 652 gnd +1 1.00 624 652 624 684 672 684 3 polygon +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 496 492 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 704 716 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05220.eps b/derived/Source/circuit_generation_code/EXP/05220.eps new file mode 100644 index 0000000000000000000000000000000000000000..8bf7bece9e6cc9bea176824d082ae5b3a899803f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05220.eps @@ -0,0 +1,524 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05220.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 17:40:34 2002 +%%Pages: 1 +%%BoundingBox: 68 68 386 302 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05206.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 742 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 944 694 breadboard +1.00 0 336 662 real_batt +1.00 0 336 934 real_batt +1.00 0 336 390 real_batt +1.00 0 720 694 dip_8 +1.00 -1 352 1046 clip +1.00 -1 304 726 clip +1.00 -1 352 774 clip +1.00 -1 304 454 clip +1.00 -1 352 502 clip +1 1.00 584 1038 512 718 328 718 376 1038 spline +1 1.00 584 766 512 446 328 446 376 766 spline +1 1.00 568 446 768 358 768 534 376 494 spline +1.00 0 768 534 dot +1.00 -1 304 1006 clip +1 1.00 520 958 664 1030 672 854 328 998 spline +1.00 0 672 854 dot +(1458) {/Helvetica 0.750 cf} 2 16 0 688 682 label +1.00 90 1176 702 potentiometer1 +1 1.00 1056 646 1024 550 768 566 1104 662 spline +1.00 0 1104 662 dot +1.00 0 768 566 dot +1 1.00 1040 758 960 870 672 822 1104 742 spline +1.00 0 1104 742 dot +1.00 0 672 822 dot +1.00 0 1104 702 dot +1.00 0 600 334 potentiometer1 +1 1.00 680 534 592 582 600 406 704 630 spline +1.00 0 600 406 dot +1.00 0 704 630 dot +1 1.00 512 502 576 582 672 630 560 406 spline +1.00 0 560 406 dot +1.00 0 672 630 dot +1 1.00 912 678 944 630 1104 702 736 630 spline +1.00 0 736 630 dot +1 1.00 640 470 656 534 768 598 640 406 spline +1.00 0 768 598 dot +1.00 0 640 406 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05221.eps b/derived/Source/circuit_generation_code/EXP/05221.eps new file mode 100644 index 0000000000000000000000000000000000000000..4751c29891022a5509b816fcdfcb42d1f2ea779f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05221.eps @@ -0,0 +1,291 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05221.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 17:51:42 2002 +%%Pages: 1 +%%BoundingBox: 68 68 292 217 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 05205.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 676 540 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 692 556 opamp +1.00 0 388 428 battery +1 1.00 452 508 612 508 2 polygon +1.00 0 820 556 dot +1 1.00 820 556 932 556 2 polygon +1 1.00 676 316 932 316 2 polygon +(input) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 420 label +1.000 0.000 1.000 scb +(0) {/Helvetica 1.000 cf} 2 16 0 340 300 label +(0) {/Helvetica 1.000 cf} 2 16 0 932 268 label +sce +1 1.00 388 492 388 508 452 508 3 polygon +1 1.00 388 364 388 316 2 polygon +1 1.00 388 316 676 316 2 polygon +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 356 508 label +sce +1.00 0 932 444 __resistor +1 1.00 932 556 932 508 2 polygon +1 1.00 932 380 932 316 2 polygon +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 956 436 label +(1) {ss} (E) {/Times-Roman 1.000 cf} 4 16 0 644 548 label +1.000 0.000 1.000 scb +(2) {/Helvetica 1.000 cf} 2 16 0 532 604 label +sce +0.600 0.600 0.600 scb +1.00 0 516 412 __resistor +1 1.00 516 476 516 508 2 polygon +1.00 0 516 508 dot +1 1.00 516 348 516 316 2 polygon +1.00 0 516 316 dot +(bogus) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 540 404 label +sce +1.00 270 676 700 _resistor +1 1.00 612 604 580 604 580 700 3 polygon +1.00 0 580 700 dot +1.00 270 484 700 _resistor +1.00 0 388 316 gnd +1.00 0 388 316 dot +1.00 0 388 668 gnd +1 1.00 388 668 388 700 420 700 3 polygon +1.000 0.000 1.000 scb +(0) {/Helvetica 1.000 cf} 2 16 0 340 652 label +sce +1 1.00 548 700 612 700 2 polygon +1 1.00 740 700 820 700 820 556 772 556 4 polygon +1.000 0.000 1.000 scb +(3) {/Helvetica 1.000 cf} 2 16 0 948 556 label +(3) {/Helvetica 1.000 cf} 2 16 0 820 716 label +(2) {/Helvetica 1.000 cf} 2 16 0 564 724 label +sce +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 660 732 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 468 732 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05222.eps b/derived/Source/circuit_generation_code/EXP/05222.eps new file mode 100644 index 0000000000000000000000000000000000000000..a3f85d59d6a3c113a084cbcb702211ab7aafebd8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05222.eps @@ -0,0 +1,293 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05222.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 19:51:10 2002 +%%Pages: 1 +%%BoundingBox: 68 68 265 223 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 492 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 636 battery +1.00 0 368 476 battery +1 1.00 368 572 368 540 2 polygon +1.00 0 880 428 npn +1.00 270 720 428 _resistor +1.00 0 880 684 _resistor +1 1.00 560 316 880 316 2 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 864 420 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 628 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 468 label +1.00 0 368 316 gnd +1.00 0 368 316 dot +1 1.00 880 364 880 316 2 polygon +1 1.00 784 428 816 428 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 656 460 label +1.00 -181 896 572 LED +1 1.00 880 524 880 492 2 polygon +(W) {/Symbol 1.000 cf} (560 ) {/Times-Roman 1.000 cf} 4 16 0 736 668 label +1 1.00 368 412 368 316 560 316 3 polygon +1 1.00 368 700 368 780 880 780 880 748 4 polygon +1.000 0.000 0.000 scb +1 1.00 656 428 592 428 592 716 3 polygon +1 1.00 576 700 592 716 608 700 3 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05223.eps b/derived/Source/circuit_generation_code/EXP/05223.eps new file mode 100644 index 0000000000000000000000000000000000000000..8b8d6360710b1daf798cb0d00c2fb7faa366f389 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05223.eps @@ -0,0 +1,536 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05223.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 19:50:41 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 225 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 610 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 482 breadboard +1.00 0 1074 706 transistor2 +1 1.00 1058 658 1042 642 2 polygon +1.00 0 1042 642 dot +1 1.00 1074 658 1074 642 2 polygon +1.00 0 1074 642 dot +1 1.00 1090 658 1106 642 2 polygon +1.00 0 1106 642 dot +1.00 0 354 546 real_batt +1.00 0 546 546 real_batt +1.00 -271 346 682 clip +1.00 -271 298 650 clip +1.00 -271 490 650 clip +1.00 -271 538 682 clip +1 1.00 354 770 498 754 498 674 354 706 spline +1.00 0 962 642 resistor4 +1.00 0 914 642 dot +1.00 0 1010 642 dot +1 1.00 626 930 1346 850 1106 610 546 706 spline +1.00 0 1106 610 dot +1.00 -181 1026 578 _LED +1.00 0 1042 610 dot +1.00 0 1010 610 dot +1 1.00 306 882 690 946 914 610 306 674 spline +1.00 0 914 610 dot +1.00 0 1122 546 resistor4 +1.00 0 1074 546 dot +1.00 0 1170 546 dot +1.000 0.000 0.000 scb +1 1.00 1042 450 898 466 898 562 1170 514 spline +sce +1.00 0 1170 514 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05224.eps b/derived/Source/circuit_generation_code/EXP/05224.eps new file mode 100644 index 0000000000000000000000000000000000000000..b8339c92ab197e59985a75691ac825580e5e73ca --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05224.eps @@ -0,0 +1,667 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05224.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 19:59:09 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 362 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 1129 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 1001 breadboard +1.00 0 1074 1225 transistor2 +1 1.00 1058 1177 1042 1161 2 polygon +1.00 0 1042 1161 dot +1 1.00 1074 1177 1074 1161 2 polygon +1.00 0 1074 1161 dot +1 1.00 1090 1177 1106 1161 2 polygon +1.00 0 1106 1161 dot +1.00 0 354 1065 real_batt +1.00 0 546 1065 real_batt +1.00 -271 346 1201 clip +1.00 -271 298 1169 clip +1.00 -271 490 1169 clip +1.00 -271 538 1201 clip +1 1.00 354 1289 498 1273 498 1193 354 1225 spline +1.00 0 962 1161 resistor4 +1.00 0 914 1161 dot +1.00 0 1010 1161 dot +1 1.00 626 1449 1346 1369 1106 1129 546 1225 spline +1.00 0 1106 1129 dot +1.00 -181 1026 1097 _LED +1.00 0 1042 1129 dot +1.00 0 1010 1129 dot +1 1.00 306 1401 690 1465 914 1129 306 1193 spline +1.00 0 914 1129 dot +1.00 0 1122 1065 resistor4 +1.00 0 1074 1065 dot +1.00 0 1170 1065 dot +1.00 0 1170 1033 dot +1.00 0 434 633 multimeter +1 2.00 434 617 498 569 2 polygon +1.00 270 338 393 plug_+_ +1.00 0 546 409 plug_-_ +1.00 0 1106 537 probe_-_ +1.000 0.000 0.000 scb +1 1.00 1138 953 1074 793 1106 713 1170 1033 spline +sce +1 1.00 1090 185 834 377 578 409 1106 361 spline +1.00 0 914 953 probe_+_ +1.000 0.000 0.000 scb +1 1.00 882 217 338 201 338 361 914 777 spline +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05225.eps b/derived/Source/circuit_generation_code/EXP/05225.eps new file mode 100644 index 0000000000000000000000000000000000000000..dc2282d8c46de9c94add94b8535597e3f1a0cf80 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05225.eps @@ -0,0 +1,541 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05225.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 4 20:10:29 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 263 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 754 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 626 breadboard +1.00 0 1074 850 transistor2 +1 1.00 1058 802 1042 786 2 polygon +1.00 0 1042 786 dot +1 1.00 1074 802 1074 786 2 polygon +1.00 0 1074 786 dot +1 1.00 1090 802 1106 786 2 polygon +1.00 0 1106 786 dot +1.00 0 354 690 real_batt +1.00 0 546 690 real_batt +1.00 -271 346 826 clip +1.00 -271 298 794 clip +1.00 -271 490 794 clip +1.00 -271 538 826 clip +1 1.00 354 914 498 898 498 818 354 850 spline +1.00 0 962 786 resistor4 +1.00 0 914 786 dot +1.00 0 1010 786 dot +1 1.00 626 1074 1346 994 1106 754 546 850 spline +1.00 0 1106 754 dot +1.00 -181 1026 722 _LED +1.00 0 1042 754 dot +1.00 0 1010 754 dot +1 1.00 306 1026 690 1090 914 754 306 818 spline +1.00 0 914 754 dot +1.00 0 1122 690 resistor4 +1.00 0 1074 690 dot +1.00 0 1170 690 dot +0.600 0.600 0.600 scb +241 1.00 867 696 882 722 869 731 904 746 908 707 895 715 881 687 867 696 +8 polygon +241 1.00 1146 622 1154 650 1139 656 1169 679 1182 643 1168 647 1162 616 1146 +622 8 polygon +sce +(Bridge the two points identified by arrows) {/Helvetica-Oblique 1.000 cf} 2 16 0 722 354 label +(with two fingers of one hand, to conduct a) {/Helvetica-Oblique 1.000 cf} 2 16 0 722 314 label +(small current to the transistor's base.) {/Helvetica-Oblique 1.000 cf} 2 16 0 722 274 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05227.eps b/derived/Source/circuit_generation_code/EXP/05227.eps new file mode 100644 index 0000000000000000000000000000000000000000..802f364fc88ff79c5249ae9308947134d47d3906 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05227.eps @@ -0,0 +1,282 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05227.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Feb 5 19:16:04 2002 +%%Pages: 1 +%%BoundingBox: 68 68 265 196 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +/jfet_n { +% -64 -80 128 160 bbox +begingate +1.00 -1 0 0 arrowhead90 +1 1.00 0 0 -64 0 2 polygon +1 1.00 16 48 16 -48 2 polygon +1 1.00 16 -32 64 -32 64 -80 3 polygon +1 1.00 16 32 64 32 64 80 3 polygon +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 492 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 476 battery +1.00 270 656 428 _resistor +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 880 420 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 468 label +1.00 0 368 316 gnd +1.00 0 368 316 dot +1 1.00 720 428 752 428 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 592 460 label +1.00 -181 896 588 LED +1 1.00 880 540 880 508 2 polygon +1 1.00 368 412 368 316 560 316 3 polygon +1.000 0.000 0.000 scb +1 1.00 592 428 528 428 528 556 3 polygon +1 1.00 512 540 528 556 544 540 3 polygon +sce +1.00 0 816 428 jfet_n +1 1.00 560 316 880 316 880 348 3 polygon +1 1.00 368 540 368 684 880 684 880 636 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05228.eps b/derived/Source/circuit_generation_code/EXP/05228.eps new file mode 100644 index 0000000000000000000000000000000000000000..abb84ba8745aa0c2bb62530addddbae25ad6f38a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05228.eps @@ -0,0 +1,529 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05228.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Tue Feb 5 19:20:55 2002 +%%Pages: 1 +%%BoundingBox: 68 68 368 234 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/transistor3 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 0 -16 32 16 32 16 0 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 -48 0 0 2 polygon +1 1.00 -16 -48 -16 -8 -8 0 3 polygon +1 1.00 16 -48 16 -8 8 0 3 polygon +(SGD) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 592 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 880 464 breadboard +1 1.00 848 640 832 624 2 polygon +1.00 0 832 624 dot +1 1.00 864 640 864 624 2 polygon +1.00 0 864 624 dot +1 1.00 880 640 896 624 2 polygon +1.00 0 896 624 dot +1.00 0 336 528 real_batt +1.00 -271 280 632 clip +1.00 -271 328 664 clip +1 1.00 416 912 1136 832 896 592 336 688 spline +1.00 0 896 592 dot +1.00 -181 816 560 _LED +1.00 0 832 592 dot +1.00 0 800 592 dot +1.00 0 912 528 resistor4 +1.00 0 864 528 dot +1.00 0 960 528 dot +1.000 0.000 0.000 scb +1 1.00 832 432 688 448 688 544 960 496 spline +sce +1.00 0 960 496 dot +1 1.00 656 880 320 880 288 656 800 624 spline +1.00 0 800 624 dot +1.00 0 864 688 transistor3 +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05229.eps b/derived/Source/circuit_generation_code/EXP/05229.eps new file mode 100644 index 0000000000000000000000000000000000000000..885e1d11529e2b6ab73d66b5febe5859d8c5e82f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05229.eps @@ -0,0 +1,291 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05229.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Feb 7 18:23:52 2002 +%%Pages: 1 +%%BoundingBox: 68 68 319 191 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/DC_voltmeter { +% -32 -64 72 128 bbox +begingate +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +(V) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 696 492 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 376 412 battery +1.00 0 376 572 battery +1 1.00 376 508 376 476 2 polygon +1.00 0 664 524 potentiometer +1 1.00 376 636 376 668 632 668 632 588 4 polygon +1 1.00 632 460 632 316 376 316 376 348 4 polygon +1.00 270 760 540 capacitor +1.00 0 856 428 _resistor +1 1.00 632 316 856 316 856 364 3 polygon +1.00 0 632 316 dot +1 1.00 856 492 856 540 824 540 3 polygon +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 880 420 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 704 +588 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 512 516 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 564 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 404 label +1.00 0 1080 428 DC_voltmeter +1 1.00 856 540 1080 540 1080 492 3 polygon +1 1.00 856 316 1080 316 1080 364 3 polygon +1.00 0 856 316 dot +1.00 0 856 540 dot +1.00 0 376 316 gnd +1.00 0 376 316 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05230.eps b/derived/Source/circuit_generation_code/EXP/05230.eps new file mode 100644 index 0000000000000000000000000000000000000000..9e8155dd23eb15aa2a41ec4fd9168a8c52f5eae8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05230.eps @@ -0,0 +1,478 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05230.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Feb 7 18:11:47 2002 +%%Pages: 1 +%%BoundingBox: 68 68 376 379 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/terminal_strip_3 { +% -208 -64 400 128 bbox +begingate +0 1.00 -96 48 -96 -48 -64 -48 -64 48 4 polygon +0 1.00 -192 48 -192 -48 -160 -48 -160 48 4 polygon +1 1.00 -176 32 8 0.00 360.00 xcarc +1 1.00 -172 38 -182 29 2 polygon +1 1.00 -170 35 -180 26 2 polygon +1 1.00 -176 -32 8 0.00 360.00 xcarc +1 1.00 -172 -26 -182 -35 2 polygon +1 1.00 -170 -29 -180 -38 2 polygon +0 1.00 -144 48 -144 -48 -112 -48 -112 48 4 polygon +1 1.00 -128 32 8 0.00 360.00 xcarc +1 1.00 -124 38 -134 29 2 polygon +1 1.00 -122 35 -132 26 2 polygon +1 1.00 -128 -32 8 0.00 360.00 xcarc +1 1.00 -124 -26 -134 -35 2 polygon +1 1.00 -122 -29 -132 -38 2 polygon +1 1.00 -80 32 8 0.00 360.00 xcarc +1 1.00 -76 38 -86 29 2 polygon +1 1.00 -74 35 -84 26 2 polygon +1 1.00 -80 -32 8 0.00 360.00 xcarc +1 1.00 -76 -26 -86 -35 2 polygon +1 1.00 -74 -29 -84 -38 2 polygon +0 1.00 -48 48 -48 -48 -16 -48 -16 48 4 polygon +1 1.00 -32 32 8 0.00 360.00 xcarc +1 1.00 -28 38 -38 29 2 polygon +1 1.00 -26 35 -36 26 2 polygon +1 1.00 -32 -32 8 0.00 360.00 xcarc +1 1.00 -28 -26 -38 -35 2 polygon +1 1.00 -26 -29 -36 -38 2 polygon +0 1.00 0 48 0 -48 32 -48 32 48 4 polygon +1 1.00 16 32 8 0.00 360.00 xcarc +1 1.00 20 38 10 29 2 polygon +1 1.00 22 35 12 26 2 polygon +1 1.00 16 -32 8 0.00 360.00 xcarc +1 1.00 20 -26 10 -35 2 polygon +1 1.00 22 -29 12 -38 2 polygon +0 1.00 48 48 48 -48 80 -48 80 48 4 polygon +1 1.00 64 32 8 0.00 360.00 xcarc +1 1.00 68 38 58 29 2 polygon +1 1.00 70 35 60 26 2 polygon +1 1.00 64 -32 8 0.00 360.00 xcarc +1 1.00 68 -26 58 -35 2 polygon +1 1.00 70 -29 60 -38 2 polygon +0 1.00 96 48 96 -48 128 -48 128 48 4 polygon +1 1.00 112 32 8 0.00 360.00 xcarc +1 1.00 116 38 106 29 2 polygon +1 1.00 118 35 108 26 2 polygon +1 1.00 112 -32 8 0.00 360.00 xcarc +1 1.00 116 -26 106 -35 2 polygon +1 1.00 118 -29 108 -38 2 polygon +0 1.00 144 48 144 -48 176 -48 176 48 4 polygon +1 1.00 160 32 8 0.00 360.00 xcarc +1 1.00 164 38 154 29 2 polygon +1 1.00 166 35 156 26 2 polygon +1 1.00 160 -32 8 0.00 360.00 xcarc +1 1.00 164 -26 154 -35 2 polygon +1 1.00 166 -29 156 -38 2 polygon +0.600 0.600 0.600 scb +0 2.00 -208 64 -208 -64 192 -64 192 64 4 polygon +sce +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05229.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 598 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 864 550 terminal_strip_3 +1.00 0 736 334 potentiometer1 +1 1.00 752 438 720 454 736 502 736 406 spline +1.00 0 736 406 dot +1 1.00 776 446 800 446 784 502 776 406 spline +1.00 0 776 406 dot +1 1.00 712 462 656 430 688 502 696 406 spline +1.00 0 696 406 dot +1.00 -181 864 422 capacitor1 +1 2.00 832 470 832 502 2 polygon +1 2.00 880 502 896 470 2 polygon +1.00 270 976 422 resistor4 +1 2.00 928 502 928 374 2 polygon +1 2.00 928 342 976 342 976 374 928 374 spline +1 2.00 976 470 976 502 2 polygon +1.00 0 336 406 real_batt +1.00 0 336 694 real_batt +1.00 -1 352 806 clip +1.00 -1 304 470 clip +1 1.00 584 798 536 462 328 462 376 798 spline +1.00 -271 280 790 clip +1.00 -1 352 518 clip +1 1.00 472 534 688 822 688 598 376 510 spline +1 1.00 288 918 784 918 784 598 288 814 spline +1 1.00 736 694 832 694 832 598 736 598 spline +1 1.00 880 694 928 694 928 598 880 598 spline +1 1.00 688 726 976 726 976 598 688 598 spline +1.00 0 848 1094 multimeter +1.00 120 1128 606 probe_-_ +1.00 0 960 870 plug_-_ +1.00 0 960 934 plug_+_ +1 1.00 1408 766 1240 862 1000 870 1280 694 spline +1.00 135 1056 646 probe_+_ +1.000 0.000 0.000 scb +1 1.00 1112 942 1376 974 1176 766 1000 934 spline +sce +1 2.00 848 1078 784 1030 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05231.eps b/derived/Source/circuit_generation_code/EXP/05231.eps new file mode 100644 index 0000000000000000000000000000000000000000..5555b3a70ce9a91d3ae6643f2fc8c8bc5c61855b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05231.eps @@ -0,0 +1,217 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05231.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Feb 7 18:51:17 2002 +%%Pages: 1 +%%BoundingBox: 68 68 337 198 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 05229.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 448 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 448 acsource +1.00 270 640 640 __resistor +1.00 270 640 544 __resistor +0 1.00 832 480 832 416 864 416 864 480 4 polygon +1 1.00 864 464 896 512 896 384 864 432 4 polygon +1 1.00 384 512 384 544 576 544 3 polygon +1 1.00 704 544 800 544 800 464 832 464 4 polygon +1 1.00 832 432 800 432 800 352 384 352 384 384 5 polygon +1.00 0 384 544 dot +1 1.00 384 544 384 640 576 640 3 polygon +0 1.00 1152 480 1152 416 1120 416 1120 480 4 polygon +1 1.00 1120 464 1088 512 1088 384 1120 432 4 polygon +1 1.00 1152 432 1184 432 1184 256 384 256 384 352 5 polygon +1.00 0 384 352 dot +1 1.00 704 640 1184 640 1184 464 1152 464 4 polygon +(W) {/Symbol 1.000 cf} (220 ) {/Times-Roman 1.000 cf} 4 16 0 584 664 label +(W) {/Symbol 1.000 cf} (220 ) {/Times-Roman 1.000 cf} 4 16 0 584 568 label +(12 V) {/Times-Roman 1.000 cf} 2 16 0 256 432 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05232.eps b/derived/Source/circuit_generation_code/EXP/05232.eps new file mode 100644 index 0000000000000000000000000000000000000000..d177d841c45833674c227946fadccb350600a90c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05232.eps @@ -0,0 +1,310 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05233.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Thu Feb 7 19:00:50 2002 +%%Pages: 1 +%%BoundingBox: 68 68 342 346 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/plug { +% -64 -48 128 96 bbox +begingate +241 1.00 -32 48 -32 -48 2 polygon +0.647 0.165 0.165 scb +241 1.00 -16 48 64 48 64 16 -32 48 spline +241 1.00 -16 -48 64 -48 64 -16 -32 -48 spline +241 1.00 64 16 64 -16 2 polygon +sce +1 2.00 -32 32 -64 32 2 polygon +1 2.00 -32 -32 -64 -32 2 polygon +0.647 0.165 0.165 scb +241 1.00 -32 48 64 16 64 -16 -32 -48 -32 48 5 polygon +sce +1 1.00 -32 48 -32 -48 2 polygon +1 1.00 -16 48 64 48 64 16 -32 48 spline +1 1.00 -16 -48 64 -48 64 -16 -32 -48 spline +1 1.00 64 16 64 -16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/AC_supply { +% -320 -144 640 288 bbox +begingate +1.00 0 -256 80 plug +1 3.00 -96 80 -160 -48 -64 -48 -192 80 spline +0.800 0.800 0.800 scb +240 1.00 -64 144 -64 -144 320 -144 320 144 4 polygon +sce +0 2.00 -64 144 -64 -144 320 -144 320 144 4 polygon +(Low-voltage ) {/Helvetica 1.000 cf} 2 16 0 16 96 label +(AC power supply) {/Helvetica 1.000 cf} 2 16 0 -24 56 label +1.00 0 0 -112 dot +1.00 0 128 -112 dot +1.00 0 256 -112 dot +1.000 0.000 0.000 scb +1 1.00 0 -112 16 0.00 360.00 xcarc +sce +1 1.00 128 -112 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 256 -112 16 0.00 360.00 xcarc +sce +(6) {/Helvetica 1.000 cf} 2 16 0 40 -128 label +(6) {/Helvetica 1.000 cf} 2 16 0 184 -128 label +1 1.00 16 -112 32 -112 2 polygon +1 1.00 80 -112 112 -112 2 polygon +1 1.00 240 -112 224 -112 2 polygon +1 1.00 176 -112 144 -112 2 polygon +(12) {/Helvetica 1.000 cf} 2 16 0 104 -72 label +1 1.00 96 -56 0 -56 0 -96 3 polygon +1 1.00 152 -56 256 -56 256 -96 3 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +%%Page: 05025.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 896 832 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 608 1072 AC_supply +0.824 0.706 0.549 scb +240 1.00 448 544 448 256 640 256 640 544 4 polygon +sce +0.400 0.400 0.400 scb +241 1.00 544 400 80 0.00 360.00 xcarc +sce +241 1.00 544 400 22 0.00 360.00 xcarc +0 1.00 448 544 448 256 640 256 640 544 4 polygon +1 1.00 544 400 80 0.00 360.00 xcarc +0.824 0.706 0.549 scb +241 1.00 640 544 624 576 432 576 448 544 640 544 5 polygon +sce +1 1.00 432 576 448 544 640 544 624 576 432 576 5 polygon +0.824 0.706 0.549 scb +241 1.00 432 576 432 288 448 256 448 544 432 576 5 polygon +sce +1 1.00 448 544 432 576 432 288 448 256 448 544 5 polygon +0.824 0.706 0.549 scb +240 1.00 1024 544 1024 256 832 256 832 544 4 polygon +sce +0.400 0.400 0.400 scb +241 1.00 928 400 80 -180.00 180.00 xcarc +sce +241 1.00 928 400 22 -180.00 180.00 xcarc +0 1.00 1024 544 1024 256 832 256 832 544 4 polygon +1 1.00 928 400 80 -180.00 180.00 xcarc +0.824 0.706 0.549 scb +241 1.00 832 544 848 576 1040 576 1024 544 832 544 5 polygon +sce +1 1.00 1040 576 1024 544 832 544 848 576 1040 576 5 polygon +0.824 0.706 0.549 scb +241 1.00 1040 576 1040 288 1024 256 1024 544 1040 576 5 polygon +sce +1 1.00 1024 544 1040 576 1040 288 1024 256 1024 544 5 polygon +1.00 0 512 576 dot +1.00 0 544 576 dot +1.00 0 928 576 dot +1.00 0 960 576 dot +1.00 270 544 624 resistor4 +1.00 270 960 624 resistor4 +1.00 90 664 840 clip +1.00 -91 808 840 clip +1.00 270 552 696 clip +1.00 270 968 696 clip +1 1.00 608 928 672 928 672 864 608 960 spline +1 1.00 864 928 800 928 800 864 864 960 spline +1.00 -271 504 600 clip +1.00 -271 920 600 clip +1 1.00 480 880 640 752 672 816 512 624 spline +1 1.00 576 768 768 720 800 816 544 720 spline +1.00 -1 824 888 clip +1.00 -1 688 888 clip +1 1.00 912 872 960 872 960 720 848 880 spline +1 1.00 760 880 784 768 784 720 712 880 spline +1 1.00 808 624 928 696 928 624 784 720 spline +(Speaker) {/Helvetica 1.000 cf} 2 16 0 256 464 label +(Speaker) {/Helvetica 1.000 cf} 2 16 0 1056 464 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05233.eps b/derived/Source/circuit_generation_code/EXP/05233.eps new file mode 100644 index 0000000000000000000000000000000000000000..e1940de6ca0d812042c64d5d25282b200c16b610 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05233.eps @@ -0,0 +1,339 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05233.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 13:56:59 2002 +%%Pages: 1 +%%BoundingBox: 68 68 400 257 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 976 572 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 652 battery +1.00 0 368 492 battery +1 1.00 368 588 368 556 2 polygon +1.00 0 848 588 npn +1.00 -1 1008 588 npn +1.00 0 928 412 _resistor +1 1.00 848 524 848 492 1008 492 1008 524 4 polygon +1.00 0 928 492 dot +1 1.00 928 492 928 476 2 polygon +1.00 0 1008 748 _resistor +1 1.00 1008 684 1008 652 2 polygon +1.00 0 1008 668 dot +1 1.00 848 652 848 844 1008 844 1008 812 4 polygon +1.00 0 928 844 dot +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 636 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 476 label +1.00 270 720 588 _resistor +1.00 270 1136 588 _resistor +1.00 0 624 572 potentiometer +1.00 0 592 764 _resistor +1.00 0 592 892 dot +1 1.00 592 892 592 828 2 polygon +1 1.00 592 700 592 636 2 polygon +1 1.00 592 508 592 316 2 polygon +1.00 0 592 316 dot +1.00 0 368 316 gnd +1.00 0 368 316 dot +1.00 -1 1264 764 _resistor +1 1.00 1264 892 1264 828 2 polygon +1 1.00 1264 700 1264 636 2 polygon +1 1.00 1264 508 1264 316 2 polygon +1.00 -1 1232 572 potentiometer +1 1.00 928 892 1264 892 2 polygon +1.00 0 928 892 dot +1.00 0 928 316 dot +1 1.00 928 316 1264 316 2 polygon +(W) {/Symbol 1.000 cf} (22 k) {/Times-Roman 1.000 cf} 4 16 0 624 748 label +(W) {/Symbol 1.000 cf} (22 k) {/Times-Roman 1.000 cf} 4 16 0 1120 748 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 656 620 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1088 620 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 448 564 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1296 564 label +1 1.00 368 428 368 316 928 316 928 348 4 polygon +1 1.00 928 844 928 892 368 892 368 716 4 polygon +(W) {/Symbol 1.000 cf} (1.5 k) {/Times-Roman 1.000 cf} 4 16 0 960 396 label +(100) {/Times-Roman 1.000 cf} 2 16 0 920 748 label +(W) {/Symbol 1.000 cf} (k) {/Times-Roman 1.000 cf} 4 16 0 928 708 label +1.00 90 1264 668 jumper +1 1.00 1008 668 1248 668 2 polygon +1 1.00 1280 668 1328 668 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1344 652 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 848 588 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 960 588 label +(\(noninv\)) {/Helvetica 1.000 cf} 2 16 0 432 524 label +(\(inv\)) {/Helvetica 1.000 cf} 2 16 0 1312 524 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05234.eps b/derived/Source/circuit_generation_code/EXP/05234.eps new file mode 100644 index 0000000000000000000000000000000000000000..2caa25d2549a26fd7253b5201162533fccd0e05a --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05234.eps @@ -0,0 +1,587 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05234.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 11 19:58:39 2002 +%%Pages: 1 +%%BoundingBox: 68 68 402 229 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 967 567 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 967 567 breadboard +1.00 0 375 423 real_batt +1.00 0 375 711 real_batt +1.00 -1 391 823 clip +1.00 -1 343 495 clip +1 1.00 559 463 575 823 415 815 367 487 spline +1.00 -271 319 815 clip +1.00 -331 391 551 clip +1.00 0 695 791 transistor2 +1 1.00 679 743 663 727 2 polygon +1.00 0 663 727 dot +1.00 0 695 727 dot +1.00 0 727 727 dot +1 1.00 711 743 727 727 2 polygon +1 1.00 695 743 695 727 2 polygon +1.00 0 823 791 transistor2 +1 1.00 807 743 791 727 2 polygon +1.00 0 791 727 dot +1.00 0 823 727 dot +1.00 0 855 727 dot +1 1.00 839 743 855 727 2 polygon +1 1.00 823 743 823 727 2 polygon +1 1.00 423 1095 535 711 663 695 327 839 spline +1.00 0 663 695 dot +1 1.00 727 695 727 679 855 679 855 695 4 polygon +1.00 0 855 695 dot +1.00 0 727 695 dot +1.00 0 903 663 resistor4 +1.00 0 855 663 dot +1.00 0 951 663 dot +1.00 0 727 647 resistor4 +1 2.00 679 647 663 663 2 polygon +1.00 0 663 663 dot +1 2.00 775 647 791 663 2 polygon +1.00 -1 791 663 dot +1.00 270 695 551 resistor4 +1.00 0 695 599 dot +1.00 0 695 503 dot +1.00 270 823 551 resistor4 +1.00 0 823 599 dot +1.00 0 823 503 dot +1 1.00 663 631 663 615 1079 615 1079 631 4 polygon +1.00 0 1079 631 dot +1.00 0 663 631 dot +1.00 0 1127 663 resistor4 +1.00 0 1079 663 dot +1.00 0 1175 663 dot +1.00 0 1143 711 resistor4 +1 2.00 1095 711 1079 695 2 polygon +1.00 -181 1079 695 dot +1 2.00 1191 711 1207 695 2 polygon +1.00 180 1207 695 dot +1.00 90 1487 663 potentiometer1 +1.00 90 1487 471 potentiometer1 +1 1.00 1295 823 1391 775 1415 703 1207 727 spline +1.00 0 1207 727 dot +1.00 0 1415 703 dot +1 1.00 1399 575 1183 575 1175 631 1415 511 spline +1.00 0 1415 511 dot +1.00 0 1175 631 dot +1.00 0 951 727 dot +1 1.00 951 599 967 567 967 487 1319 487 1335 471 5 polygon +1.00 0 1335 471 dot +1.00 0 951 599 dot +1 1.00 1415 391 1423 343 1335 407 1415 431 spline +1.00 0 1415 431 dot +1.00 0 1335 407 dot +1 1.00 1359 575 1407 575 1415 623 1335 503 spline +1.00 0 1335 503 dot +1.00 0 1415 623 dot +(Noninverting) {/Helvetica 1.000 cf} 2 16 0 1415 743 label +(Inverting) {/Helvetica 1.000 cf} 2 16 0 1431 359 label +1 1.00 839 455 1207 359 1415 471 823 471 spline +1.00 0 1415 471 dot +1.00 0 823 471 dot +1 1.00 919 359 1063 423 1415 663 695 471 spline +1.00 0 695 471 dot +1.00 0 1415 663 dot +1 1.00 575 783 695 1111 951 727 415 559 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05235.eps b/derived/Source/circuit_generation_code/EXP/05235.eps new file mode 100644 index 0000000000000000000000000000000000000000..8061feb3f8e3a5286cfc85ff5fb8eb00c2b85f88 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05235.eps @@ -0,0 +1,219 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05235.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 16:40:28 2002 +%%Pages: 1 +%%BoundingBox: 68 68 231 164 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/zener_diode { +% -48 -28 96 46 bbox +begingate +1.00 270 0 0 diode +1 1.00 16 18 24 18 2 polygon +1 1.00 16 -18 8 -18 2 polygon +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 384 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 384 battery +1.00 90 672 384 zener_diode +1.00 270 480 512 _resistor +1 1.00 288 448 288 512 416 512 3 polygon +1 1.00 544 512 672 512 672 432 3 polygon +1 1.00 288 320 288 256 672 256 672 336 4 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 544 label +(Zener) {/Helvetica 1.000 cf} 2 16 0 704 400 label +(diode) {/Helvetica 1.000 cf} 2 16 0 712 360 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05237.eps b/derived/Source/circuit_generation_code/EXP/05237.eps new file mode 100644 index 0000000000000000000000000000000000000000..fbd7953440b7eeb8a2102bc85e1ec541c99a4b7b --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05237.eps @@ -0,0 +1,422 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05237.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 18:03:43 2002 +%%Pages: 1 +%%BoundingBox: 68 68 314 368 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/terminal_strip_2 { +% -96 -64 208 128 bbox +begingate +0 1.00 -80 48 -80 -48 -48 -48 -48 48 4 polygon +1 1.00 -64 32 8 0.00 360.00 xcarc +1 1.00 -68 25 -58 37 2 polygon +1 1.00 -61 39 -70 28 2 polygon +1 1.00 -64 -32 8 0.00 360.00 xcarc +1 1.00 -68 -39 -58 -27 2 polygon +1 1.00 -61 -25 -70 -36 2 polygon +0 1.00 -32 48 -32 -48 0 -48 0 48 4 polygon +1 1.00 -16 32 8 0.00 360.00 xcarc +1 1.00 -20 25 -10 37 2 polygon +1 1.00 -13 39 -22 28 2 polygon +1 1.00 -16 -32 8 0.00 360.00 xcarc +1 1.00 -20 -39 -10 -27 2 polygon +1 1.00 -13 -25 -22 -36 2 polygon +0 1.00 16 48 16 -48 48 -48 48 48 4 polygon +1 1.00 32 32 8 0.00 360.00 xcarc +1 1.00 28 25 38 37 2 polygon +1 1.00 35 39 26 28 2 polygon +1 1.00 32 -32 8 0.00 360.00 xcarc +1 1.00 28 -39 38 -27 2 polygon +1 1.00 35 -25 26 -36 2 polygon +0 1.00 64 48 64 -48 96 -48 96 48 4 polygon +1 1.00 80 32 8 0.00 360.00 xcarc +1 1.00 76 25 86 37 2 polygon +1 1.00 83 39 74 28 2 polygon +1 1.00 80 -32 8 0.00 360.00 xcarc +1 1.00 76 -39 86 -27 2 polygon +1 1.00 83 -25 74 -36 2 polygon +0.600 0.600 0.600 scb +0 2.00 -96 64 -96 -64 112 -64 112 64 4 polygon +sce +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/diode1 { +% -48 -12 96 24 bbox +begingate +0.600 0.600 0.600 scb +240 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +sce +0 1.00 -32 12 -32 -12 32 -12 32 12 4 polygon +1.000 1.000 1.000 scb +240 1.00 16 12 16 -12 20 -12 20 12 4 polygon +sce +1 2.00 -32 0 -48 0 2 polygon +1 2.00 32 0 48 0 2 polygon +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/multimeter { +% -128 -256 256 496 bbox +begingate +0.600 0.600 0.600 scb +1 3.00 -112 -256 112 -256 2 polygon +sce +0 1.00 120 -248 120 -200 12 -200 12 -248 4 polygon +1 1.00 96 -224 16 0.00 360.00 xcarc +(COM) {/Helvetica-Bold 0.500 cf} 2 16 0 28 -232 label +0.600 0.600 0.600 scb +1 3.00 128 -256 128 -256 112 -256 128 -240 spline +1 3.00 128 224 128 -240 2 polygon +sce +1.000 0.000 0.000 scb +0 1.00 120 -184 120 -136 12 -136 12 -184 4 polygon +1 1.00 96 -160 16 0.00 360.00 xcarc +1 1.00 52 -164 58 -164 2 polygon +1 1.00 64 -164 70 -164 2 polygon +1 1.00 54 -158 54 -152 62 -152 58 -164 spline +1 1.00 68 -158 68 -152 60 -152 64 -164 spline +1 1.00 30 -152 36 -164 42 -152 3 polygon +(A) {/Helvetica-Bold 0.500 cf} 2 16 0 -60 -228 label +1 1.00 -96 -224 16 0.00 360.00 xcarc +0 1.00 -12 -248 -12 -200 -120 -200 -120 -248 4 polygon +sce +0.600 0.600 0.600 scb +1 3.00 -128 224 -128 -240 2 polygon +1 3.00 -128 -256 -128 -256 -112 -256 -128 -240 spline +(V) {/Helvetica 1.000 cf} 2 16 0 -96 -96 label +1 1.00 0 -16 80 0.00 360.00 xcarc +1 1.00 0 -16 71 0.00 360.00 xcarc +(V) {/Helvetica 1.000 cf} 2 16 0 -96 32 label +240 1.00 -112 224 -112 128 112 128 112 224 4 polygon +1 3.00 -112 240 112 240 2 polygon +1 3.00 -128 240 -128 240 -112 240 -128 224 spline +1 3.00 128 240 128 240 112 240 128 224 spline +1 1.00 4 76 12 76 2 polygon +1 1.00 -12 88 -8 96 0 96 -4 76 spline +1 1.00 12 88 8 96 0 96 4 76 spline +1 1.00 -12 76 -4 76 2 polygon +(A) {/Helvetica 1.000 cf} 2 16 0 80 32 label +(A) {/Helvetica 1.000 cf} 2 16 0 80 -96 label +1.00 15 0 -16 dot +1 1.00 -120 -80 -92 -80 2 polygon +1 1.00 -104 -88 -100 -88 2 polygon +1 1.00 -96 -88 -92 -88 2 polygon +(OFF) {/Helvetica-Bold 0.500 cf} 2 16 0 -20 -120 label +1 1.00 -120 -88 -116 -88 2 polygon +1 1.00 -112 -88 -108 -88 2 polygon +1 1.00 52 -88 56 -88 2 polygon +1 1.00 60 -88 64 -88 2 polygon +1 1.00 68 -88 72 -88 2 polygon +1 1.00 52 -80 80 -80 2 polygon +1 1.00 76 -88 80 -88 2 polygon +1 1.00 64 52 68 52 2 polygon +1 1.00 72 52 76 52 2 polygon +1 1.00 60 76 64 76 68 52 56 52 spline +1 1.00 72 28 76 28 80 52 68 52 spline +1 1.00 80 52 84 52 2 polygon +1 1.00 56 52 60 52 2 polygon +1 1.00 -96 44 -92 44 2 polygon +1 1.00 -104 20 -100 20 -96 44 -108 44 spline +1 1.00 -120 44 -116 44 2 polygon +1 1.00 -112 44 -108 44 2 polygon +1 1.00 -104 44 -100 44 2 polygon +1 1.00 -116 68 -112 68 -108 44 -120 44 spline +sce +endgate +} def + +/plug_+_ { +% -30 -14 74 28 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +sce +endgate +} def + +/plug_-_ { +% -30 -14 74 28 bbox +begingate +241 1.00 -16 0 14 0.00 360.00 xcarc +241 1.00 -16 12 44 8 44 -4 -16 -12 4 polygon +241 1.00 -16 -12 -16 12 2 polygon +endgate +} def + +/probe_-_ { +% -24 -176 48 352 bbox +begingate +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +endgate +} def + +/probe_+_ { +% -24 -176 48 352 bbox +begingate +1.000 0.000 0.000 scb +240 1.00 -8 -176 -8 104 8 104 8 -176 4 polygon +241 1.00 -24 112 24 112 2 polygon +241 1.00 -24 112 -24 104 24 104 24 112 4 polygon +sce +0.400 0.400 0.400 scb +1 2.00 0 112 0 176 2 polygon +sce +1.000 0.000 0.000 scb +241 1.00 -16 104 -8 96 -8 104 -16 104 4 polygon +241 1.00 16 104 8 96 8 104 16 104 4 polygon +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 336 656 real_batt +1.00 0 672 544 terminal_strip_2 +1.00 270 656 432 resistor4 +1 2.00 656 480 656 496 2 polygon +1 2.00 608 496 608 384 2 polygon +1 2.00 608 352 656 352 656 384 608 384 spline +1.00 270 752 432 diode1 +1 2.00 752 480 752 496 2 polygon +1 2.00 704 496 704 384 2 polygon +1 2.00 704 352 752 352 752 384 704 384 spline +1 1.00 656 656 704 656 704 592 656 592 spline +1.00 -271 280 760 clip +1.00 -271 328 792 clip +1.00 0 336 384 real_batt +1.00 -1 296 456 clip +1 1.00 672 464 464 976 336 816 320 448 spline +1 1.00 288 928 608 960 608 592 288 784 spline +1.00 -1 352 496 clip +1 1.00 472 520 752 920 752 592 376 488 spline +1.00 0 800 1056 multimeter +1.00 0 912 896 plug_+_ +1.00 0 912 832 plug_-_ +1.00 120 904 600 probe_-_ +1.00 135 832 640 probe_+_ +1 1.00 1056 832 1176 784 1048 688 952 840 spline +1.000 0.000 0.000 scb +1 1.00 1056 904 1128 920 952 760 952 904 spline +sce +1 2.00 800 1040 736 992 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05238.eps b/derived/Source/circuit_generation_code/EXP/05238.eps new file mode 100644 index 0000000000000000000000000000000000000000..12871a3fef58fb9f854d4aa560eec99bd6b01457 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05238.eps @@ -0,0 +1,227 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05238.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 18:16:45 2002 +%%Pages: 1 +%%BoundingBox: 68 68 231 173 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/zener_diode { +% -48 -28 96 46 bbox +begingate +1.00 270 0 0 diode +1 1.00 16 18 24 18 2 polygon +1 1.00 16 -18 8 -18 2 polygon +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 416 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 416 battery +1.00 90 672 416 zener_diode +1.00 270 480 544 _resistor +1 1.00 288 480 288 544 416 544 3 polygon +1 1.00 544 544 672 544 672 464 3 polygon +1 1.00 288 352 288 288 672 288 672 368 4 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 576 label +(Zener) {/Helvetica 1.000 cf} 2 16 0 704 432 label +(diode) {/Helvetica 1.000 cf} 2 16 0 712 392 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 256 544 label +(0) {/Helvetica 1.000 cf} 2 16 0 256 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 688 256 label +(2) {/Helvetica 1.000 cf} 2 16 0 688 544 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05239.eps b/derived/Source/circuit_generation_code/EXP/05239.eps new file mode 100644 index 0000000000000000000000000000000000000000..4eaae6ce6dea8314b82f8b857d93f5188944e202 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05239.eps @@ -0,0 +1,294 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05239.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 19:27:20 2002 +%%Pages: 1 +%%BoundingBox: 68 68 328 221 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 720 508 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 944 508 npn +1.00 0 368 428 battery +1.00 0 368 588 battery +1 1.00 368 524 368 492 2 polygon +1.00 0 656 492 potentiometer +1.00 270 784 508 __resistor +1 1.00 688 508 720 508 2 polygon +1 1.00 848 508 880 508 2 polygon +1.00 0 944 668 __resistor +1 1.00 368 652 368 764 944 764 944 732 4 polygon +1 1.00 944 604 944 572 2 polygon +1 1.00 368 364 368 316 944 316 944 444 4 polygon +1 1.00 624 428 624 316 2 polygon +1.00 0 624 316 dot +1 1.00 624 556 624 764 2 polygon +1.00 0 624 764 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 488 484 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 720 532 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 944 500 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 968 660 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 580 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 420 label +1.00 0 944 588 dot +1 1.00 944 588 1072 588 2 polygon +1.00 0 368 316 gnd +1.00 0 368 316 dot +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1088 572 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 672 460 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05240.eps b/derived/Source/circuit_generation_code/EXP/05240.eps new file mode 100644 index 0000000000000000000000000000000000000000..3e44a64201fcd52a82f694141b38bbb990cd024c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05240.eps @@ -0,0 +1,543 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05240.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 19:31:31 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 219 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 610 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 482 breadboard +1.00 0 1074 706 transistor2 +1 1.00 1058 658 1042 642 2 polygon +1.00 0 1042 642 dot +1 1.00 1074 658 1074 642 2 polygon +1.00 0 1074 642 dot +1 1.00 1090 658 1106 642 2 polygon +1.00 0 1106 642 dot +1.00 0 354 546 real_batt +1.00 0 546 546 real_batt +1.00 -271 346 682 clip +1.00 -271 298 650 clip +1.00 -271 490 650 clip +1.00 -271 538 682 clip +1 1.00 354 770 498 754 498 674 354 706 spline +1.00 0 994 610 resistor4 +1.00 0 946 610 dot +1.00 0 1042 610 dot +1.00 0 1026 578 resistor4 +1.00 0 1074 578 dot +1.00 0 978 578 dot +1.00 0 858 410 potentiometer1 +1.00 0 858 482 dot +1.00 0 898 482 dot +1.00 0 818 482 dot +1 1.00 1042 418 898 530 898 482 1106 514 spline +1.00 0 1106 514 dot +1 1.00 898 562 770 562 818 482 946 546 spline +1.00 0 946 546 dot +1 1.00 306 914 946 834 946 642 306 674 spline +1.00 0 946 642 dot +1 1.00 858 554 970 514 978 546 858 482 spline +1.00 0 978 546 dot +1 1.00 530 834 1426 882 1106 610 546 706 spline +1.00 0 1106 610 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05241.eps b/derived/Source/circuit_generation_code/EXP/05241.eps new file mode 100644 index 0000000000000000000000000000000000000000..0e1bd74e71d992df106d5ec4764a9382a08a6a0f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05241.eps @@ -0,0 +1,301 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05241.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 19:59:38 2002 +%%Pages: 1 +%%BoundingBox: 68 68 328 235 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 720 556 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 944 556 npn +1.00 0 368 476 battery +1.00 0 368 636 battery +1 1.00 368 572 368 540 2 polygon +1.00 0 656 540 potentiometer +1.00 270 784 556 __resistor +1 1.00 688 556 720 556 2 polygon +1 1.00 848 556 880 556 2 polygon +1.00 0 944 716 __resistor +1 1.00 368 700 368 812 944 812 944 780 4 polygon +1 1.00 944 652 944 620 2 polygon +1 1.00 624 604 624 812 2 polygon +1.00 0 624 812 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 488 532 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 720 580 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 944 548 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 968 708 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 628 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 468 label +1.00 0 944 636 dot +1 1.00 944 636 1072 636 2 polygon +1.00 0 368 316 gnd +1.00 0 368 316 dot +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1088 620 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 672 508 label +1.00 0 944 396 __resistor +1 1.00 944 492 944 460 2 polygon +1 1.00 944 332 944 316 368 316 368 412 4 polygon +1 1.00 624 476 624 316 2 polygon +1.00 0 624 316 dot +(W) {/Symbol 1.000 cf} (1.5 k) {/Times-Roman 1.000 cf} 4 16 0 968 388 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05242.eps b/derived/Source/circuit_generation_code/EXP/05242.eps new file mode 100644 index 0000000000000000000000000000000000000000..08d04a6484f4cfdb86d50196016ed99c7917a07e --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05242.eps @@ -0,0 +1,546 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05242.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 20:33:52 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 222 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 610 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1074 706 transistor2 +1 1.00 1058 658 1042 642 2 polygon +1.00 0 1042 642 dot +1 1.00 1074 658 1074 642 2 polygon +1.00 0 1074 642 dot +1 1.00 1090 658 1106 642 2 polygon +1.00 0 1106 642 dot +1.00 0 354 546 real_batt +1.00 0 546 546 real_batt +1.00 -271 346 682 clip +1.00 -271 298 650 clip +1.00 -271 490 650 clip +1.00 -271 538 682 clip +1 1.00 354 770 498 754 498 674 354 706 spline +1.00 0 994 610 resistor4 +1.00 0 946 610 dot +1.00 0 1042 610 dot +1.00 0 1026 578 resistor4 +1.00 0 1074 578 dot +1.00 0 978 578 dot +1.00 0 858 482 dot +1.00 0 898 482 dot +1.00 0 818 482 dot +1 1.00 898 562 770 562 818 482 946 546 spline +1.00 0 946 546 dot +1 1.00 306 914 946 834 946 642 306 674 spline +1.00 0 946 642 dot +1 1.00 858 554 970 514 978 546 858 482 spline +1.00 0 978 546 dot +1.00 0 1154 578 resistor4 +1.00 0 1202 578 dot +1.00 0 1106 578 dot +1.00 0 1090 482 breadboard +1.00 0 1202 642 dot +1 1.00 1378 850 562 914 546 706 1202 642 spline +1.00 0 1202 514 dot +1 1.00 1186 434 914 514 898 482 1202 514 spline +1.00 0 858 410 potentiometer1 +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05243.eps b/derived/Source/circuit_generation_code/EXP/05243.eps new file mode 100644 index 0000000000000000000000000000000000000000..c6d2f4a4869e7d3cb968750c7141c534d89ca90d --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05243.eps @@ -0,0 +1,304 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05243.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 20:20:37 2002 +%%Pages: 1 +%%BoundingBox: 68 68 346 221 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 720 508 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 1008 508 npn +1.00 0 368 428 battery +1.00 0 368 588 battery +1 1.00 368 524 368 492 2 polygon +1.00 0 656 492 potentiometer +1.00 270 768 508 __resistor +1 1.00 912 508 944 508 2 polygon +1.00 0 1008 668 __resistor +1 1.00 1008 604 1008 572 2 polygon +1 1.00 624 428 624 316 2 polygon +1.00 0 624 316 dot +1 1.00 624 556 624 764 2 polygon +1.00 0 624 764 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 488 484 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 704 532 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 1008 500 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1032 660 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 580 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 420 label +1.00 0 1008 588 dot +1 1.00 1008 588 1136 588 2 polygon +1.00 0 368 316 gnd +1.00 0 368 316 dot +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1152 572 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 672 460 label +1.00 270 928 588 __resistor +1 1.00 368 652 368 764 1008 764 1008 732 4 polygon +1 1.00 864 588 864 508 2 polygon +1 1.00 688 508 704 508 2 polygon +1 1.00 832 508 912 508 2 polygon +1.00 0 864 508 dot +1 1.00 368 364 368 316 1008 316 1008 444 4 polygon +1 1.00 992 588 1008 588 2 polygon +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 880 620 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05244.eps b/derived/Source/circuit_generation_code/EXP/05244.eps new file mode 100644 index 0000000000000000000000000000000000000000..d12b5ae4c98c2a551f85deb7827dcf9d05f8de31 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05244.eps @@ -0,0 +1,552 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05244.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Feb 13 20:50:55 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 219 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 610 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 482 breadboard +1.00 0 1074 706 transistor2 +1 1.00 1058 658 1042 642 2 polygon +1.00 0 1042 642 dot +1 1.00 1074 658 1074 642 2 polygon +1.00 0 1074 642 dot +1 1.00 1090 658 1106 642 2 polygon +1.00 0 1106 642 dot +1.00 0 354 546 real_batt +1.00 0 546 546 real_batt +1.00 -271 346 682 clip +1.00 -271 298 650 clip +1.00 -271 490 650 clip +1.00 -271 538 682 clip +1 1.00 354 770 498 754 498 674 354 706 spline +1.00 0 994 610 resistor4 +1.00 0 946 610 dot +1.00 0 1042 610 dot +1.00 0 1026 578 resistor4 +1.00 0 1074 578 dot +1.00 0 978 578 dot +1.00 0 858 410 potentiometer1 +1.00 0 858 482 dot +1.00 0 898 482 dot +1.00 0 818 482 dot +1 1.00 1042 418 898 530 898 482 1106 514 spline +1.00 0 1106 514 dot +1 1.00 898 562 770 562 818 482 946 546 spline +1.00 0 946 546 dot +1 1.00 306 914 946 834 946 642 306 674 spline +1.00 0 946 642 dot +1 1.00 858 554 970 514 978 546 858 482 spline +1.00 0 978 546 dot +1 1.00 530 834 1426 882 1106 610 546 706 spline +1.00 0 1106 610 dot +1.00 0 1218 610 resistor4 +1.00 0 1266 610 dot +1.00 0 1170 610 dot +1 1.00 1154 562 1058 562 1042 546 1170 578 spline +1.00 0 1042 546 dot +1.00 0 1170 578 dot +1 1.00 1170 578 1266 562 1266 578 1074 546 spline +1.00 0 1074 546 dot +1.00 0 1266 578 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05245.eps b/derived/Source/circuit_generation_code/EXP/05245.eps new file mode 100644 index 0000000000000000000000000000000000000000..fc67258f92ebecc84033d855c2de43926a2033a3 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05245.eps @@ -0,0 +1,281 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05245.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 16 12:36:27 2002 +%%Pages: 1 +%%BoundingBox: 68 68 341 223 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/variable_voltage { +% -48 -64 100 132 bbox +begingate +1.00 0 -16 0 battery +1 1.00 -16 0 -48 -32 2 polygon +1 1.00 -13 3 -18 -2 2 polygon +1.00 315 16 32 arrow +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 496 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 992 496 npn +1.00 270 832 496 __resistor +1 1.00 736 496 768 496 2 polygon +1 1.00 896 496 928 496 2 polygon +1.00 0 992 656 __resistor +1 1.00 992 592 992 560 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 768 520 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 992 488 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1016 648 label +1.00 0 992 576 dot +1 1.00 992 576 1120 576 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1136 560 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 576 400 label +1 1.00 736 496 672 496 672 464 3 polygon +1.00 0 688 400 variable_voltage +1 1.00 672 336 672 304 2 polygon +1 1.00 672 304 992 304 992 432 3 polygon +1.00 0 416 512 battery +1 1.00 416 576 416 752 992 752 992 720 4 polygon +1 1.00 416 448 416 304 672 304 3 polygon +1.00 0 672 304 dot +(supply) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 512 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 384 752 label +(0) {/Helvetica 1.000 cf} 2 16 0 384 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 656 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1008 272 label +(1) {/Helvetica 1.000 cf} 2 16 0 1008 752 label +(2) {/Helvetica 1.000 cf} 2 16 0 944 576 label +(3) {/Helvetica 1.000 cf} 2 16 0 640 496 label +(4) {/Helvetica 1.000 cf} 2 16 0 896 448 label +sce +(c) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 928 656 label +(b) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 440 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05246.eps b/derived/Source/circuit_generation_code/EXP/05246.eps new file mode 100644 index 0000000000000000000000000000000000000000..f96fc35af57802f4add17f1ce99013b8b58f0f9f --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05246.eps @@ -0,0 +1,344 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05246.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 16 14:04:24 2002 +%%Pages: 1 +%%BoundingBox: 68 68 395 218 +%%DocumentNeededResources: font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/_npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 943 483 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 751 483 _npn +1.00 0 751 643 _resistor +1 1.00 751 579 751 547 2 polygon +1.00 270 591 483 _resistor +1.00 0 1007 483 _npn +1.00 0 1007 643 _resistor +1 1.00 1007 579 1007 547 2 polygon +1.00 270 879 483 _resistor +1 1.00 815 483 815 579 751 579 3 polygon +1.00 0 1263 483 _npn +1.00 0 1263 643 _resistor +1 1.00 1263 579 1263 547 2 polygon +1.00 270 1135 483 _resistor +1 1.00 1071 483 1071 579 1007 579 3 polygon +1.00 0 751 579 dot +1.00 0 1007 579 dot +1.00 0 1263 579 dot +1 1.00 1263 579 1327 579 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1343 579 label +1 1.00 1263 419 1263 355 751 355 3 polygon +1 1.00 751 419 751 355 2 polygon +1 1.00 1007 419 1007 355 2 polygon +1.00 0 1007 355 dot +1.00 0 463 563 potentiometer +1 1.00 431 627 431 739 1263 739 1263 707 4 polygon +1 1.00 1007 707 1007 739 2 polygon +1.00 0 1007 739 dot +1 1.00 751 707 751 739 2 polygon +1.00 0 751 739 dot +1 1.00 751 355 431 355 431 499 3 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 519 427 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 767 667 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 807 427 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 871 611 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 1063 427 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1127 635 label +1.00 0 751 355 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 295 555 label +1.00 0 1487 627 battery +1.00 0 1487 467 battery +1.00 0 1263 739 dot +1 1.00 1263 739 1487 739 1487 691 3 polygon +1 1.00 1487 563 1487 531 2 polygon +1 1.00 1487 403 1487 355 1263 355 3 polygon +1.00 0 1263 355 dot +1.00 0 1487 355 gnd +1.00 0 1487 355 dot +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1535 627 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1535 467 label +1.00 270 927 819 _resistor +1.00 0 1327 739 jumper +1 1.00 1327 723 1327 579 2 polygon +1 1.00 1327 755 1327 819 991 819 3 polygon +1.00 0 671 739 jumper +1 1.00 863 819 671 819 671 755 3 polygon +1 1.00 671 723 671 483 2 polygon +1.00 0 671 483 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 879 851 label +1 1.00 655 483 687 483 2 polygon +1 1.00 527 483 527 579 495 579 3 polygon +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 479 611 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05247.eps b/derived/Source/circuit_generation_code/EXP/05247.eps new file mode 100644 index 0000000000000000000000000000000000000000..9971dc277317d309b9c27c16ced8e212def11fba --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05247.eps @@ -0,0 +1,602 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05247.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 16 14:00:21 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 236 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 666 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 538 breadboard +1.00 0 354 602 real_batt +1.00 0 546 602 real_batt +1.00 -271 346 738 clip +1.00 -271 298 706 clip +1.00 -271 490 706 clip +1.00 -271 538 738 clip +1 1.00 354 826 498 810 498 730 354 762 spline +1.00 270 554 338 potentiometer1 +1.00 0 818 762 transistor2 +1 1.00 802 714 786 698 2 polygon +1.00 0 786 698 dot +1 1.00 818 714 818 698 2 polygon +1.00 0 818 698 dot +1 1.00 834 714 850 698 2 polygon +1.00 0 850 698 dot +1.00 270 770 538 resistor4 +1 2.00 770 490 786 474 2 polygon +1.00 0 786 474 dot +1 2.00 770 586 786 602 2 polygon +1.00 -181 786 602 dot +1.00 270 802 538 resistor4 +1 2.00 802 490 818 474 2 polygon +1.00 0 818 474 dot +1 2.00 802 586 818 602 2 polygon +1.00 -181 818 602 dot +1 1.00 690 458 658 490 658 698 786 442 spline +1.00 0 786 442 dot +1 1.00 674 890 306 938 306 730 658 698 spline +1.00 0 850 666 dot +1.00 0 946 762 transistor2 +1 1.00 930 714 914 698 2 polygon +1.00 0 914 698 dot +1 1.00 946 714 946 698 2 polygon +1.00 0 946 698 dot +1 1.00 962 714 978 698 2 polygon +1.00 0 978 698 dot +1.00 270 898 538 resistor4 +1 2.00 898 490 914 474 2 polygon +1.00 0 914 474 dot +1 2.00 898 586 914 602 2 polygon +1.00 -181 914 602 dot +1 1.00 786 410 786 426 914 426 914 442 4 polygon +1.00 0 914 442 dot +1.00 0 786 410 dot +1.00 0 1074 762 transistor2 +1 1.00 1058 714 1042 698 2 polygon +1.00 0 1042 698 dot +1 1.00 1074 714 1074 698 2 polygon +1.00 0 1074 698 dot +1 1.00 1090 714 1106 698 2 polygon +1.00 0 1106 698 dot +1 2.00 1026 490 1042 474 2 polygon +1.00 0 1042 474 dot +1 2.00 1026 586 1042 602 2 polygon +1.00 -181 1042 602 dot +1.00 270 1026 538 resistor4 +1 1.00 914 378 914 394 1042 394 1042 410 4 polygon +1.00 0 914 378 dot +1.00 0 1042 410 dot +1 1.00 626 634 658 410 626 378 850 634 spline +1.00 0 850 634 dot +1.00 0 626 378 dot +1 1.00 706 266 786 250 786 378 626 298 spline +1.00 0 626 298 dot +1.00 0 786 378 dot +1 1.00 658 386 802 378 818 410 626 338 spline +1.00 0 626 338 dot +1.00 0 818 410 dot +1.00 180 866 650 resistor4 +1 2.00 786 666 818 650 2 polygon +1.00 0 786 666 dot +1 2.00 946 666 914 650 2 polygon +1.00 -1 946 666 dot +1 2.00 914 634 946 618 2 polygon +1.00 0 914 634 dot +1 2.00 1074 634 1042 618 2 polygon +1.00 -1 1074 634 dot +1.00 180 994 618 resistor4 +1 1.00 546 954 1330 922 1106 666 546 762 spline +1.00 0 1106 666 dot +1 1.00 1106 634 1106 650 978 650 978 634 4 polygon +1.00 0 978 634 dot +1.00 0 1106 634 dot +1 1.00 978 666 978 682 850 682 850 666 4 polygon +1.00 0 978 666 dot +1.00 180 770 682 resistor4 +1 2.00 818 682 818 666 2 polygon +1.00 0 818 666 dot +1 2.00 722 682 722 666 2 polygon +1.00 0 722 666 dot +1 1.00 786 890 994 906 1042 666 722 698 spline +1.00 0 1042 666 dot +1.00 0 722 698 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05248.eps b/derived/Source/circuit_generation_code/EXP/05248.eps new file mode 100644 index 0000000000000000000000000000000000000000..614436a9982c2a661d626cf507a6c505314fef26 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05248.eps @@ -0,0 +1,344 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05248.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sat Feb 16 14:32:32 2002 +%%Pages: 1 +%%BoundingBox: 68 68 394 218 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/_npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +%%Page: 05235.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 903 483 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 711 483 _npn +1.00 0 711 643 _resistor +1 1.00 711 579 711 547 2 polygon +1.00 270 551 483 _resistor +1.00 0 967 483 _npn +1.00 0 967 643 _resistor +1 1.00 967 579 967 547 2 polygon +1.00 270 839 483 _resistor +1 1.00 775 483 775 579 711 579 3 polygon +1.00 0 1223 483 _npn +1.00 0 1223 643 _resistor +1 1.00 1223 579 1223 547 2 polygon +1.00 270 1095 483 _resistor +1 1.00 1031 483 1031 579 967 579 3 polygon +1.00 0 711 579 dot +1.00 0 967 579 dot +1.00 0 1223 579 dot +1 1.00 1223 579 1287 579 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1303 579 label +1 1.00 1223 419 1223 355 711 355 3 polygon +1 1.00 711 419 711 355 2 polygon +1 1.00 967 419 967 355 2 polygon +1.00 0 967 355 dot +1 1.00 967 707 967 739 2 polygon +1.00 0 967 739 dot +1 1.00 711 707 711 739 2 polygon +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 479 427 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 727 667 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 767 427 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 831 611 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 1023 427 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1087 603 label +1.00 0 711 355 dot +1.00 0 1447 531 battery +1.00 0 1223 739 dot +1 1.00 1223 739 1447 739 1447 691 3 polygon +1 1.00 1447 403 1447 355 1223 355 3 polygon +1.00 0 1223 355 dot +1.00 0 1447 355 gnd +1.00 0 1447 355 dot +1.00 270 887 819 _resistor +1.00 0 1287 739 jumper +1 1.00 1287 723 1287 579 2 polygon +1 1.00 1287 755 1287 819 951 819 3 polygon +1 1.00 823 819 631 819 631 755 3 polygon +1.00 0 631 483 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 839 851 label +1 1.00 615 483 647 483 2 polygon +1 1.00 487 483 487 579 455 579 3 polygon +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 295 467 label +1 1.00 1447 691 1447 595 2 polygon +1 1.00 1447 467 1447 403 2 polygon +(supply) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1495 531 label +1 1.00 711 739 1223 739 2 polygon +1 1.00 631 483 631 755 2 polygon +1.00 0 391 483 battery +1 1.00 711 355 391 355 391 419 3 polygon +1 1.00 391 547 391 579 455 579 3 polygon +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 695 467 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 951 467 label +(3) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 1207 467 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 535 515 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 647 643 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 823 515 label +(4) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 991 635 label +1 1.00 1223 739 1223 707 2 polygon +(5) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1079 515 label +(6) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1151 651 label +(f) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 871 763 label +1.000 0.000 1.000 scb +(1) {/Helvetica 1.000 cf} 2 16 0 1463 739 label +(0) {/Helvetica 1.000 cf} 2 16 0 1463 355 label +(0) {/Helvetica 1.000 cf} 2 16 0 1207 307 label +(0) {/Helvetica 1.000 cf} 2 16 0 951 307 label +(0) {/Helvetica 1.000 cf} 2 16 0 695 307 label +(0) {/Helvetica 1.000 cf} 2 16 0 351 339 label +(1) {/Helvetica 1.000 cf} 2 16 0 1207 755 label +(1) {/Helvetica 1.000 cf} 2 16 0 951 755 label +(1) {/Helvetica 1.000 cf} 2 16 0 695 755 label +(2) {/Helvetica 1.000 cf} 2 16 0 351 579 label +(3) {/Helvetica 1.000 cf} 2 16 0 599 515 label +(4) {/Helvetica 1.000 cf} 2 16 0 663 563 label +(5) {/Helvetica 1.000 cf} 2 16 0 919 563 label +(6) {/Helvetica 1.000 cf} 2 16 0 1175 563 label +(6) {/Helvetica 1.000 cf} 2 16 0 967 835 label +(3) {/Helvetica 1.000 cf} 2 16 0 791 835 label +(7) {/Helvetica 1.000 cf} 2 16 0 887 499 label +(8) {/Helvetica 1.000 cf} 2 16 0 1143 499 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05249.eps b/derived/Source/circuit_generation_code/EXP/05249.eps new file mode 100644 index 0000000000000000000000000000000000000000..988873e34ccf92d042b8a5ac5f022817391da83d --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05249.eps @@ -0,0 +1,375 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05249.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 13:55:43 2002 +%%Pages: 1 +%%BoundingBox: 68 68 400 257 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/pnp { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 120 -48 22 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +sce +(spice:Q%i %pC %pB %pE pnp) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 976 572 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 652 battery +1.00 0 368 492 battery +1 1.00 368 588 368 556 2 polygon +1.00 0 848 588 npn +1.00 -1 1008 588 npn +1 1.00 848 524 848 492 1008 492 1008 524 4 polygon +1.00 0 928 492 dot +1 1.00 928 492 928 476 2 polygon +1 1.00 1008 684 1008 652 2 polygon +1.00 0 1008 668 dot +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 636 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 476 label +1.00 0 592 572 potentiometer +1.00 0 560 892 dot +1 1.00 560 700 560 636 2 polygon +1 1.00 560 508 560 316 2 polygon +1.00 0 560 316 dot +1.00 0 368 316 gnd +1.00 0 368 316 dot +1 1.00 1264 700 1264 636 2 polygon +1 1.00 1264 508 1264 316 2 polygon +1.00 -1 1232 572 potentiometer +1 1.00 928 892 1264 892 2 polygon +1.00 0 928 316 dot +1 1.00 928 316 1264 316 2 polygon +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1296 564 label +1 1.00 368 428 368 316 928 316 928 348 4 polygon +1.00 90 1264 668 jumper +1 1.00 1008 668 1248 668 2 polygon +1 1.00 1280 668 1328 668 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1344 652 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 824 788 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 984 788 label +1.00 0 1008 796 pnp +1 1.00 368 716 368 892 928 892 3 polygon +1.00 0 1008 892 dot +1.00 -1 848 796 pnp +1.00 0 848 892 dot +1 1.00 912 796 944 796 2 polygon +1.00 0 848 700 dot +1 1.00 848 700 928 700 928 796 3 polygon +1.00 0 928 796 dot +1 1.00 1008 892 1008 860 2 polygon +1 1.00 848 892 848 860 2 polygon +1 1.00 1008 732 1008 684 2 polygon +1 1.00 848 732 848 652 2 polygon +1 1.00 1264 700 1264 892 2 polygon +1 1.00 560 892 560 700 2 polygon +1 1.00 1072 588 1200 588 2 polygon +1.00 0 928 412 npn +1.00 -1 688 412 npn +1 1.00 688 348 688 316 2 polygon +1.00 0 688 316 dot +1 1.00 752 412 864 412 2 polygon +1.00 0 688 588 jumper +1 1.00 688 572 688 476 2 polygon +1.00 0 688 748 __resistor +1 1.00 688 604 688 684 2 polygon +1 1.00 688 812 688 892 2 polygon +1.00 0 688 892 dot +(prg) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 712 748 label +1.00 0 784 412 dot +1 1.00 784 412 784 508 688 508 3 polygon +1.00 0 688 508 dot +(3) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 824 580 label +(4) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 984 580 label +(5) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 664 404 label +(6) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 904 404 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 564 label +(100) {/Times-Roman 1.000 cf} 2 16 0 600 756 label +(W) {/Symbol 1.000 cf} (k) {/Times-Roman 1.000 cf} 4 16 0 608 716 label +1 1.00 624 588 784 588 2 polygon +(\(noninv\)) {/Helvetica 1.000 cf} 2 16 0 408 524 label +(\(inv\)) {/Helvetica 1.000 cf} 2 16 0 1312 524 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05250.eps b/derived/Source/circuit_generation_code/EXP/05250.eps new file mode 100644 index 0000000000000000000000000000000000000000..2cff2e92e73a7a39b1c195a0469eaab2e9367686 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05250.eps @@ -0,0 +1,609 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05250.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 14:13:13 2002 +%%Pages: 1 +%%BoundingBox: 68 68 402 228 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 967 567 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 375 423 real_batt +1.00 0 375 711 real_batt +1.00 -1 391 823 clip +1.00 -1 343 495 clip +1 1.00 559 463 575 823 415 815 367 487 spline +1.00 -271 319 815 clip +1.00 -1 391 535 clip +1.00 90 1487 663 potentiometer1 +1.00 90 1487 471 potentiometer1 +1.00 0 1415 703 dot +1.00 0 1415 511 dot +1.00 0 1415 431 dot +1.00 0 1415 623 dot +(Noninverting) {/Helvetica 1.000 cf} 2 16 0 1415 743 label +(Inverting) {/Helvetica 1.000 cf} 2 16 0 1431 359 label +1.00 0 1415 471 dot +1.00 0 1415 663 dot +1.00 0 967 567 breadboard +1.00 0 695 791 transistor2 +1 1.00 679 743 663 727 2 polygon +1 1.00 695 743 695 727 2 polygon +1 1.00 711 743 727 727 2 polygon +1.00 0 727 727 dot +1.00 0 695 727 dot +1.00 0 663 727 dot +1.00 0 695 647 transistor2 +1 1.00 375 983 855 935 727 695 327 839 spline +1.00 0 855 791 transistor2 +1 1.00 839 743 823 727 2 polygon +1 1.00 855 743 855 727 2 polygon +1 1.00 871 743 887 727 2 polygon +1.00 0 887 727 dot +1.00 0 855 727 dot +1.00 0 823 727 dot +1 1.00 999 743 983 727 2 polygon +1 1.00 1015 743 1015 727 2 polygon +1 1.00 1031 743 1047 727 2 polygon +1.00 0 1047 727 dot +1.00 0 1015 727 dot +1.00 0 983 727 dot +1.00 0 1015 791 transistor2 +1.00 0 1175 791 transistor2 +1 1.00 1159 743 1143 727 2 polygon +1 1.00 1175 743 1175 727 2 polygon +1 1.00 1191 743 1207 727 2 polygon +1.00 0 1207 727 dot +1.00 0 1175 727 dot +1.00 0 1143 727 dot +1.00 0 1175 599 dot +1.00 0 1207 599 dot +1 1.00 711 463 1367 503 1207 631 415 527 spline +1.00 0 1207 631 dot +1 1.00 1367 431 1263 559 1207 663 1415 431 spline +1.00 0 1207 663 dot +1.00 0 1207 695 dot +1.00 0 695 599 dot +1 1.00 711 599 727 599 2 polygon +1.00 0 727 599 dot +1 1.00 679 599 663 615 647 615 631 631 4 polygon +1.00 0 631 631 dot +1 1.00 663 711 695 711 695 695 663 695 spline +1.00 0 663 695 dot +1.00 0 695 695 dot +1 1.00 1143 711 1175 711 1175 695 1143 695 spline +1.00 0 1143 695 dot +1.00 0 1175 695 dot +1 1.00 1191 599 1207 599 2 polygon +1 1.00 1159 599 1143 615 1127 615 1111 631 4 polygon +1.00 0 1111 631 dot +1.00 0 727 695 dot +1 1.00 1391 519 1335 559 1335 599 1415 511 spline +1.00 0 1335 599 dot +1.00 0 1335 695 dot +1 1.00 1359 711 1391 679 1415 703 1335 695 spline +1 1.00 1063 1031 807 935 727 663 1335 727 spline +1.00 0 1335 727 dot +1 1.00 663 567 823 551 823 599 663 599 spline +1.00 0 823 599 dot +1.00 0 663 599 dot +1 1.00 631 551 903 535 983 599 631 599 spline +1.00 0 983 599 dot +1.00 0 631 599 dot +1 1.00 887 711 1047 711 1047 695 887 695 spline +1.00 0 887 695 dot +1.00 0 1047 695 dot +1 1.00 1047 679 1111 679 1111 663 1047 663 spline +1.00 0 1047 663 dot +1.00 0 1111 663 dot +1.00 0 1239 567 resistor4 +1.00 0 1175 647 transistor2 +1 1.00 935 871 1095 951 1335 871 855 695 spline +1.00 0 855 695 dot +1 1.00 1415 839 1383 679 1415 663 1335 871 spline +1 1.00 1031 535 1239 487 1415 471 1015 599 spline +1.00 0 1015 599 dot +1.00 0 727 663 dot +1 2.00 1287 567 1335 631 2 polygon +1.00 0 1335 631 dot +1 2.00 1143 599 1191 567 2 polygon +1.00 0 1143 599 dot +1 1.00 1295 603 1343 691 1415 627 1207 695 spline +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05251.eps b/derived/Source/circuit_generation_code/EXP/05251.eps new file mode 100644 index 0000000000000000000000000000000000000000..5ba40be93ff0e9ce3e550f5f6322e8648c4b2ba7 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05251.eps @@ -0,0 +1,398 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05251.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 15:36:30 2002 +%%Pages: 1 +%%BoundingBox: 68 68 377 366 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/pnp { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 120 -48 22 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE pnp) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 976 960 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 1040 battery +1.00 0 368 880 battery +1 1.00 368 976 368 944 2 polygon +1.00 0 848 976 npn +1.00 -1 1008 976 npn +1 1.00 848 912 848 880 1008 880 1008 912 4 polygon +1.00 0 928 880 dot +1 1.00 928 880 928 864 2 polygon +1 1.00 1008 1072 1008 1040 2 polygon +1.00 0 1008 1056 dot +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 1024 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 864 label +1.00 0 592 960 potentiometer +1.00 0 560 1280 dot +1 1.00 560 1088 560 1024 2 polygon +1 1.00 560 896 560 704 2 polygon +1.00 0 560 704 dot +1.00 0 368 704 gnd +1.00 0 368 704 dot +1 1.00 368 816 368 704 928 704 928 736 4 polygon +1 1.00 1008 1056 1248 1056 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1264 1040 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 824 1176 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 984 1176 label +1.00 0 1008 1184 pnp +1 1.00 368 1104 368 1280 928 1280 3 polygon +1.00 -1 848 1184 pnp +1.00 0 848 1280 dot +1 1.00 912 1184 944 1184 2 polygon +1.00 0 848 1088 dot +1 1.00 848 1088 928 1088 928 1184 3 polygon +1.00 0 928 1184 dot +1 1.00 1008 1280 1008 1248 2 polygon +1 1.00 848 1280 848 1248 2 polygon +1 1.00 1008 1120 1008 1072 2 polygon +1 1.00 848 1120 848 1040 2 polygon +1 1.00 560 1280 560 1088 2 polygon +1.00 0 928 800 npn +1.00 -1 688 800 npn +1 1.00 688 736 688 704 2 polygon +1.00 0 688 704 dot +1 1.00 752 800 864 800 2 polygon +1.00 0 688 976 jumper +1 1.00 688 960 688 864 2 polygon +1.00 0 688 1136 __resistor +1 1.00 688 992 688 1072 2 polygon +1 1.00 688 1200 688 1280 2 polygon +1.00 0 688 1280 dot +(prg) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 712 1136 label +1.00 0 784 800 dot +1 1.00 784 800 784 896 688 896 3 polygon +1.00 0 688 896 dot +(3) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 824 968 label +(4) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 984 968 label +(5) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 664 792 label +(6) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 904 792 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 952 label +(100) {/Times-Roman 1.000 cf} 2 16 0 600 1144 label +(W) {/Symbol 1.000 cf} (k) {/Times-Roman 1.000 cf} 4 16 0 608 1104 label +1 1.00 624 976 784 976 2 polygon +1 1.00 928 1280 1008 1280 2 polygon +1.000 0.000 0.000 scb +1 1.00 1072 976 1152 976 1152 1056 3 polygon +sce +1.00 0 1152 1056 dot +1.00 0 768 368 opamp +1.000 0.000 0.000 scb +1 1.00 688 416 656 416 656 480 880 480 880 368 5 polygon +sce +1.00 0 880 368 dot +1 1.00 848 368 912 368 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 928 352 label +1 1.00 688 320 624 320 2 polygon +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 560 304 label +(Op-amp diagram) {/Helvetica 1.000 cf} 2 16 0 624 512 label +0.600 0.600 0.600 scb +0 1.00 528 576 528 256 1024 256 1024 576 4 polygon +sce +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 464 912 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05252.eps b/derived/Source/circuit_generation_code/EXP/05252.eps new file mode 100644 index 0000000000000000000000000000000000000000..75e404e3b5b25d78f49d2a5be955f991d2222966 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05252.eps @@ -0,0 +1,603 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05252.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 15:38:16 2002 +%%Pages: 1 +%%BoundingBox: 68 68 402 228 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 967 567 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 375 423 real_batt +1.00 0 375 711 real_batt +1.00 -1 391 823 clip +1.00 -1 343 495 clip +1 1.00 559 463 575 823 415 815 367 487 spline +1.00 -271 319 815 clip +1.00 -1 391 535 clip +1.00 90 1487 663 potentiometer1 +1.00 0 1415 703 dot +1.00 0 1415 623 dot +(Noninverting) {/Helvetica 1.000 cf} 2 16 0 1415 743 label +1.00 0 1415 663 dot +1.00 0 967 567 breadboard +1.00 0 695 791 transistor2 +1 1.00 679 743 663 727 2 polygon +1 1.00 695 743 695 727 2 polygon +1 1.00 711 743 727 727 2 polygon +1.00 0 727 727 dot +1.00 0 695 727 dot +1.00 0 663 727 dot +1.00 0 695 647 transistor2 +1 1.00 375 983 855 935 727 695 327 839 spline +1.00 0 855 791 transistor2 +1 1.00 839 743 823 727 2 polygon +1 1.00 855 743 855 727 2 polygon +1 1.00 871 743 887 727 2 polygon +1.00 0 887 727 dot +1.00 0 855 727 dot +1.00 0 823 727 dot +1 1.00 999 743 983 727 2 polygon +1 1.00 1015 743 1015 727 2 polygon +1 1.00 1031 743 1047 727 2 polygon +1.00 0 1047 727 dot +1.00 0 1015 727 dot +1.00 0 983 727 dot +1.00 0 1015 791 transistor2 +1.00 0 1175 791 transistor2 +1 1.00 1159 743 1143 727 2 polygon +1 1.00 1175 743 1175 727 2 polygon +1 1.00 1191 743 1207 727 2 polygon +1.00 0 1207 727 dot +1.00 0 1175 727 dot +1.00 0 1143 727 dot +1.00 0 1175 599 dot +1.00 0 1207 599 dot +1 1.00 711 463 1367 503 1207 631 415 527 spline +1.00 0 1207 631 dot +1.00 0 1207 695 dot +1.00 0 695 599 dot +1 1.00 711 599 727 599 2 polygon +1.00 0 727 599 dot +1 1.00 679 599 663 615 647 615 631 631 4 polygon +1.00 0 631 631 dot +1 1.00 663 711 695 711 695 695 663 695 spline +1.00 0 663 695 dot +1.00 0 695 695 dot +1 1.00 1143 711 1175 711 1175 695 1143 695 spline +1.00 0 1143 695 dot +1.00 0 1175 695 dot +1 1.00 1191 599 1207 599 2 polygon +1 1.00 1159 599 1143 615 1127 615 1111 631 4 polygon +1.00 0 1111 631 dot +1.00 0 727 695 dot +1.00 0 1335 695 dot +1 1.00 1359 711 1391 679 1415 703 1335 695 spline +1 1.00 1063 1031 807 935 727 663 1335 727 spline +1.00 0 1335 727 dot +1 1.00 663 567 823 551 823 599 663 599 spline +1.00 0 823 599 dot +1.00 0 663 599 dot +1 1.00 631 551 903 535 983 599 631 599 spline +1.00 0 983 599 dot +1.00 0 631 599 dot +1 1.00 887 711 1047 711 1047 695 887 695 spline +1.00 0 887 695 dot +1.00 0 1047 695 dot +1 1.00 1047 679 1111 679 1111 663 1047 663 spline +1.00 0 1047 663 dot +1.00 0 1111 663 dot +1.00 0 1239 567 resistor4 +1.00 0 1175 647 transistor2 +1 1.00 935 871 1095 951 1335 871 855 695 spline +1.00 0 855 695 dot +1 1.00 1415 839 1383 679 1415 663 1335 871 spline +1.00 0 727 663 dot +1 2.00 1287 567 1335 631 2 polygon +1.00 0 1335 631 dot +1 2.00 1143 599 1191 567 2 polygon +1.00 0 1143 599 dot +1 1.00 1295 603 1343 691 1415 627 1207 695 spline +1.000 0.000 0.000 scb +1 1.00 983 679 1015 679 1015 663 983 663 spline +1.00 0 983 663 dot +1.00 0 1015 663 dot +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05253.eps b/derived/Source/circuit_generation_code/EXP/05253.eps new file mode 100644 index 0000000000000000000000000000000000000000..34fbf7afd4c070bc1cdae8f4bb837530a460d998 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05253.eps @@ -0,0 +1,428 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05253.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 15:49:21 2002 +%%Pages: 1 +%%BoundingBox: 68 68 377 366 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/pnp { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 120 -48 22 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE pnp) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/__resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/___resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 976 960 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 1040 battery +1.00 0 368 880 battery +1 1.00 368 976 368 944 2 polygon +1.00 0 848 976 npn +1.00 -1 1008 976 npn +1 1.00 848 912 848 880 1008 880 1008 912 4 polygon +1.00 0 928 880 dot +1 1.00 928 880 928 864 2 polygon +1 1.00 1008 1072 1008 1040 2 polygon +1.00 0 1008 1056 dot +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 1024 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 256 864 label +1.00 0 592 960 potentiometer +1.00 0 560 1280 dot +1 1.00 560 1088 560 1024 2 polygon +1 1.00 560 896 560 704 2 polygon +1.00 0 560 704 dot +1.00 0 368 704 gnd +1.00 0 368 704 dot +1 1.00 368 816 368 704 928 704 928 736 4 polygon +1 1.00 1008 1056 1248 1056 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1264 1040 label +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 824 1176 label +(2) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 984 1176 label +1.00 0 1008 1184 pnp +1 1.00 368 1104 368 1280 928 1280 3 polygon +1.00 -1 848 1184 pnp +1.00 0 848 1280 dot +1 1.00 912 1184 944 1184 2 polygon +1.00 0 848 1088 dot +1 1.00 848 1088 928 1088 928 1184 3 polygon +1.00 0 928 1184 dot +1 1.00 1008 1280 1008 1248 2 polygon +1 1.00 848 1280 848 1248 2 polygon +1 1.00 1008 1120 1008 1072 2 polygon +1 1.00 848 1120 848 1040 2 polygon +1 1.00 560 1280 560 1088 2 polygon +1.00 0 928 800 npn +1.00 -1 688 800 npn +1 1.00 688 736 688 704 2 polygon +1.00 0 688 704 dot +1 1.00 752 800 864 800 2 polygon +1.00 0 688 976 jumper +1 1.00 688 960 688 864 2 polygon +1.00 0 688 1136 __resistor +1 1.00 688 992 688 1072 2 polygon +1 1.00 688 1200 688 1280 2 polygon +1.00 0 688 1280 dot +(prg) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 712 1136 label +1.00 0 784 800 dot +1 1.00 784 800 784 896 688 896 3 polygon +1.00 0 688 896 dot +(3) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 824 968 label +(4) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 984 968 label +(5) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 664 792 label +(6) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 904 792 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 952 label +(100) {/Times-Roman 1.000 cf} 2 16 0 600 1144 label +(W) {/Symbol 1.000 cf} (k) {/Times-Roman 1.000 cf} 4 16 0 608 1104 label +1 1.00 624 976 784 976 2 polygon +1 1.00 928 1280 1008 1280 2 polygon +1.00 0 1152 1056 dot +1.00 0 768 368 opamp +1.00 0 880 368 dot +1 1.00 848 368 912 368 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 928 352 label +1 1.00 688 320 624 320 2 polygon +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 560 304 label +(Op-amp diagram) {/Helvetica 1.000 cf} 2 16 0 528 536 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 464 912 label +1.000 0.000 0.000 scb +1.00 0 1152 992 ___resistor +1.00 0 1152 864 ___resistor +1 1.00 1152 800 1152 704 928 704 3 polygon +sce +1.00 0 928 704 dot +1.000 0.000 0.000 scb +1 1.00 1072 976 1104 976 1104 928 1152 928 4 polygon +1.00 0 1152 928 dot +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 1184 976 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 1184 848 label +1.00 270 768 496 ___resistor +1 1.00 832 496 880 496 880 368 3 polygon +1 1.00 688 416 656 416 656 496 704 496 4 polygon +1.00 0 656 496 dot +1.00 270 560 496 ___resistor +1.00 0 448 480 gnd +1 1.00 448 480 448 496 496 496 3 polygon +1 1.00 624 496 656 496 2 polygon +sce +0.600 0.600 0.600 scb +0 1.00 1024 576 1024 256 384 256 384 576 4 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05254.eps b/derived/Source/circuit_generation_code/EXP/05254.eps new file mode 100644 index 0000000000000000000000000000000000000000..10c4a753e8a8e88d4973fba4175983f91fb13912 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05254.eps @@ -0,0 +1,619 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05254.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 18 19:47:02 2002 +%%Pages: 1 +%%BoundingBox: 68 68 402 228 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/potentiometer1 { +% -64 -78 128 158 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -64 64 -64 32 64 32 64 64 4 polygon +sce +0.600 0.600 0.600 scb +241 1.00 0 -16 62 0.00 360.00 xcarc +sce +1 1.00 0 -16 62 0.00 360.00 xcarc +1 1.00 -40 32 -64 32 -64 64 64 64 64 32 40 32 6 polygon +1 1.00 -8 64 -8 72 0 80 8 72 8 64 5 polygon +1 1.00 32 64 32 72 40 80 48 72 48 64 5 polygon +1 1.00 -48 64 -48 72 -40 80 -32 72 -32 64 5 polygon +1 1.00 -40 72 2 0.00 360.00 xcarc +1 1.00 0 72 2 0.00 360.00 xcarc +1 1.00 40 72 2 0.00 360.00 xcarc +241 1.00 0 -16 16 0.00 360.00 xcarc +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 967 567 offsets +0.6500 inchscale +2.6000 setlinewidth + +1.00 0 375 423 real_batt +1.00 0 375 711 real_batt +1.00 -1 391 823 clip +1.00 -1 343 495 clip +1 1.00 559 463 575 823 415 815 367 487 spline +1.00 -271 319 815 clip +1.00 -1 391 535 clip +1.00 90 1487 663 potentiometer1 +1.00 0 1415 703 dot +1.00 0 1415 623 dot +(Noninverting) {/Helvetica 1.000 cf} 2 16 0 1415 743 label +1.00 0 1415 663 dot +1.00 0 967 567 breadboard +1.00 0 695 791 transistor2 +1 1.00 679 743 663 727 2 polygon +1 1.00 695 743 695 727 2 polygon +1 1.00 711 743 727 727 2 polygon +1.00 0 727 727 dot +1.00 0 695 727 dot +1.00 0 663 727 dot +1.00 0 695 647 transistor2 +1 1.00 375 983 855 935 727 695 327 839 spline +1.00 0 855 791 transistor2 +1 1.00 839 743 823 727 2 polygon +1 1.00 855 743 855 727 2 polygon +1 1.00 871 743 887 727 2 polygon +1.00 0 887 727 dot +1.00 0 855 727 dot +1.00 0 823 727 dot +1 1.00 999 743 983 727 2 polygon +1 1.00 1015 743 1015 727 2 polygon +1 1.00 1031 743 1047 727 2 polygon +1.00 0 1047 727 dot +1.00 0 1015 727 dot +1.00 0 983 727 dot +1.00 0 1015 791 transistor2 +1.00 0 1175 791 transistor2 +1 1.00 1159 743 1143 727 2 polygon +1 1.00 1175 743 1175 727 2 polygon +1 1.00 1191 743 1207 727 2 polygon +1.00 0 1207 727 dot +1.00 0 1175 727 dot +1.00 0 1143 727 dot +1.00 0 1175 599 dot +1.00 0 1207 599 dot +1 1.00 711 463 1367 503 1207 631 415 527 spline +1.00 0 1207 631 dot +1.00 0 1207 695 dot +1.00 0 695 599 dot +1 1.00 711 599 727 599 2 polygon +1.00 0 727 599 dot +1 1.00 679 599 663 615 647 615 631 631 4 polygon +1.00 0 631 631 dot +1 1.00 663 711 695 711 695 695 663 695 spline +1.00 0 663 695 dot +1.00 0 695 695 dot +1 1.00 1143 711 1175 711 1175 695 1143 695 spline +1.00 0 1143 695 dot +1.00 0 1175 695 dot +1 1.00 1191 599 1207 599 2 polygon +1 1.00 1159 599 1143 615 1127 615 1111 631 4 polygon +1.00 0 1111 631 dot +1.00 0 727 695 dot +1.00 0 1335 695 dot +1 1.00 1359 711 1391 679 1415 703 1335 695 spline +1 1.00 1063 1031 807 935 727 663 1335 727 spline +1.00 0 1335 727 dot +1 1.00 663 567 823 551 823 599 663 599 spline +1.00 0 823 599 dot +1.00 0 663 599 dot +1 1.00 631 551 903 535 983 599 631 599 spline +1.00 0 983 599 dot +1.00 0 631 599 dot +1 1.00 887 711 1047 711 1047 695 887 695 spline +1.00 0 887 695 dot +1.00 0 1047 695 dot +1 1.00 1047 679 1111 679 1111 663 1047 663 spline +1.00 0 1047 663 dot +1.00 0 1111 663 dot +1.00 0 1239 567 resistor4 +1.00 0 1175 647 transistor2 +1 1.00 935 871 1095 951 1335 871 855 695 spline +1.00 0 855 695 dot +1 1.00 1415 839 1383 679 1415 663 1335 871 spline +1.00 0 727 663 dot +1 2.00 1287 567 1335 631 2 polygon +1.00 0 1335 631 dot +1 2.00 1143 599 1191 567 2 polygon +1.00 0 1143 599 dot +1 1.00 1295 603 1343 691 1415 627 1207 695 spline +1.000 0.000 0.000 scb +1.00 0 1015 487 resistor4 +1 2.00 967 487 951 471 2 polygon +1.00 0 951 471 dot +1 2.00 1063 487 1079 471 2 polygon +1.00 -1 1079 471 dot +1 2.00 1095 455 1079 439 2 polygon +1.00 0 1079 439 dot +1.00 0 1143 455 resistor4 +1 2.00 1191 455 1207 439 2 polygon +1.00 -1 1207 439 dot +1.00 0 951 535 dot +1 1.00 903 583 951 615 983 631 951 535 spline +1.00 0 983 631 dot +1 1.00 1079 567 1063 615 1015 631 1079 535 spline +1.00 0 1015 631 dot +1.00 0 1079 535 dot +1 1.00 1319 631 1351 487 1207 471 1207 663 spline +1.00 0 1207 663 dot +1.00 0 1207 471 dot +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05255.eps b/derived/Source/circuit_generation_code/EXP/05255.eps new file mode 100644 index 0000000000000000000000000000000000000000..178d6e933a9cc612ce876a1917a98b359299f8d9 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05255.eps @@ -0,0 +1,343 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05255.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 16:25:26 2002 +%%Pages: 1 +%%BoundingBox: 68 68 397 208 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/_npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +endgate +} def + +/___resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +%%Page: 05233.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 640 444 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 768 444 _npn +1.00 -1 416 444 _npn +1.00 0 416 636 ___resistor +1.00 0 768 636 ___resistor +1 1.00 416 572 416 508 2 polygon +1 1.00 768 572 768 508 2 polygon +1.00 270 480 540 capacitor +1.00 0 416 540 dot +1.00 -91 704 540 capacitor +1.00 0 768 540 dot +1 1.00 480 444 512 444 2 polygon +1.00 135 592 492 jumper +1 1.00 544 540 640 444 704 444 3 polygon +1 1.00 580 480 544 444 512 444 3 polygon +1 1.00 604 504 640 540 2 polygon +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 448 +588 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 624 +588 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 256 620 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 800 620 label +1 1.00 416 380 416 316 768 316 768 380 4 polygon +1 1.00 416 700 416 716 768 716 768 700 4 polygon +1.00 0 1280 604 battery +1.00 0 1280 428 battery +1.00 0 768 716 dot +1 1.00 960 716 1280 716 1280 668 3 polygon +1 1.00 1280 540 1280 492 2 polygon +1 1.00 1280 364 1280 316 960 316 3 polygon +1.00 0 768 316 dot +1.00 0 1280 316 gnd +1.00 0 1280 316 dot +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1328 604 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1328 428 label +1.00 0 1088 604 _npn +1 1.00 1088 668 1088 716 2 polygon +1.00 0 1088 716 dot +1.00 -181 1104 492 LED +1.00 0 1088 380 ___resistor +1.00 0 1088 316 dot +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 1120 364 label +1 1.00 960 716 768 716 2 polygon +1 1.00 768 316 960 316 2 polygon +(Probe) {/Helvetica 1.000 cf} 2 16 0 808 492 label +1.000 0.000 0.000 scb +1 1.00 992 540 976 604 1024 604 880 540 spline +1 1.00 896 556 880 540 896 524 3 polygon +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05256.eps b/derived/Source/circuit_generation_code/EXP/05256.eps new file mode 100644 index 0000000000000000000000000000000000000000..fb74e977c2b2ce8d7720ef0798e40670a1077d9c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05256.eps @@ -0,0 +1,591 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05256.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 16:48:36 2002 +%%Pages: 1 +%%BoundingBox: 68 68 399 215 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 882 610 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1090 482 breadboard +1.00 0 978 706 transistor2 +1 1.00 962 658 946 642 2 polygon +1.00 0 946 642 dot +1 1.00 978 658 978 642 2 polygon +1.00 0 978 642 dot +1 1.00 994 658 1010 642 2 polygon +1.00 0 1010 642 dot +1.00 0 354 546 real_batt +1.00 0 546 546 real_batt +1.00 -271 346 682 clip +1.00 -271 298 650 clip +1.00 -271 490 650 clip +1.00 -271 538 682 clip +1 1.00 354 770 498 754 498 674 354 706 spline +1.00 0 898 610 resistor4 +1.00 -181 1426 578 dot +1.00 0 946 610 dot +1.00 0 1410 610 _LED +1.00 0 850 610 dot +1.00 -181 1394 578 dot +1.00 0 1090 610 resistor4 +1.00 0 1042 610 dot +1.00 0 1138 610 dot +1.00 0 1170 706 transistor2 +1 1.00 1154 658 1138 642 2 polygon +1.00 0 1138 642 dot +1 1.00 1170 658 1170 642 2 polygon +1.00 0 1170 642 dot +1 1.00 1186 658 1202 642 2 polygon +1.00 0 1202 642 dot +1 1.00 1010 514 1202 530 1202 546 1010 546 spline +1.00 0 1202 546 dot +1.00 0 1010 546 dot +1.00 0 1010 514 dot +1 1.00 674 802 546 818 546 706 658 578 spline +1 1.00 850 546 1042 562 1042 578 850 578 spline +1.00 0 1042 578 dot +1.00 0 850 578 dot +1 1.00 722 802 306 898 306 674 850 642 spline +1.00 0 850 642 dot +1.00 90 930 482 capacitor1 +1.00 0 978 514 dot +1.00 0 978 450 dot +1 1.00 898 562 658 466 658 578 1010 514 spline +1.00 90 1122 482 capacitor1 +1.00 0 1170 514 dot +1.00 0 1170 450 dot +1.00 0 1138 578 dot +1 1.00 1074 562 1026 434 978 418 1138 578 spline +1.00 0 978 418 dot +1 1.00 994 562 994 418 1170 418 946 578 spline +1.00 0 946 578 dot +1.00 0 1170 418 dot +1.00 0 1362 706 transistor2 +1 1.00 1346 658 1330 642 2 polygon +1.00 0 1330 642 dot +1 1.00 1362 658 1362 642 2 polygon +1.00 0 1362 642 dot +1 1.00 1378 658 1394 642 2 polygon +1.00 0 1394 642 dot +1.00 0 1042 546 dot +1 1.00 1122 594 1186 626 1330 610 1042 546 spline +1.00 0 1330 610 dot +1.00 0 1330 562 resistor4 +1.00 -181 1202 578 dot +1.00 0 1426 546 dot +1 2.00 1378 562 1410 562 1426 546 3 polygon +1 2.00 1282 562 1218 562 1202 578 3 polygon +1.000 0.000 0.000 scb +1 1.00 1362 418 1266 370 1058 370 1362 514 spline +sce +1.00 0 1362 514 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05257.eps b/derived/Source/circuit_generation_code/EXP/05257.eps new file mode 100644 index 0000000000000000000000000000000000000000..649214281115641e8123734a6d73fe60ac38be9c --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05257.eps @@ -0,0 +1,674 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05257.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Feb 17 16:57:26 2002 +%%Pages: 1 +%%BoundingBox: 68 68 416 320 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +/headphones { +% -112 -96 208 203 bbox +begingate +1 2.00 -80 -32 32 0.00 360.00 xcarc +1 3.00 -176 144 160 144 64 0 -80 0 spline +1 2.00 64 -32 32 0.00 360.00 xcarc +1 1.00 -80 -64 -80 -96 2 polygon +1 1.00 64 -64 64 -96 2 polygon +endgate +} def + +/knob { +% -40 -32 80 64 bbox +begingate +1 1.00 8 0 32 0.00 360.00 xcarc +1 1.00 -24 0 -40 0 2 polygon +1 1.00 -40 0 -24 8 2 polygon +1 1.00 -40 0 -24 -8 2 polygon +endgate +} def + +/audio_detector { +% -224 -240 460 492 bbox +begingate +1.00 0 96 80 headphones +1 2.00 160 -32 160 -80 192 -80 160 -16 spline +1 2.00 144 -80 16 -80 16 -16 192 -80 spline +0 1.00 160 -128 160 -160 80 -160 80 -128 4 polygon +1 1.00 36 -136 36 -152 2 polygon +1 1.00 48 -136 48 -152 2 polygon +1 1.00 80 -136 32 -136 28 -140 20 -136 12 -144 20 -152 28 -148 32 -152 80 -152 +9 polygon +(plug) {/Helvetica 1.000 cf} 2 16 0 80 -208 label +(headphones) {/Helvetica 1.000 cf} 2 16 0 -32 224 label +0.800 0.800 0.800 scb +240 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +sce +0 1.00 -224 -48 -224 -240 0 -240 0 -48 4 polygon +1.00 0 -192 -96 dot +1.00 0 -192 -192 dot +1 1.00 -192 -192 16 0.00 360.00 xcarc +1.000 0.000 0.000 scb +1 1.00 -192 -96 16 0.00 360.00 xcarc +sce +1 4.00 0 -128 0 -160 2 polygon +1 3.00 256 -80 256 -144 160 -144 192 -80 spline +1.00 240 -104 -136 knob +(Sensitivity) {/Helvetica 0.500 cf} 2 16 0 -152 -192 label +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05200.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 894 1010 offsets +0.7000 inchscale +2.6000 setlinewidth + +1.00 0 1102 882 breadboard +1.00 0 990 1106 transistor2 +1 1.00 974 1058 958 1042 2 polygon +1.00 0 958 1042 dot +1 1.00 990 1058 990 1042 2 polygon +1.00 0 990 1042 dot +1 1.00 1006 1058 1022 1042 2 polygon +1.00 0 1022 1042 dot +1.00 0 366 946 real_batt +1.00 0 558 946 real_batt +1.00 -271 358 1082 clip +1.00 -271 310 1050 clip +1.00 -271 502 1050 clip +1.00 -271 550 1082 clip +1 1.00 366 1170 510 1154 510 1074 366 1106 spline +1.00 0 910 1010 resistor4 +1.00 -181 1438 978 dot +1.00 0 958 1010 dot +1.00 0 1422 1010 _LED +1.00 0 862 1010 dot +1.00 -181 1406 978 dot +1.00 0 1102 1010 resistor4 +1.00 0 1054 1010 dot +1.00 0 1150 1010 dot +1.00 0 1182 1106 transistor2 +1 1.00 1166 1058 1150 1042 2 polygon +1.00 0 1150 1042 dot +1 1.00 1182 1058 1182 1042 2 polygon +1.00 0 1182 1042 dot +1 1.00 1198 1058 1214 1042 2 polygon +1.00 0 1214 1042 dot +1 1.00 1022 914 1214 930 1214 946 1022 946 spline +1.00 0 1214 946 dot +1.00 0 1022 946 dot +1.00 0 1022 914 dot +1 1.00 686 1202 558 1218 558 1106 670 978 spline +1 1.00 862 946 1054 962 1054 978 862 978 spline +1.00 0 1054 978 dot +1.00 0 862 978 dot +1 1.00 734 1202 318 1298 318 1074 862 1042 spline +1.00 0 862 1042 dot +1.00 90 942 882 capacitor1 +1.00 0 990 914 dot +1.00 0 990 850 dot +1 1.00 910 962 670 866 670 978 1022 914 spline +1.00 90 1134 882 capacitor1 +1.00 0 1182 914 dot +1.00 0 1182 850 dot +1.00 0 1150 978 dot +1 1.00 1086 962 1038 834 990 818 1150 978 spline +1.00 0 990 818 dot +1 1.00 1006 962 1006 818 1182 818 958 978 spline +1.00 0 958 978 dot +1.00 0 1182 818 dot +1.00 0 1374 1106 transistor2 +1 1.00 1358 1058 1342 1042 2 polygon +1.00 0 1342 1042 dot +1 1.00 1374 1058 1374 1042 2 polygon +1.00 0 1374 1042 dot +1 1.00 1390 1058 1406 1042 2 polygon +1.00 0 1406 1042 dot +1.00 0 1054 946 dot +1 1.00 1134 994 1198 1026 1342 1010 1054 946 spline +1.00 0 1342 1010 dot +1.00 0 1342 962 resistor4 +1.00 -181 1214 978 dot +1.00 0 1438 946 dot +1 2.00 1390 962 1422 962 1438 946 3 polygon +1 2.00 1294 962 1230 962 1214 978 3 polygon +1.000 0.000 0.000 scb +1 1.00 1374 818 1278 770 1070 770 1374 914 spline +sce +1.00 0 1374 914 dot +1.00 -1 510 514 audio_detector +1.00 -1 582 1050 clip +1 1.00 686 1058 670 754 670 658 606 1042 spline +1 1.00 670 498 942 434 702 322 670 658 spline +1 1.00 910 418 814 562 1054 562 702 418 spline +1.00 0 1150 562 resistor4 +1.00 0 1078 570 clip +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 1102 514 label +1 2.00 1198 562 1262 562 2 polygon +1.00 45 1310 514 arrow +(Use resistor lead) {/Helvetica 1.000 cf} 2 16 0 1262 450 label +(as test probe for) {/Helvetica 1.000 cf} 2 16 0 1262 410 label +(audio detector) {/Helvetica 1.000 cf} 2 16 0 1262 370 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05259.eps b/derived/Source/circuit_generation_code/EXP/05259.eps new file mode 100644 index 0000000000000000000000000000000000000000..a6a424ac1b02abdf3cf827c354ba3eeef2ce4aec --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05259.eps @@ -0,0 +1,322 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05259.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Apr 21 07:18:38 2002 +%%Pages: 1 +%%BoundingBox: 68 68 397 262 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%+ font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/555_timer { +% -208 -240 400 496 bbox +begingate +(555) {/Helvetica-Bold 1.000 cf} 2 16 0 -48 120 label +(Disch) {/Helvetica 1.000 cf} 2 16 0 -168 64 label +(Thresh) {/Helvetica 1.000 cf} 2 16 0 -168 -16 label +(Trig) {/Helvetica 1.000 cf} 2 16 0 -168 -96 label +(Gnd) {/Helvetica 1.000 cf} 2 16 0 -56 -192 label +(cc) {ss} (V) {/Helvetica 1.000 cf} 4 16 0 -128 184 label +(RST) {/Helvetica 1.000 cf} 2 16 0 48 176 label +1 1.00 48 208 128 208 2 polygon +(Out) {/Helvetica 1.000 cf} 2 16 0 80 64 label +(Ctrl) {/Helvetica 1.000 cf} 2 16 0 80 -64 label +0 1.00 -176 224 -176 -208 160 -208 160 224 4 polygon +1 1.00 -96 224 -96 256 2 polygon +1 1.00 80 224 80 256 2 polygon +1 1.00 -176 80 -208 80 2 polygon +1 1.00 -176 0 -208 0 2 polygon +1 1.00 -176 -80 -208 -80 2 polygon +1 1.00 192 -48 160 -48 2 polygon +1 1.00 192 80 160 80 2 polygon +1 1.00 -16 -208 -16 -240 2 polygon +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 636 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 752 604 555_timer +1.00 0 416 444 capacitor +1.00 0 1280 732 battery +1.00 0 1280 540 battery +1 1.00 1280 668 1280 604 2 polygon +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1328 732 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1328 540 label +1 1.00 656 860 656 908 1280 908 1280 796 4 polygon +1 1.00 832 860 832 908 2 polygon +1.00 0 832 908 dot +1 1.00 736 364 736 316 1280 316 1280 476 4 polygon +1.00 0 1280 316 gnd +1.00 0 1280 316 dot +1 1.00 416 380 416 316 736 316 3 polygon +1.00 0 736 316 dot +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 256 +428 label +1 1.00 544 524 416 524 416 508 3 polygon +1 1.00 544 604 496 604 496 524 3 polygon +1.00 0 496 524 dot +1.00 0 416 604 _resistor +1 1.00 416 540 416 524 2 polygon +1.00 0 416 524 dot +1.00 0 416 684 dot +1 1.00 416 668 416 684 544 684 3 polygon +1.00 0 416 764 _resistor +1 1.00 416 700 416 684 2 polygon +1 1.00 416 828 416 908 656 908 3 polygon +1.00 0 656 908 dot +(W) {/Symbol 1.000 cf} (1 M) {/Times-Roman 1.000 cf} 4 16 0 288 748 label +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 256 588 label +1.00 -181 1136 732 LED +1.00 0 1120 844 _resistor +1 1.00 944 684 1120 684 2 polygon +1.00 0 1120 684 dot +1.00 -181 1136 636 LED +1.00 0 1120 524 _resistor +1 1.00 1120 460 1120 316 2 polygon +1.00 0 1120 316 dot +(W) {/Symbol 1.000 cf} (510 ) {/Times-Roman 1.000 cf} 4 16 0 984 836 label +(W) {/Symbol 1.000 cf} (510 ) {/Times-Roman 1.000 cf} 4 16 0 984 516 label +1.00 0 1120 908 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05260.eps b/derived/Source/circuit_generation_code/EXP/05260.eps new file mode 100644 index 0000000000000000000000000000000000000000..f00be06e6ba9bd3c401bd19b6b2370c1fc12c668 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05260.eps @@ -0,0 +1,582 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05260.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 18 12:39:00 2002 +%%Pages: 1 +%%BoundingBox: 68 68 373 247 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/_dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/capacitor1 { +% -32 -48 64 96 bbox +begingate +0.647 0.165 0.165 scb +241 1.00 0 16 32 0.00 360.00 xcarc +sce +1 2.00 -16 -16 -32 -32 -32 -48 3 polygon +1 2.00 16 -16 32 -32 32 -48 3 polygon +1 2.00 -16 -16 -16 -12 2 polygon +1 2.00 16 -16 16 -12 2 polygon +1 1.00 0 16 32 0.00 360.00 xcarc +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +%%Page: 05259.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 896 528 breadboard +1.00 0 736 528 _dip_8 +(555) {/Helvetica 1.000 cf} 2 16 0 700 516 label +1.00 0 336 384 real_batt +1.00 0 336 672 real_batt +1.00 -1 352 784 clip +1.00 -1 304 448 clip +1 1.00 504 784 496 440 328 440 376 776 spline +1.00 -271 280 776 clip +1.00 -1 352 496 clip +1 1.00 288 912 688 880 688 688 288 800 spline +1.00 0 688 688 dot +1 1.00 472 272 472 496 376 488 688 368 spline +1.00 0 688 368 dot +1.00 0 624 512 capacitor1 +1.00 0 656 464 dot +1.00 0 592 464 dot +1.00 0 656 432 dot +1.00 0 688 432 dot +1.00 0 592 432 dot +1.00 0 720 432 dot +1 1.00 720 464 720 480 832 480 832 576 752 576 752 592 6 polygon +1.00 0 752 592 dot +1.00 0 720 464 dot +1.00 0 672 624 resistor4 +1.00 0 720 624 dot +1.00 0 624 624 dot +1.00 0 624 592 dot +1.00 0 688 592 dot +1 1.00 784 464 784 448 864 448 864 640 688 640 688 656 6 polygon +1.00 0 688 656 dot +1.00 0 784 464 dot +1 1.00 656 432 656 448 688 448 688 432 4 polygon +1 1.00 592 432 592 416 720 416 720 432 4 polygon +1 1.00 624 592 624 576 688 576 688 592 4 polygon +1.00 270 720 736 resistor4 +1.00 0 720 688 dot +1 2.00 752 688 752 784 2 polygon +1 2.00 720 816 752 816 752 784 720 784 spline +1.00 0 752 688 dot +1.00 0 1024 528 _LED +1.00 0 1056 496 _LED +1.00 0 1040 496 dot +1.00 0 1040 464 dot +1.00 0 1072 464 dot +1.00 0 1008 496 dot +1.00 0 1120 432 resistor4 +1.00 0 1168 432 dot +1.00 0 1072 432 dot +1.00 0 960 432 resistor4 +1.00 0 1008 432 dot +1.00 0 912 432 dot +1 1.00 752 368 752 352 1040 352 1040 368 4 polygon +1.00 0 1040 368 dot +1.00 0 752 368 dot +1 1.00 688 400 688 384 1168 384 1168 400 4 polygon +1.00 0 1168 400 dot +1.00 0 688 400 dot +1 1.00 784 400 784 416 912 416 912 400 4 polygon +1.00 0 912 400 dot +1.00 0 784 400 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05261.eps b/derived/Source/circuit_generation_code/EXP/05261.eps new file mode 100644 index 0000000000000000000000000000000000000000..1557b6de130a8913d14ddf97c9350aa14bb39fe8 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05261.eps @@ -0,0 +1,406 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05261.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Apr 21 07:19:20 2002 +%%Pages: 1 +%%BoundingBox: 68 68 390 212 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%+ font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/555_timer { +% -208 -240 400 496 bbox +begingate +(555) {/Helvetica-Bold 1.000 cf} 2 16 0 -48 120 label +(Disch) {/Helvetica 1.000 cf} 2 16 0 -168 64 label +(Thresh) {/Helvetica 1.000 cf} 2 16 0 -168 -16 label +(Trig) {/Helvetica 1.000 cf} 2 16 0 -168 -96 label +(Gnd) {/Helvetica 1.000 cf} 2 16 0 -56 -192 label +(cc) {ss} (V) {/Helvetica 1.000 cf} 4 16 0 -128 184 label +(RST) {/Helvetica 1.000 cf} 2 16 0 48 176 label +1 1.00 48 208 128 208 2 polygon +(Out) {/Helvetica 1.000 cf} 2 16 0 80 64 label +(Ctrl) {/Helvetica 1.000 cf} 2 16 0 80 -64 label +0 1.00 -176 224 -176 -208 160 -208 160 224 4 polygon +1 1.00 -96 224 -96 256 2 polygon +1 1.00 80 224 80 256 2 polygon +1 1.00 -176 80 -208 80 2 polygon +1 1.00 -176 0 -208 0 2 polygon +1 1.00 -176 -80 -208 -80 2 polygon +1 1.00 192 -48 160 -48 2 polygon +1 1.00 192 80 160 80 2 polygon +1 1.00 -16 -208 -16 -240 2 polygon +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +/DC_ammeter { +% -32 -64 72 128 bbox +begingate +1 1.00 0 32 0 64 2 polygon +(+) {/Helvetica 1.000 cf} 2 16 0 16 32 label +1 1.00 0 0 32 0.00 360.00 xcarc +(A) {/Helvetica 1.000 cf} 2 16 0 -16 -16 label +1 1.00 0 -32 0 -64 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 16 -64 label +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +/pnp { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 120 -48 22 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE pnp) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +sce +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 05259.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1213 729 offsets +0.5500 inchscale +2.6000 setlinewidth + +1.00 0 1229 697 555_timer +1.00 0 1757 825 battery +1.00 0 1757 633 battery +1 1.00 1757 761 1757 697 2 polygon +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1805 825 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 1805 633 label +1 1.00 1133 953 1133 1001 1757 1001 1757 889 4 polygon +1 1.00 1309 953 1309 1001 2 polygon +1.00 0 1309 1001 dot +1 1.00 1213 457 1213 409 1757 409 1757 569 4 polygon +1.00 0 1757 409 gnd +1.00 0 1757 409 dot +1 1.00 893 473 893 409 1213 409 3 polygon +1.00 0 1213 409 dot +1 1.00 1021 697 973 697 973 617 3 polygon +1.00 0 973 617 dot +1.00 0 509 665 _resistor +1.00 0 893 617 dot +1 1.00 893 921 893 1001 1133 1001 3 polygon +1.00 0 1133 1001 dot +(W) {/Symbol 1.000 cf} (100 k) {/Times-Roman 1.000 cf} 4 16 0 349 649 label +1.00 -181 1613 825 LED +1.00 0 1597 937 _resistor +1 1.00 1421 777 1597 777 2 polygon +1.00 0 1597 777 dot +1.00 -181 1613 729 LED +1.00 0 1597 617 _resistor +1 1.00 1597 553 1597 409 2 polygon +1.00 0 1597 409 dot +(W) {/Symbol 1.000 cf} (510 ) {/Times-Roman 1.000 cf} 4 16 0 1461 929 label +(W) {/Symbol 1.000 cf} (510 ) {/Times-Roman 1.000 cf} 4 16 0 1461 609 label +1 1.00 1021 777 973 777 973 697 3 polygon +1.00 0 973 697 dot +1 1.00 893 601 893 617 1021 617 3 polygon +1.000 0.000 1.000 scb +(TP1) {/Helvetica 0.500 cf} 2 16 0 845 609 label +sce +1.00 0 893 857 _resistor +1.00 0 893 793 dot +1.000 0.000 1.000 scb +(TP3) {/Helvetica 0.500 cf} 2 16 0 909 785 label +sce +1.00 0 813 713 DC_ammeter +1.00 120 885 633 arrowhead90 +1.000 0.000 0.000 scb +1.00 240 885 777 arrowhead90 +sce +1.00 0 733 905 pnp +1 1.00 733 841 733 793 2 polygon +1.00 0 733 793 dot +1 1.00 733 969 733 1001 893 1001 3 polygon +1.00 0 893 1001 dot +1.000 0.000 1.000 scb +(TP2) {/Helvetica 0.500 cf} 2 16 0 677 785 label +sce +1.00 -1 509 905 pnp +1.00 0 733 1001 dot +1 1.00 733 1001 509 1001 509 969 3 polygon +1 1.00 509 729 509 841 2 polygon +1 1.00 573 905 669 905 2 polygon +1 1.00 509 601 509 409 893 409 3 polygon +1.00 0 893 409 dot +1 1.00 869 681 813 609 813 649 877 641 spline +1.000 0.000 0.000 scb +1 1.00 861 713 829 825 813 777 885 777 spline +sce +1.00 0 509 825 dot +1 1.00 509 825 605 825 605 905 3 polygon +1.00 0 605 905 dot +(W) {/Symbol 1.000 cf} (47 k) {/Times-Roman 1.000 cf} 4 16 0 917 849 label +1.00 0 893 537 polarized +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (470 ) {/Times-Roman 1.000 cf} 6 16 0 717 +521 label +1.00 0 1597 1001 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05262.eps b/derived/Source/circuit_generation_code/EXP/05262.eps new file mode 100644 index 0000000000000000000000000000000000000000..faf80af1118b8b266004539090a467660cc946bf --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05262.eps @@ -0,0 +1,650 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05262.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 18 13:38:08 2002 +%%Pages: 1 +%%BoundingBox: 68 68 373 242 +%%DocumentNeededResources: font Helvetica +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/breadboard { +% -400 -208 816 400 bbox +begingate +0 2.00 -400 192 -400 -192 400 -192 400 192 4 polygon +1 1.00 -400 16 400 16 2 polygon +1 1.00 400 -16 -400 -16 2 polygon +1 2.00 -400 -192 -384 -208 416 -208 416 176 400 192 5 polygon +1 2.00 400 -192 416 -208 2 polygon +1 1.00 -336 128 4 0.00 360.00 xcarc +1 1.00 -336 160 4 0.00 360.00 xcarc +1 1.00 -336 96 4 0.00 360.00 xcarc +1 1.00 -336 64 4 0.00 360.00 xcarc +1 1.00 -336 32 4 0.00 360.00 xcarc +1 1.00 -368 128 4 0.00 360.00 xcarc +1 1.00 -368 160 4 0.00 360.00 xcarc +1 1.00 -368 96 4 0.00 360.00 xcarc +1 1.00 -368 64 4 0.00 360.00 xcarc +1 1.00 -368 32 4 0.00 360.00 xcarc +1 1.00 -304 128 4 0.00 360.00 xcarc +1 1.00 -304 160 4 0.00 360.00 xcarc +1 1.00 -304 96 4 0.00 360.00 xcarc +1 1.00 -304 64 4 0.00 360.00 xcarc +1 1.00 -304 32 4 0.00 360.00 xcarc +1 1.00 -272 128 4 0.00 360.00 xcarc +1 1.00 -272 160 4 0.00 360.00 xcarc +1 1.00 -272 96 4 0.00 360.00 xcarc +1 1.00 -272 64 4 0.00 360.00 xcarc +1 1.00 -272 32 4 0.00 360.00 xcarc +1 1.00 -240 128 4 0.00 360.00 xcarc +1 1.00 -240 160 4 0.00 360.00 xcarc +1 1.00 -240 96 4 0.00 360.00 xcarc +1 1.00 -240 64 4 0.00 360.00 xcarc +1 1.00 -240 32 4 0.00 360.00 xcarc +1 1.00 -176 128 4 0.00 360.00 xcarc +1 1.00 -176 160 4 0.00 360.00 xcarc +1 1.00 -176 96 4 0.00 360.00 xcarc +1 1.00 -176 64 4 0.00 360.00 xcarc +1 1.00 -176 32 4 0.00 360.00 xcarc +1 1.00 -208 128 4 0.00 360.00 xcarc +1 1.00 -208 160 4 0.00 360.00 xcarc +1 1.00 -208 96 4 0.00 360.00 xcarc +1 1.00 -208 64 4 0.00 360.00 xcarc +1 1.00 -208 32 4 0.00 360.00 xcarc +1 1.00 -144 128 4 0.00 360.00 xcarc +1 1.00 -144 160 4 0.00 360.00 xcarc +1 1.00 -144 96 4 0.00 360.00 xcarc +1 1.00 -144 64 4 0.00 360.00 xcarc +1 1.00 -144 32 4 0.00 360.00 xcarc +1 1.00 -112 128 4 0.00 360.00 xcarc +1 1.00 -112 160 4 0.00 360.00 xcarc +1 1.00 -112 96 4 0.00 360.00 xcarc +1 1.00 -112 64 4 0.00 360.00 xcarc +1 1.00 -112 32 4 0.00 360.00 xcarc +1 1.00 -80 128 4 0.00 360.00 xcarc +1 1.00 -80 160 4 0.00 360.00 xcarc +1 1.00 -80 96 4 0.00 360.00 xcarc +1 1.00 -80 64 4 0.00 360.00 xcarc +1 1.00 -80 32 4 0.00 360.00 xcarc +1 1.00 -16 128 4 0.00 360.00 xcarc +1 1.00 -16 160 4 0.00 360.00 xcarc +1 1.00 -16 96 4 0.00 360.00 xcarc +1 1.00 -16 64 4 0.00 360.00 xcarc +1 1.00 -16 32 4 0.00 360.00 xcarc +1 1.00 -48 128 4 0.00 360.00 xcarc +1 1.00 -48 160 4 0.00 360.00 xcarc +1 1.00 -48 96 4 0.00 360.00 xcarc +1 1.00 -48 64 4 0.00 360.00 xcarc +1 1.00 -48 32 4 0.00 360.00 xcarc +1 1.00 16 128 4 0.00 360.00 xcarc +1 1.00 16 160 4 0.00 360.00 xcarc +1 1.00 16 96 4 0.00 360.00 xcarc +1 1.00 16 64 4 0.00 360.00 xcarc +1 1.00 16 32 4 0.00 360.00 xcarc +1 1.00 48 128 4 0.00 360.00 xcarc +1 1.00 48 160 4 0.00 360.00 xcarc +1 1.00 48 96 4 0.00 360.00 xcarc +1 1.00 48 64 4 0.00 360.00 xcarc +1 1.00 48 32 4 0.00 360.00 xcarc +1 1.00 80 128 4 0.00 360.00 xcarc +1 1.00 80 160 4 0.00 360.00 xcarc +1 1.00 80 96 4 0.00 360.00 xcarc +1 1.00 80 64 4 0.00 360.00 xcarc +1 1.00 80 32 4 0.00 360.00 xcarc +1 1.00 144 128 4 0.00 360.00 xcarc +1 1.00 144 160 4 0.00 360.00 xcarc +1 1.00 144 96 4 0.00 360.00 xcarc +1 1.00 144 64 4 0.00 360.00 xcarc +1 1.00 144 32 4 0.00 360.00 xcarc +1 1.00 112 128 4 0.00 360.00 xcarc +1 1.00 112 160 4 0.00 360.00 xcarc +1 1.00 112 96 4 0.00 360.00 xcarc +1 1.00 112 64 4 0.00 360.00 xcarc +1 1.00 112 32 4 0.00 360.00 xcarc +1 1.00 176 128 4 0.00 360.00 xcarc +1 1.00 176 160 4 0.00 360.00 xcarc +1 1.00 176 96 4 0.00 360.00 xcarc +1 1.00 176 64 4 0.00 360.00 xcarc +1 1.00 176 32 4 0.00 360.00 xcarc +1 1.00 208 128 4 0.00 360.00 xcarc +1 1.00 208 160 4 0.00 360.00 xcarc +1 1.00 208 96 4 0.00 360.00 xcarc +1 1.00 208 64 4 0.00 360.00 xcarc +1 1.00 208 32 4 0.00 360.00 xcarc +1 1.00 240 128 4 0.00 360.00 xcarc +1 1.00 240 160 4 0.00 360.00 xcarc +1 1.00 240 96 4 0.00 360.00 xcarc +1 1.00 240 64 4 0.00 360.00 xcarc +1 1.00 240 32 4 0.00 360.00 xcarc +1 1.00 272 128 4 0.00 360.00 xcarc +1 1.00 272 160 4 0.00 360.00 xcarc +1 1.00 272 96 4 0.00 360.00 xcarc +1 1.00 272 64 4 0.00 360.00 xcarc +1 1.00 272 32 4 0.00 360.00 xcarc +1 1.00 304 128 4 0.00 360.00 xcarc +1 1.00 304 160 4 0.00 360.00 xcarc +1 1.00 304 96 4 0.00 360.00 xcarc +1 1.00 304 64 4 0.00 360.00 xcarc +1 1.00 304 32 4 0.00 360.00 xcarc +1 1.00 336 128 4 0.00 360.00 xcarc +1 1.00 336 160 4 0.00 360.00 xcarc +1 1.00 336 96 4 0.00 360.00 xcarc +1 1.00 336 64 4 0.00 360.00 xcarc +1 1.00 336 32 4 0.00 360.00 xcarc +1 1.00 368 128 4 0.00 360.00 xcarc +1 1.00 368 160 4 0.00 360.00 xcarc +1 1.00 368 96 4 0.00 360.00 xcarc +1 1.00 368 64 4 0.00 360.00 xcarc +1 1.00 368 32 4 0.00 360.00 xcarc +1 1.00 -336 -64 4 0.00 360.00 xcarc +1 1.00 -336 -32 4 0.00 360.00 xcarc +1 1.00 -336 -96 4 0.00 360.00 xcarc +1 1.00 -336 -128 4 0.00 360.00 xcarc +1 1.00 -336 -160 4 0.00 360.00 xcarc +1 1.00 -368 -64 4 0.00 360.00 xcarc +1 1.00 -368 -32 4 0.00 360.00 xcarc +1 1.00 -368 -96 4 0.00 360.00 xcarc +1 1.00 -368 -128 4 0.00 360.00 xcarc +1 1.00 -368 -160 4 0.00 360.00 xcarc +1 1.00 -304 -64 4 0.00 360.00 xcarc +1 1.00 -304 -32 4 0.00 360.00 xcarc +1 1.00 -304 -96 4 0.00 360.00 xcarc +1 1.00 -304 -128 4 0.00 360.00 xcarc +1 1.00 -304 -160 4 0.00 360.00 xcarc +1 1.00 -272 -64 4 0.00 360.00 xcarc +1 1.00 -272 -32 4 0.00 360.00 xcarc +1 1.00 -272 -96 4 0.00 360.00 xcarc +1 1.00 -272 -128 4 0.00 360.00 xcarc +1 1.00 -272 -160 4 0.00 360.00 xcarc +1 1.00 -240 -64 4 0.00 360.00 xcarc +1 1.00 -240 -32 4 0.00 360.00 xcarc +1 1.00 -240 -96 4 0.00 360.00 xcarc +1 1.00 -240 -128 4 0.00 360.00 xcarc +1 1.00 -240 -160 4 0.00 360.00 xcarc +1 1.00 -176 -64 4 0.00 360.00 xcarc +1 1.00 -176 -32 4 0.00 360.00 xcarc +1 1.00 -176 -96 4 0.00 360.00 xcarc +1 1.00 -176 -128 4 0.00 360.00 xcarc +1 1.00 -176 -160 4 0.00 360.00 xcarc +1 1.00 -208 -64 4 0.00 360.00 xcarc +1 1.00 -208 -32 4 0.00 360.00 xcarc +1 1.00 -208 -96 4 0.00 360.00 xcarc +1 1.00 -208 -128 4 0.00 360.00 xcarc +1 1.00 -208 -160 4 0.00 360.00 xcarc +1 1.00 -144 -64 4 0.00 360.00 xcarc +1 1.00 -144 -32 4 0.00 360.00 xcarc +1 1.00 -144 -96 4 0.00 360.00 xcarc +1 1.00 -144 -128 4 0.00 360.00 xcarc +1 1.00 -144 -160 4 0.00 360.00 xcarc +1 1.00 -112 -64 4 0.00 360.00 xcarc +1 1.00 -112 -32 4 0.00 360.00 xcarc +1 1.00 -112 -96 4 0.00 360.00 xcarc +1 1.00 -112 -128 4 0.00 360.00 xcarc +1 1.00 -112 -160 4 0.00 360.00 xcarc +1 1.00 -80 -64 4 0.00 360.00 xcarc +1 1.00 -80 -32 4 0.00 360.00 xcarc +1 1.00 -80 -96 4 0.00 360.00 xcarc +1 1.00 -80 -128 4 0.00 360.00 xcarc +1 1.00 -80 -160 4 0.00 360.00 xcarc +1 1.00 -16 -64 4 0.00 360.00 xcarc +1 1.00 -16 -32 4 0.00 360.00 xcarc +1 1.00 -16 -96 4 0.00 360.00 xcarc +1 1.00 -16 -128 4 0.00 360.00 xcarc +1 1.00 -16 -160 4 0.00 360.00 xcarc +1 1.00 -48 -64 4 0.00 360.00 xcarc +1 1.00 -48 -32 4 0.00 360.00 xcarc +1 1.00 -48 -96 4 0.00 360.00 xcarc +1 1.00 -48 -128 4 0.00 360.00 xcarc +1 1.00 -48 -160 4 0.00 360.00 xcarc +1 1.00 16 -64 4 0.00 360.00 xcarc +1 1.00 16 -32 4 0.00 360.00 xcarc +1 1.00 16 -96 4 0.00 360.00 xcarc +1 1.00 16 -128 4 0.00 360.00 xcarc +1 1.00 16 -160 4 0.00 360.00 xcarc +1 1.00 48 -64 4 0.00 360.00 xcarc +1 1.00 48 -32 4 0.00 360.00 xcarc +1 1.00 48 -96 4 0.00 360.00 xcarc +1 1.00 48 -128 4 0.00 360.00 xcarc +1 1.00 48 -160 4 0.00 360.00 xcarc +1 1.00 80 -64 4 0.00 360.00 xcarc +1 1.00 80 -32 4 0.00 360.00 xcarc +1 1.00 80 -96 4 0.00 360.00 xcarc +1 1.00 80 -128 4 0.00 360.00 xcarc +1 1.00 80 -160 4 0.00 360.00 xcarc +1 1.00 144 -64 4 0.00 360.00 xcarc +1 1.00 144 -32 4 0.00 360.00 xcarc +1 1.00 144 -96 4 0.00 360.00 xcarc +1 1.00 144 -128 4 0.00 360.00 xcarc +1 1.00 144 -160 4 0.00 360.00 xcarc +1 1.00 112 -64 4 0.00 360.00 xcarc +1 1.00 112 -32 4 0.00 360.00 xcarc +1 1.00 112 -96 4 0.00 360.00 xcarc +1 1.00 112 -128 4 0.00 360.00 xcarc +1 1.00 112 -160 4 0.00 360.00 xcarc +1 1.00 176 -64 4 0.00 360.00 xcarc +1 1.00 176 -32 4 0.00 360.00 xcarc +1 1.00 176 -96 4 0.00 360.00 xcarc +1 1.00 176 -128 4 0.00 360.00 xcarc +1 1.00 176 -160 4 0.00 360.00 xcarc +1 1.00 208 -64 4 0.00 360.00 xcarc +1 1.00 208 -32 4 0.00 360.00 xcarc +1 1.00 208 -96 4 0.00 360.00 xcarc +1 1.00 208 -128 4 0.00 360.00 xcarc +1 1.00 208 -160 4 0.00 360.00 xcarc +1 1.00 240 -64 4 0.00 360.00 xcarc +1 1.00 240 -32 4 0.00 360.00 xcarc +1 1.00 240 -96 4 0.00 360.00 xcarc +1 1.00 240 -128 4 0.00 360.00 xcarc +1 1.00 240 -160 4 0.00 360.00 xcarc +1 1.00 272 -64 4 0.00 360.00 xcarc +1 1.00 272 -32 4 0.00 360.00 xcarc +1 1.00 272 -96 4 0.00 360.00 xcarc +1 1.00 272 -128 4 0.00 360.00 xcarc +1 1.00 272 -160 4 0.00 360.00 xcarc +1 1.00 304 -64 4 0.00 360.00 xcarc +1 1.00 304 -32 4 0.00 360.00 xcarc +1 1.00 304 -96 4 0.00 360.00 xcarc +1 1.00 304 -128 4 0.00 360.00 xcarc +1 1.00 304 -160 4 0.00 360.00 xcarc +1 1.00 336 -64 4 0.00 360.00 xcarc +1 1.00 336 -32 4 0.00 360.00 xcarc +1 1.00 336 -96 4 0.00 360.00 xcarc +1 1.00 336 -128 4 0.00 360.00 xcarc +1 1.00 336 -160 4 0.00 360.00 xcarc +1 1.00 368 -64 4 0.00 360.00 xcarc +1 1.00 368 -32 4 0.00 360.00 xcarc +1 1.00 368 -96 4 0.00 360.00 xcarc +1 1.00 368 -128 4 0.00 360.00 xcarc +1 1.00 368 -160 4 0.00 360.00 xcarc +endgate +} def + +/_dip_8 { +% -56 -32 112 64 bbox +begingate +0.400 0.400 0.400 scb +240 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +sce +0 1.00 -56 24 -56 -24 56 -24 56 24 4 polygon +1 2.00 -48 24 -48 32 2 polygon +1 2.00 -16 24 -16 32 2 polygon +1 2.00 16 24 16 32 2 polygon +1 2.00 48 24 48 32 2 polygon +1 2.00 48 -32 48 -24 2 polygon +1 2.00 16 -32 16 -24 2 polygon +1 2.00 -16 -32 -16 -24 2 polygon +1 2.00 -48 -32 -48 -24 2 polygon +1 1.00 -48 0 -48 0 -56 -8 -56 8 spline +endgate +} def + +/real_batt { +% -80 -128 160 256 bbox +begingate +1 1.00 -80 32 -32 128 80 128 32 32 -80 32 5 polygon +0 1.00 -80 32 -80 -128 32 -128 32 32 4 polygon +1 1.00 32 -128 80 -32 80 128 3 polygon +1 5.00 0 80 0 112 2 polygon +1 5.00 -48 48 -48 80 2 polygon +1.000 0.000 0.000 scb +(+) {/Helvetica 1.000 cf} 2 16 0 -40 32 label +sce +(-) {/Helvetica 1.000 cf} 2 16 0 8 64 label +0.000 0.000 1.000 scb +1 1.00 -24 -48 48 0.00 360.00 xcarc +sce +1.000 0.647 0.000 scb +241 1.00 -16 -8 -32 -32 -24 -32 -40 -56 -32 -56 -48 -80 -16 -48 -24 -48 -8 -24 +-16 -24 -8 -8 -16 -8 12 polygon +sce +endgate +} def + +/clip { +% -24 -12 52 20 bbox +begingate +0.600 0.600 0.600 scb +241 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +sce +1 1.00 -24 -12 24 -12 28 -8 28 -4 24 0 -12 8 -12 4 0 0 0 -4 -24 -4 -24 -12 +11 polygon +1 1.00 28 -8 24 -4 20 -8 16 -4 12 -8 8 -4 4 -4 7 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/_LED { +% -16 -32 32 59 bbox +begingate +1.000 0.000 0.000 scb +241 1.00 -8 32 8 32 8 16 -8 16 spline +241 1.00 -8 16 8 16 2 polygon +sce +1 1.00 -8 32 8 32 8 16 -8 16 spline +1.000 0.000 0.000 scb +240 1.00 -8 16 -8 0 8 0 8 16 4 polygon +sce +1 1.00 -8 16 -8 0 8 0 8 16 4 polygon +1 1.00 -4 0 -4 -8 -16 -16 -16 -32 4 polygon +1 1.00 4 0 4 -8 16 -16 16 -32 4 polygon +endgate +} def + +/resistor4 { +% -48 -8 96 16 bbox +begingate +0.800 0.800 0.800 scb +240 1.00 -22 6 -22 -6 22 -6 22 6 4 polygon +241 1.00 -42 14 -42 -14 -22 -6 -22 6 spline +241 1.00 42 14 42 -14 22 -6 22 6 spline +sce +1 1.00 -42 -18 -42 18 -22 6 -22 -6 spline +1 1.00 42 -18 42 18 22 6 22 -6 spline +1.000 0.647 0.000 scb +240 1.00 -18 6 -18 -6 -14 -6 -14 6 4 polygon +240 1.00 -10 6 -10 -6 -6 -6 -6 6 4 polygon +240 1.00 -2 6 -2 -6 2 -6 2 6 4 polygon +sce +0.898 0.898 0.898 scb +240 1.00 10 6 10 -6 14 -6 14 6 4 polygon +sce +1 1.00 -22 6 22 6 2 polygon +1 1.00 -22 -6 22 -6 2 polygon +1 2.00 -38 0 -48 0 2 polygon +1 2.00 48 0 38 0 2 polygon +endgate +} def + +/transistor2 { +% -16 -48 32 91 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -16 32 -16 0 16 0 16 32 4 polygon +241 1.00 -16 48 16 48 16 32 -16 32 spline +sce +0 1.00 -16 32 -16 0 16 0 16 32 4 polygon +1 1.00 -16 48 16 48 16 32 -16 32 spline +1 1.00 0 0 0 -48 2 polygon +1 1.00 -8 0 -16 -8 -16 -48 3 polygon +1 1.00 8 0 16 -8 16 -48 3 polygon +(CBE) {/Helvetica 0.300 cf} 2 16 0 -12 4 label +endgate +} def + +/capacitor2 { +% -32 -80 64 160 bbox +begingate +0.647 0.165 0.165 scb +240 1.00 -32 64 -32 -64 32 -64 32 64 4 polygon +sce +0 1.00 -32 64 -32 -64 32 -64 32 64 4 polygon +1 2.00 0 -64 0 -80 2 polygon +1 2.00 0 64 0 80 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 -10 -44 label +1 1.00 0 -32 10 0.00 360.00 xcarc +1 1.00 -12 -16 -12 -44 0 -56 12 -44 12 -16 -12 -16 6 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 -10 4 label +1 1.00 0 16 10 0.00 360.00 xcarc +1 1.00 -12 32 -12 4 0 -8 12 4 12 32 -12 32 6 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 05259.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 544 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 896 528 breadboard +1.00 0 736 528 _dip_8 +(555) {/Helvetica 1.000 cf} 2 16 0 700 516 label +1.00 0 336 384 real_batt +1.00 0 336 672 real_batt +1.00 -1 352 784 clip +1.00 -1 304 448 clip +1 1.00 504 784 496 440 328 440 376 776 spline +1.00 -271 280 776 clip +1.00 -1 352 496 clip +1.00 0 688 688 dot +1 1.00 472 272 472 496 376 488 688 368 spline +1.00 0 688 368 dot +1.00 0 688 464 dot +1.00 0 528 464 dot +1.00 0 720 432 dot +1 1.00 720 464 720 480 832 480 832 576 752 576 752 592 6 polygon +1.00 0 752 592 dot +1.00 0 720 464 dot +1 1.00 784 464 784 448 864 448 864 640 688 640 688 656 6 polygon +1.00 0 688 656 dot +1.00 0 784 464 dot +1.00 0 1024 528 _LED +1.00 0 1056 496 _LED +1.00 0 1040 496 dot +1.00 0 1040 464 dot +1.00 0 1072 464 dot +1.00 0 1008 496 dot +1.00 0 1120 432 resistor4 +1.00 0 1168 432 dot +1.00 0 1072 432 dot +1.00 0 960 432 resistor4 +1.00 0 1008 432 dot +1.00 0 912 432 dot +1 1.00 752 368 752 352 1040 352 1040 368 4 polygon +1.00 0 1040 368 dot +1.00 0 752 368 dot +1 1.00 688 400 688 384 1168 384 1168 400 4 polygon +1.00 0 1168 400 dot +1.00 0 688 400 dot +1 1.00 784 400 784 416 912 416 912 400 4 polygon +1.00 0 912 400 dot +1.00 0 784 400 dot +1 1.00 720 624 720 608 752 608 752 624 4 polygon +1.00 0 752 624 dot +1.00 0 720 624 dot +1.00 0 1008 752 transistor2 +1 1.00 1008 704 1008 688 2 polygon +1 1.00 1024 704 1040 688 2 polygon +1 1.00 992 704 976 688 2 polygon +1.00 0 976 688 dot +1.00 0 1008 688 dot +1.00 0 1040 688 dot +1.00 0 1008 608 transistor2 +1.00 0 1008 560 dot +1 1.00 1024 560 1040 560 2 polygon +1.00 0 1040 560 dot +1 1.00 992 560 976 576 960 576 944 560 4 polygon +1.00 0 944 560 dot +1 1.00 976 656 976 672 1008 672 1008 656 4 polygon +1.00 0 1008 656 dot +1.00 0 976 656 dot +1 1.00 592 624 400 976 288 800 688 624 spline +1.00 0 688 624 dot +1 1.00 720 816 1184 928 1040 656 688 688 spline +1.00 0 1040 656 dot +1.00 270 976 512 resistor4 +1.00 0 976 560 dot +1.00 0 976 464 dot +1 1.00 976 400 976 416 1136 416 1168 368 4 polygon +1.00 0 1168 368 dot +1.00 0 976 400 dot +1.00 90 560 528 capacitor2 +1 2.00 480 528 480 480 528 464 3 polygon +1 1.00 720 432 720 416 528 416 528 432 4 polygon +1.00 0 528 432 dot +1 2.00 688 464 640 528 2 polygon +1.00 0 640 592 resistor4 +1.00 0 688 592 dot +1.00 0 592 592 dot +1.000 0.000 1.000 scb +1.00 210 920 608 arrow +(TP2) {/Helvetica 0.500 cf} 2 16 0 864 668 label +1 1.00 920 608 888 664 2 polygon +1.00 210 568 640 arrow +1 1.00 568 640 536 696 2 polygon +(TP3) {/Helvetica 0.500 cf} 2 16 0 512 702 label +1.00 -286 576 448 arrow +(TP1) {/Helvetica 0.500 cf} 2 16 0 620 442 label +sce +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/EXP/05264.eps b/derived/Source/circuit_generation_code/EXP/05264.eps new file mode 100644 index 0000000000000000000000000000000000000000..f586e6da4c0e93365cb099bf01c31dc2bbb867a9 --- /dev/null +++ b/derived/Source/circuit_generation_code/EXP/05264.eps @@ -0,0 +1,451 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 05264.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Feb 18 16:37:41 2002 +%%Pages: 1 +%%BoundingBox: 68 68 410 187 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%+ font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/555_timer { +% -208 -240 400 496 bbox +begingate +(555) {/Helvetica-Bold 1.000 cf} 2 16 0 -48 120 label +(Disch) {/Helvetica 1.000 cf} 2 16 0 -168 64 label +(Thresh) {/Helvetica 1.000 cf} 2 16 0 -168 -16 label +(Trig) {/Helvetica 1.000 cf} 2 16 0 -168 -96 label +(Gnd) {/Helvetica 1.000 cf} 2 16 0 -56 -192 label +(cc) {ss} (V) {/Helvetica 1.000 cf} 4 16 0 -128 184 label +(RST) {/Helvetica 1.000 cf} 2 16 0 48 176 label +1 1.00 48 208 128 208 2 polygon +(Out) {/Helvetica 1.000 cf} 2 16 0 80 64 label +(Ctrl) {/Helvetica 1.000 cf} 2 16 0 80 -64 label +0 1.00 -176 224 -176 -208 160 -208 160 224 4 polygon +1 1.00 -96 224 -96 256 2 polygon +1 1.00 80 224 80 256 2 polygon +1 1.00 -176 80 -208 80 2 polygon +1 1.00 -176 0 -208 0 2 polygon +1 1.00 -176 -80 -208 -80 2 polygon +1 1.00 192 -48 160 -48 2 polygon +1 1.00 192 80 160 80 2 polygon +1 1.00 -16 -208 -16 -240 2 polygon +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/_capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +endgate +} def + +/lamp { +% -35 -80 70 160 bbox +begingate +1 1.00 0 32 0 80 2 polygon +1 1.00 0 0 35 0.00 360.00 xcarc +1 1.00 26 44 26 -47 2 22 2 -24 spline +1 1.00 0 32 4 16 2 polygon +1 1.00 0 -32 0 -80 2 polygon +1 1.00 0 -32 4 -20 2 polygon +endgate +} def + +%%Page: 05259.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 914 806 offsets +0.4500 inchscale +2.6000 setlinewidth + +1.00 0 930 774 555_timer +1.00 0 2066 902 battery +1.00 0 2066 710 battery +1 1.00 2066 838 2066 774 2 polygon +(6 V) {/Times-Roman 1.000 cf} 2 16 0 2114 902 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 2114 710 label +1 1.00 1010 1030 1010 1078 2 polygon +1.00 0 1010 1078 dot +1.00 0 2290 486 gnd +1.00 0 2066 486 dot +1 1.00 594 550 594 486 914 486 3 polygon +1.00 0 914 486 dot +1 1.00 722 774 674 774 674 694 3 polygon +1.00 0 674 694 dot +1.00 0 594 694 dot +1 1.00 594 998 594 1078 834 1078 3 polygon +1.00 0 834 1078 dot +1 1.00 722 854 674 854 674 774 3 polygon +1.00 0 674 774 dot +1 1.00 594 678 594 694 722 694 3 polygon +1.00 0 594 934 _resistor +1.00 0 594 614 _capacitor +(W) {/Symbol 1.000 cf} (33 k) {/Times-Roman 1.000 cf} 4 16 0 618 926 label +1 1.00 594 870 594 694 2 polygon +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (0.1 ) {/Times-Roman 1.000 cf} 6 16 0 426 +598 label +1.00 0 2290 902 battery +1.00 0 2290 710 battery +1 1.00 2290 838 2290 774 2 polygon +(6 V) {/Times-Roman 1.000 cf} 2 16 0 2338 902 label +(6 V) {/Times-Roman 1.000 cf} 2 16 0 2338 710 label +1.00 0 2066 1078 dot +1 1.00 2066 1078 2290 1078 2290 966 3 polygon +1 1.00 2290 646 2290 486 2066 486 3 polygon +1.00 0 2290 486 dot +1.00 0 1234 806 potentiometer +1 1.00 1202 870 1202 1078 2 polygon +1.00 0 1202 1078 dot +1 1.00 1202 742 1202 486 2 polygon +1.00 0 1202 486 dot +1.00 -181 1442 774 opamp +1 1.00 2066 646 2066 486 2 polygon +1 1.00 2066 966 2066 1078 2 polygon +1 1.00 834 1078 834 1030 2 polygon +1 1.00 914 534 914 486 2 polygon +1.00 90 914 534 jumper +1.00 90 1202 534 jumper +1 1.00 674 694 674 534 898 534 3 polygon +1 1.00 930 534 1186 534 2 polygon +1.00 270 1602 774 diode +1.00 180 1650 694 diode +1.00 270 1698 630 diode +1.00 0 1810 630 npn +1 1.00 1810 566 1810 486 2 polygon +1.00 0 1810 486 dot +1.00 0 1810 918 lamp +1 1.00 1810 838 1810 694 2 polygon +(Load) {/Helvetica 1.000 cf} 2 16 0 1666 918 label +1 1.00 2066 486 914 486 2 polygon +1 1.00 834 1078 2066 1078 2 polygon +1.00 0 1810 1078 dot +1 1.00 1810 1078 1810 998 2 polygon +1 1.00 1650 774 1650 742 2 polygon +1 1.00 1650 646 1650 630 2 polygon +(Power) {/Helvetica 1.000 cf} 2 16 0 1826 646 label +(transistor) {/Helvetica 1.000 cf} 2 16 0 1802 606 label +1.00 -181 1442 966 opamp +1.00 0 1330 822 jumper +1 1.00 1330 838 1330 918 1362 918 3 polygon +1 1.00 1330 806 1330 726 2 polygon +1.00 0 1330 726 dot +1.00 0 1298 822 dot +1 1.00 1298 822 1298 1014 1362 1014 3 polygon +1 1.00 1266 822 1362 822 2 polygon +1 1.00 1362 726 1266 726 1266 534 1218 534 4 polygon +1 1.00 1522 774 1554 774 2 polygon +1.00 0 1554 774 dot +1 1.00 1554 774 1554 966 1522 966 3 polygon +(1458) {/Helvetica 0.750 cf} 2 16 0 1414 766 label +(2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 7 16 0 1374 762 label +(1458) {/Helvetica 0.750 cf} 2 16 0 1414 958 label +(2) {ss} (/) {ns} (1) {Ss} {/Helvetica 0.750 cf} 7 16 0 1374 954 label +1 1.00 1426 1014 1426 1078 2 polygon +1.00 0 1426 1078 dot +1 1.00 1426 726 1426 486 2 polygon +1.00 0 1426 486 dot +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01012.eps b/derived/Source/circuit_generation_code/REF/01012.eps new file mode 100644 index 0000000000000000000000000000000000000000..cd3ed0fc6e0c810bc5283441cd097eb8f93cb828 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01012.eps @@ -0,0 +1,208 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01012.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 07:41:34 2001 +%%Pages: 1 +%%BoundingBox: 68 68 180 122 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 1011 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 560 336 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 90 560 336 capacitor +(4) {/Helvetica 1.000 cf} 2 16 0 496 352 label +(7) {/Helvetica 1.000 cf} 2 16 0 608 352 label +1 1.00 368 336 32 0.00 360.00 xcarc +1 1.00 336 336 304 336 2 polygon +1 1.00 400 336 432 336 2 polygon +1 1.00 368 384 368 288 384 336 352 336 spline +1 1.00 432 336 496 336 2 polygon +(input) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 320 392 label +1.00 90 336 272 arrow +1 1.00 304 336 256 336 2 polygon +(6) {/Helvetica 1.000 cf} 2 16 0 272 352 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 544 384 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (22 ) {/Times-Roman 1.000 cf} 6 16 0 504 +264 label +(I) {/Times-Roman 1.000 cf} 2 16 0 392 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01013.eps b/derived/Source/circuit_generation_code/REF/01013.eps new file mode 100644 index 0000000000000000000000000000000000000000..e831a3a273d01abb11868dd5dde8e61fe2e4fa54 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01013.eps @@ -0,0 +1,225 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01013.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 07:43:25 2001 +%%Pages: 1 +%%BoundingBox: 68 68 185 131 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 1011 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 576 368 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 90 576 368 capacitor +(4) {/Helvetica 1.000 cf} 2 16 0 512 384 label +(7) {/Helvetica 1.000 cf} 2 16 0 624 384 label +1 1.00 416 368 448 368 2 polygon +1 1.00 448 368 512 368 2 polygon +1.00 90 424 272 arrow +1 1.00 320 368 272 368 2 polygon +(6) {/Helvetica 1.000 cf} 2 16 0 256 384 label +1.00 270 368 368 resistor +(shunt) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 320 408 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 560 424 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (22 ) {/Times-Roman 1.000 cf} 6 16 0 520 +296 label +(I) {/Times-Roman 1.000 cf} 2 16 0 480 256 label +(W) {/Symbol 1.000 cf} (1 ) {/Times-Roman 1.000 cf} 4 16 0 336 312 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01014.eps b/derived/Source/circuit_generation_code/REF/01014.eps new file mode 100644 index 0000000000000000000000000000000000000000..0658ab5aa3fea139c4d56827aa40a4d293e765e6 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01014.eps @@ -0,0 +1,224 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01014.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 07:44:16 2001 +%%Pages: 1 +%%BoundingBox: 68 68 185 133 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +%%Page: 1011 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 576 376 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 90 576 376 capacitor +(4) {/Helvetica 1.000 cf} 2 16 0 512 392 label +(7) {/Helvetica 1.000 cf} 2 16 0 624 392 label +1 1.00 416 376 448 376 2 polygon +1 1.00 448 376 512 376 2 polygon +1.00 90 440 272 arrow +1 1.00 320 376 272 376 2 polygon +(6) {/Helvetica 1.000 cf} 2 16 0 256 392 label +1.00 90 368 376 battery +(bogus) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 312 432 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 560 432 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (22 ) {/Times-Roman 1.000 cf} 6 16 0 520 +304 label +(I) {/Times-Roman 1.000 cf} 2 16 0 496 256 label +(0 V) {/Times-Roman 1.000 cf} 2 16 0 328 304 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01015.eps b/derived/Source/circuit_generation_code/REF/01015.eps new file mode 100644 index 0000000000000000000000000000000000000000..d39a85b1e299031cbc46788d7bc075576be69913 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01015.eps @@ -0,0 +1,205 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01015.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 07:45:38 2001 +%%Pages: 1 +%%BoundingBox: 68 68 240 173 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 568 416 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 416 battery +1.00 0 728 416 resistor +1.00 270 536 544 resistor +1 1.00 472 544 344 544 344 480 3 polygon +1 1.00 344 352 344 288 728 288 728 352 4 polygon +1 1.00 728 480 728 544 600 544 3 polygon +(10 V) {/Times-Roman 1.000 cf} 2 16 0 384 408 label +(1) {/Helvetica 1.000 cf} 2 16 0 312 544 label +(2) {/Helvetica 1.000 cf} 2 16 0 744 544 label +(0) {/Helvetica 1.000 cf} 2 16 0 312 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 744 256 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 408 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 520 576 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 656 408 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 496 488 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 752 408 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01016.eps b/derived/Source/circuit_generation_code/REF/01016.eps new file mode 100644 index 0000000000000000000000000000000000000000..39f11714dcf1bcc6b7d90e4054c7899f5e938e1c --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01016.eps @@ -0,0 +1,209 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01016.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 07:47:00 2001 +%%Pages: 1 +%%BoundingBox: 68 68 240 185 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 01015.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 568 456 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 456 battery +1.00 0 728 456 resistor +1.00 270 536 584 resistor +1 1.00 472 584 344 584 344 520 3 polygon +1 1.00 728 520 728 584 600 584 3 polygon +(10 V) {/Times-Roman 1.000 cf} 2 16 0 384 448 label +(1) {/Helvetica 1.000 cf} 2 16 0 312 584 label +(2) {/Helvetica 1.000 cf} 2 16 0 744 584 label +(0) {/Helvetica 1.000 cf} 2 16 0 312 296 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 448 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 520 616 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 656 448 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 496 528 label +(W) {/Symbol 1.000 cf} (5 k) {/Times-Roman 1.000 cf} 4 16 0 752 448 label +1.00 270 536 328 battery +1 1.00 600 328 728 328 728 392 3 polygon +1 1.00 344 392 344 328 472 328 3 polygon +(bogus) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 496 384 label +(0 V) {/Times-Roman 1.000 cf} 2 16 0 504 256 label +(3) {/Helvetica 1.000 cf} 2 16 0 744 296 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01017.eps b/derived/Source/circuit_generation_code/REF/01017.eps new file mode 100644 index 0000000000000000000000000000000000000000..2028f2c285cb720f93875ad6d639cf1fbdf2afc0 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01017.eps @@ -0,0 +1,225 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01017.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 07:57:58 2001 +%%Pages: 1 +%%BoundingBox: 68 68 317 178 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 664 432 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 432 battery +1.00 0 984 432 battery +1.00 0 664 432 resistor +1.00 270 504 560 resistor +1.00 270 824 560 resistor +1 1.00 344 496 344 560 440 560 3 polygon +1 1.00 568 560 776 560 2 polygon +1 1.00 664 560 664 496 2 polygon +1 1.00 344 368 344 304 664 304 664 368 4 polygon +1 1.00 888 560 984 560 984 496 3 polygon +1 1.00 984 368 984 304 664 304 3 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 312 560 label +(2) {/Helvetica 1.000 cf} 2 16 0 648 576 label +(3) {/Helvetica 1.000 cf} 2 16 0 1000 560 label +(0) {/Helvetica 1.000 cf} 2 16 0 312 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 648 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1000 272 label +1.00 0 664 560 dot +1.00 0 664 304 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 424 label +(24 V) {/Times-Roman 1.000 cf} 2 16 0 392 424 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 488 592 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 808 592 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 600 424 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 888 424 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 448 504 label +(W) {/Symbol 1.000 cf} (8.1 k) {/Times-Roman 1.000 cf} 4 16 0 768 504 label +(W) {/Symbol 1.000 cf} (4.7 k) {/Times-Roman 1.000 cf} 4 16 0 688 424 label +(15 V) {/Times-Roman 1.000 cf} 2 16 0 1032 424 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01018.eps b/derived/Source/circuit_generation_code/REF/01018.eps new file mode 100644 index 0000000000000000000000000000000000000000..d0230ec54b7fa4b26f65dc1bbb51852878374f69 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01018.eps @@ -0,0 +1,242 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01018.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:08:33 2001 +%%Pages: 1 +%%BoundingBox: 68 68 287 176 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 536 440 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 440 battery +1.00 270 504 312 resistor +1.00 0 664 440 capacitor +1.00 0 888 440 capacitor +1 1.00 344 376 344 312 440 312 3 polygon +1 1.00 568 312 888 312 888 376 3 polygon +1 1.00 664 376 664 312 2 polygon +1 1.00 344 504 344 568 888 568 888 504 4 polygon +1 1.00 664 568 664 504 2 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 312 568 label +(1) {/Helvetica 1.000 cf} 2 16 0 648 584 label +(1) {/Helvetica 1.000 cf} 2 16 0 904 568 label +(2) {/Helvetica 1.000 cf} 2 16 0 648 264 label +(2) {/Helvetica 1.000 cf} 2 16 0 904 280 label +(0) {/Helvetica 1.000 cf} 2 16 0 312 280 label +1.00 0 664 568 dot +1.00 0 664 312 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 432 label +(10 V) {/Times-Roman 1.000 cf} 2 16 0 392 432 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 584 432 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (47 ) {/Times-Roman 1.000 cf} 6 16 0 672 +392 label +(2) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 800 432 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (22 ) {/Times-Roman 1.000 cf} 6 16 0 896 +392 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 488 344 label +(W) {/Symbol 1.000 cf} (3.3 k) {/Times-Roman 1.000 cf} 4 16 0 448 256 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01019.eps b/derived/Source/circuit_generation_code/REF/01019.eps new file mode 100644 index 0000000000000000000000000000000000000000..7a575475027e331eba7344019ad6f8d30eb6963f --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01019.eps @@ -0,0 +1,208 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01019.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:11:34 2001 +%%Pages: 1 +%%BoundingBox: 68 68 216 146 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 528 384 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 400 384 acsource +1.00 0 624 384 resistor +1 1.00 400 448 400 480 624 480 624 448 4 polygon +1 1.00 400 320 400 288 624 288 624 320 4 polygon +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 528 376 label +(15 V) {/Times-Roman 1.000 cf} 2 16 0 272 368 label +(60 Hz) {/Times-Roman 1.000 cf} 2 16 0 256 320 label +(1) {/Helvetica 1.000 cf} 2 16 0 368 480 label +(1) {/Helvetica 1.000 cf} 2 16 0 640 480 label +(0) {/Helvetica 1.000 cf} 2 16 0 368 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 640 256 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 648 376 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 288 416 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01021.eps b/derived/Source/circuit_generation_code/REF/01021.eps new file mode 100644 index 0000000000000000000000000000000000000000..6ab6e92bbb9a79ba7720618e3a685070d828ea06 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01021.eps @@ -0,0 +1,232 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01021.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:16:43 2001 +%%Pages: 1 +%%BoundingBox: 68 68 249 173 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 568 416 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 416 acsource +1.00 0 696 416 capacitor +1.00 270 504 544 resistor +1 1.00 344 480 344 544 440 544 3 polygon +1 1.00 568 544 696 544 696 480 3 polygon +1 1.00 696 352 696 288 344 288 344 352 4 polygon +(12 V) {/Times-Roman 1.000 cf} 2 16 0 392 416 label +(60 Hz) {/Times-Roman 1.000 cf} 2 16 0 376 368 label +(1) {/Helvetica 1.000 cf} 2 16 0 312 544 label +(2) {/Helvetica 1.000 cf} 2 16 0 712 544 label +(0) {/Helvetica 1.000 cf} 2 16 0 312 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 712 256 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 488 576 label +(W) {/Symbol 1.000 cf} (30 ) {/Times-Roman 1.000 cf} 4 16 0 456 488 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 616 400 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (100 ) {/Times-Roman 1.000 cf} 6 16 0 744 +400 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 408 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01022.eps b/derived/Source/circuit_generation_code/REF/01022.eps new file mode 100644 index 0000000000000000000000000000000000000000..741dcab8ec14401bcd6200d0c018a0e2909a4686 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01022.eps @@ -0,0 +1,297 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01022.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:18:34 2001 +%%Pages: 1 +%%BoundingBox: 68 68 339 243 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 704 560 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 656 acsource +1.00 0 352 432 battery +1 1.00 352 496 352 592 2 polygon +1.00 90 528 784 inductor +1.00 90 880 784 inductor +1.00 0 1088 560 resistor +1.00 0 704 560 capacitor +1 1.00 352 720 352 784 480 784 3 polygon +1 1.00 592 784 704 784 704 624 3 polygon +1 1.00 704 784 832 784 2 polygon +1 1.00 944 784 1088 784 1088 624 3 polygon +1 1.00 352 368 352 304 704 304 704 496 4 polygon +1 1.00 704 304 1088 304 1088 496 3 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 320 544 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 272 label +(2) {/Helvetica 1.000 cf} 2 16 0 320 784 label +(24 V) {/Times-Roman 1.000 cf} 2 16 0 400 656 label +(24 V) {/Times-Roman 1.000 cf} 2 16 0 400 432 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 992 552 label +(3) {/Helvetica 1.000 cf} 2 16 0 688 800 label +(4) {/Helvetica 1.000 cf} 2 16 0 1104 800 label +(0) {/Helvetica 1.000 cf} 2 16 0 688 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1104 272 label +1.00 0 704 784 dot +1.00 0 704 304 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 264 656 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 432 label +(1) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 520 824 label +(2) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 864 824 label +(100 mH) {/Times-Roman 1.000 cf} 2 16 0 464 736 label +(250 mH) {/Times-Roman 1.000 cf} 2 16 0 808 736 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 624 552 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (100 ) {/Times-Roman 1.000 cf} 6 16 0 752 +552 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 1112 552 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01023.eps b/derived/Source/circuit_generation_code/REF/01023.eps new file mode 100644 index 0000000000000000000000000000000000000000..18f96aee3bbc9314cd79f3c9c56c940b95afc4c5 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01023.eps @@ -0,0 +1,267 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01023.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:21:53 2001 +%%Pages: 1 +%%BoundingBox: 68 68 349 243 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 01022 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 696 560 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 544 acsource +1.00 90 520 784 inductor +1.00 90 872 784 inductor +1.00 0 696 560 capacitor +1 1.00 344 720 344 784 472 784 3 polygon +1 1.00 584 784 696 784 696 624 3 polygon +1 1.00 696 784 824 784 2 polygon +1 1.00 344 368 344 304 696 304 696 496 4 polygon +(0) {/Helvetica 1.000 cf} 2 16 0 312 272 label +(2) {/Helvetica 1.000 cf} 2 16 0 680 800 label +(3) {/Helvetica 1.000 cf} 2 16 0 1096 784 label +(0) {/Helvetica 1.000 cf} 2 16 0 680 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1096 272 label +1 1.00 344 720 344 608 2 polygon +1 1.00 344 480 344 368 2 polygon +1.00 0 1080 544 acsource +1 1.00 936 784 1080 784 1080 608 3 polygon +1 1.00 696 304 1080 304 1080 480 3 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 312 784 label +(55 V) {/Times-Roman 1.000 cf} 2 16 0 392 560 label +(30 Hz) {/Times-Roman 1.000 cf} 2 16 0 392 520 label +(+) {/Helvetica 1.000 cf} 2 16 0 312 592 label +(-) {/Helvetica 1.000 cf} 2 16 0 312 480 label +(43 V) {/Times-Roman 1.000 cf} 2 16 0 1128 560 label +(30 Hz) {/Times-Roman 1.000 cf} 2 16 0 1128 520 label +(+) {/Helvetica 1.000 cf} 2 16 0 1048 592 label +(-) {/Helvetica 1.000 cf} 2 16 0 1048 480 label +1.00 0 696 784 dot +1.00 0 696 304 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 544 label +(o) {Ss} (0) {/Times-Roman 1.000 cf} 4 16 0 424 480 label +(o) {Ss} (25) {/Times-Roman 1.000 cf} 4 16 0 1152 480 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 984 544 label +(1) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 512 824 label +(2) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 856 824 label +(450 mH) {/Times-Roman 1.000 cf} 2 16 0 456 736 label +(150 mH) {/Times-Roman 1.000 cf} 2 16 0 808 736 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 616 552 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (330 ) {/Times-Roman 1.000 cf} 6 16 0 744 +552 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01024.eps b/derived/Source/circuit_generation_code/REF/01024.eps new file mode 100644 index 0000000000000000000000000000000000000000..aec10ab47e1cc9d0e7727e6c01f87359c22096cf --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01024.eps @@ -0,0 +1,290 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01024.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:23:28 2001 +%%Pages: 1 +%%BoundingBox: 68 68 349 243 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +%%Page: 01022 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 696 560 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 544 acsource +1.00 90 520 784 inductor +1.00 90 872 784 inductor +1.00 0 696 560 capacitor +1 1.00 344 720 344 784 472 784 3 polygon +1 1.00 584 784 696 784 696 624 3 polygon +1 1.00 696 784 824 784 2 polygon +1 1.00 344 368 344 304 696 304 696 496 4 polygon +(0) {/Helvetica 1.000 cf} 2 16 0 312 272 label +(2) {/Helvetica 1.000 cf} 2 16 0 680 800 label +(3) {/Helvetica 1.000 cf} 2 16 0 1096 784 label +(0) {/Helvetica 1.000 cf} 2 16 0 680 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1096 272 label +1 1.00 344 720 344 608 2 polygon +1 1.00 344 480 344 368 2 polygon +1.00 0 1080 464 acsource +(1) {/Helvetica 1.000 cf} 2 16 0 312 784 label +(55 V) {/Times-Roman 1.000 cf} 2 16 0 392 560 label +(30 Hz) {/Times-Roman 1.000 cf} 2 16 0 392 520 label +(+) {/Helvetica 1.000 cf} 2 16 0 312 592 label +(-) {/Helvetica 1.000 cf} 2 16 0 312 480 label +(43 V) {/Times-Roman 1.000 cf} 2 16 0 1128 480 label +(30 Hz) {/Times-Roman 1.000 cf} 2 16 0 1128 440 label +(+) {/Helvetica 1.000 cf} 2 16 0 1048 512 label +(-) {/Helvetica 1.000 cf} 2 16 0 1048 400 label +1.00 0 696 784 dot +1.00 0 696 304 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 544 label +(o) {Ss} (0) {/Times-Roman 1.000 cf} 4 16 0 424 480 label +(o) {Ss} (25) {/Times-Roman 1.000 cf} 4 16 0 1152 400 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 984 464 label +(1) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 512 824 label +(2) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 856 824 label +(450 mH) {/Times-Roman 1.000 cf} 2 16 0 456 736 label +(150 mH) {/Times-Roman 1.000 cf} 2 16 0 808 736 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 616 552 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (330 ) {/Times-Roman 1.000 cf} 6 16 0 744 +552 label +1.00 0 1080 672 _resistor +1 1.00 936 784 1080 784 1080 736 3 polygon +1 1.00 1080 608 1080 528 2 polygon +1 1.00 1080 400 1080 304 696 304 3 polygon +(4) {/Helvetica 1.000 cf} 2 16 0 1096 560 label +(bogus) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 960 664 label +(W) {/Symbol 1.000 cf} (1 p) {/Times-Roman 1.000 cf} 4 16 0 1112 664 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01025.eps b/derived/Source/circuit_generation_code/REF/01025.eps new file mode 100644 index 0000000000000000000000000000000000000000..34b757d88ef96cf9f788dd3ddb1501e9d5906bde --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01025.eps @@ -0,0 +1,255 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01025.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:25:31 2001 +%%Pages: 1 +%%BoundingBox: 68 68 271 227 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 544 528 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 288 528 acsource +1.00 0 544 624 resistor +1.00 0 800 624 resistor +1.00 0 544 432 inductor +1.00 0 800 432 resistor +(shunt1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 416 616 label +(shunt2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 672 624 label +1 1.00 544 560 544 480 2 polygon +1 1.00 800 560 800 496 2 polygon +1 1.00 288 464 288 304 544 304 544 368 4 polygon +1 1.00 544 304 800 304 800 368 3 polygon +1 1.00 800 688 800 752 288 752 288 592 4 polygon +1 1.00 544 752 544 688 2 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 256 752 label +(1) {/Helvetica 1.000 cf} 2 16 0 528 768 label +(1) {/Helvetica 1.000 cf} 2 16 0 816 752 label +(0) {/Helvetica 1.000 cf} 2 16 0 256 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 528 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 816 272 label +1.00 0 544 752 dot +1.00 0 544 304 dot +(W) {/Symbol 1.000 cf} (1 ) {/Times-Roman 1.000 cf} 4 16 0 576 616 label +(W) {/Symbol 1.000 cf} (1 ) {/Times-Roman 1.000 cf} 4 16 0 832 624 label +(W) {/Symbol 1.000 cf} (6.3 k) {/Times-Roman 1.000 cf} 4 16 0 832 416 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 736 416 label +(1) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 480 424 label +(2) {/Helvetica 1.000 cf} 2 16 0 560 512 label +(3) {/Helvetica 1.000 cf} 2 16 0 816 512 label +(1 H) {/Times-Roman 1.000 cf} 2 16 0 576 424 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01026.eps b/derived/Source/circuit_generation_code/REF/01026.eps new file mode 100644 index 0000000000000000000000000000000000000000..14acaed81e967820feeaf22e991d90deef4443c1 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01026.eps @@ -0,0 +1,252 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01026.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:34:37 2001 +%%Pages: 1 +%%BoundingBox: 68 68 263 182 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 760 448 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 448 acsource +1.00 135 696 512 diode +1.00 -226 824 384 diode +1.00 45 824 512 diode +1.00 45 696 384 diode +1 1.00 664 480 632 448 664 416 3 polygon +1 1.00 728 352 760 320 792 352 3 polygon +1 1.00 856 416 888 448 856 480 3 polygon +1 1.00 792 544 760 576 728 544 3 polygon +1.00 270 760 448 resistor +1 1.00 712 448 632 448 2 polygon +1 1.00 824 448 888 448 2 polygon +(15 V) {/Times-Roman 1.000 cf} 2 16 0 392 448 label +(60 Hz) {/Times-Roman 1.000 cf} 2 16 0 376 408 label +(+) {/Helvetica 1.000 cf} 2 19 0 728 448 label +(-) {/Helvetica 1.000 cf} 2 19 0 824 448 label +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 728 480 label +(1) {/Helvetica 1.000 cf} 2 16 0 312 608 label +(0) {/Helvetica 1.000 cf} 2 16 0 312 256 label +(3) {/Helvetica 1.000 cf} 2 16 0 904 432 label +(2) {/Helvetica 1.000 cf} 2 16 0 584 432 label +1 1.00 760 576 760 608 344 608 344 512 4 polygon +1 1.00 760 320 760 288 344 288 344 384 4 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 776 608 label +(0) {/Helvetica 1.000 cf} 2 16 0 776 256 label +1.00 0 760 576 dot +1.00 0 888 448 dot +1.00 0 632 448 dot +1.00 0 760 320 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 440 label +(1) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 640 536 label +(3) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 832 536 label +(2) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 640 344 label +(4) {ss} (D) {/Times-Roman 1.000 cf} 4 16 0 832 344 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 704 400 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01027.eps b/derived/Source/circuit_generation_code/REF/01027.eps new file mode 100644 index 0000000000000000000000000000000000000000..86e0bd483362d21b2ad3aa7bf9db6bca979cf18b --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01027.eps @@ -0,0 +1,267 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01027.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:39:00 2001 +%%Pages: 1 +%%BoundingBox: 68 68 337 182 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 688 504 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 -91 688 536 npn +1.00 270 496 344 battery +1.00 315 544 392 arrow +1 1.00 528 376 448 296 2 polygon +1.00 270 880 344 battery +1 1.00 688 472 688 344 2 polygon +1 1.00 560 344 816 344 2 polygon +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 464 392 label +(supply) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 832 392 label +(24 V) {/Times-Roman 1.000 cf} 2 16 0 848 264 label +(0 to 5 V) {/Times-Roman 1.000 cf} 2 16 0 432 256 label +1.00 0 1040 440 resistor +1.00 0 320 440 resistor +1 1.00 320 504 320 536 624 536 3 polygon +1 1.00 752 536 1040 536 1040 504 3 polygon +1 1.00 320 376 320 344 432 344 3 polygon +1 1.00 944 344 1040 344 1040 376 3 polygon +(e) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 256 432 label +(c) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 976 432 label +(0) {/Helvetica 1.000 cf} 2 16 0 672 296 label +(1) {/Helvetica 1.000 cf} 2 16 0 1056 312 label +(2) {/Helvetica 1.000 cf} 2 16 0 1056 536 label +(3) {/Helvetica 1.000 cf} 2 16 0 288 536 label +(4) {/Helvetica 1.000 cf} 2 16 0 288 312 label +1.00 0 688 344 dot +(1) {ss} (Q) {/Times-Roman 1.000 cf} 4 16 0 664 608 label +( = 50) {/Times-Roman 1.000 cf} (b) {/Symbol 1.000 cf} 4 16 0 632 560 label +(W) {/Symbol 1.000 cf} (800 ) {/Times-Roman 1.000 cf} 4 16 0 1064 432 label +(W) {/Symbol 1.000 cf} (100 ) {/Times-Roman 1.000 cf} 4 16 0 344 432 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01028.eps b/derived/Source/circuit_generation_code/REF/01028.eps new file mode 100644 index 0000000000000000000000000000000000000000..1d44b234337cd3fea057db04db0e7ae85c4ad832 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01028.eps @@ -0,0 +1,294 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01028.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:42:42 2001 +%%Pages: 1 +%%BoundingBox: 68 68 324 241 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +/jfet_n { +% -48 -64 96 128 bbox +begingate +1.00 -1 0 0 arrowhead90 +1 1.00 16 32 16 -32 2 polygon +1 1.00 16 16 48 16 2 polygon +1 1.00 48 -16 16 -16 2 polygon +1 1.00 48 -64 48 -16 2 polygon +1 1.00 48 64 48 16 2 polygon +1 1.00 0 0 -48 0 2 polygon +endgate +} def + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 608 560 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 560 560 jfet_n +1.00 0 352 464 acsource +1 1.00 352 528 352 560 512 560 3 polygon +1.00 0 608 720 resistor +1.00 0 608 400 resistor +1 1.00 352 400 352 304 608 304 608 336 4 polygon +1 1.00 608 496 608 464 2 polygon +1 1.00 608 624 608 672 2 polygon +1.00 0 992 560 battery +(DD) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 880 560 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 464 label +(1 V) {/Times-Roman 1.000 cf} 2 16 0 400 464 label +(60 Hz) {/Times-Roman 1.000 cf} 2 16 0 384 424 label +(drain) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 496 712 label +(source) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 488 376 label +(1) {/Helvetica 1.000 cf} 2 16 0 320 560 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 272 label +(0) {/Helvetica 1.000 cf} 2 16 0 592 256 label +(0) {/Helvetica 1.000 cf} 2 16 0 1008 272 label +(2) {/Helvetica 1.000 cf} 2 16 0 624 608 label +(3) {/Helvetica 1.000 cf} 2 16 0 576 816 label +(4) {/Helvetica 1.000 cf} 2 16 0 624 496 label +(3) {/Helvetica 1.000 cf} 2 16 0 1008 816 label +1 1.00 608 304 992 304 992 496 3 polygon +1 1.00 992 624 992 816 608 816 608 784 4 polygon +1 1.00 608 592 768 592 2 polygon +1.00 0 768 592 dot +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 736 432 label +1.00 0 768 528 arrow +1.00 180 768 352 arrow +1.00 0 608 592 dot +1.00 0 608 304 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 632 712 label +(20 V) {/Times-Roman 1.000 cf} 2 16 0 1040 552 label +(W) {/Symbol 1.000 cf} (1 k) {/Times-Roman 1.000 cf} 4 16 0 640 384 label +(1) {ss} (J) {/Times-Roman 1.000 cf} 4 16 0 528 600 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01029.eps b/derived/Source/circuit_generation_code/REF/01029.eps new file mode 100644 index 0000000000000000000000000000000000000000..1757b4b47603bec242b50c48f5d3af8eb0a95a8e --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01029.eps @@ -0,0 +1,271 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01029.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:45:59 2001 +%%Pages: 1 +%%BoundingBox: 68 68 284 190 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 412 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 816 428 opamp +1.00 270 832 604 resistor +1.00 270 576 604 resistor +1 1.00 736 476 704 476 704 604 3 polygon +1 1.00 640 604 768 604 2 polygon +1 1.00 736 380 704 380 704 316 3 polygon +1.00 0 704 316 gnd +1.00 0 352 476 battery +1 1.00 352 540 352 604 512 604 3 polygon +1.00 0 352 412 gnd +1.00 315 384 508 arrow +1 1.00 368 492 304 428 2 polygon +(0 to 3.5) {/Times-Roman 1.000 cf} 2 16 0 400 476 label +1 1.00 896 604 960 604 960 428 896 428 4 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 656 476 label +(0) {/Helvetica 1.000 cf} 2 16 0 656 316 label +(0) {/Helvetica 1.000 cf} 2 16 0 288 348 label +(2) {/Helvetica 1.000 cf} 2 16 0 320 604 label +(1) {/Helvetica 1.000 cf} 2 16 0 688 628 label +(3) {/Helvetica 1.000 cf} 2 16 0 976 604 label +(3) {/Helvetica 1.000 cf} 2 16 0 976 412 label +(\(e\)) {/Times-Roman 1.000 cf} 2 16 0 768 412 label +1.00 0 704 604 dot +(V) {/Times-Roman 1.000 cf} 2 16 0 544 476 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 476 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 560 636 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 636 label +(W) {/Symbol 1.000 cf} (1.18 k) {/Times-Roman 1.000 cf} 4 16 0 512 548 label +(W) {/Symbol 1.000 cf} (3.29 k) {/Times-Roman 1.000 cf} 4 16 0 760 548 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01030.eps b/derived/Source/circuit_generation_code/REF/01030.eps new file mode 100644 index 0000000000000000000000000000000000000000..315529744b8323f6ff82a299adab5521ca412161 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01030.eps @@ -0,0 +1,257 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01030.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:48:35 2001 +%%Pages: 1 +%%BoundingBox: 68 68 257 232 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 01029 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 672 560 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 720 576 opamp +1.00 270 736 752 resistor +1.00 270 480 752 resistor +1 1.00 640 624 608 624 608 752 3 polygon +1 1.00 544 752 672 752 2 polygon +1.00 0 608 384 battery +1.00 0 608 320 gnd +1 1.00 800 752 864 752 864 576 800 576 4 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 560 624 label +(0) {/Helvetica 1.000 cf} 2 16 0 544 256 label +(1) {/Helvetica 1.000 cf} 2 16 0 592 768 label +(3) {/Helvetica 1.000 cf} 2 16 0 880 752 label +(3) {/Helvetica 1.000 cf} 2 16 0 880 560 label +(\(e\)) {/Times-Roman 1.000 cf} 2 16 0 672 560 label +1 1.00 608 448 608 528 640 528 3 polygon +(2) {/Helvetica 1.000 cf} 2 16 0 576 544 label +1.00 0 384 400 resistor +1 1.00 608 528 384 528 384 464 3 polygon +1.00 0 384 336 gnd +(0) {/Helvetica 1.000 cf} 2 16 0 320 272 label +(bogus) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 272 400 label +(2) {/Helvetica 1.000 cf} 2 16 0 352 528 label +1.00 0 320 720 gnd +(0) {/Helvetica 1.000 cf} 2 16 0 256 656 label +1 1.00 320 720 320 752 416 752 3 polygon +1.00 0 608 752 dot +1.00 0 608 528 dot +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 408 400 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 520 360 label +(5 V) {/Times-Roman 1.000 cf} 2 16 0 656 360 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 424 696 label +(W) {/Symbol 1.000 cf} (20 k) {/Times-Roman 1.000 cf} 4 16 0 680 696 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 456 784 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 720 784 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01031.eps b/derived/Source/circuit_generation_code/REF/01031.eps new file mode 100644 index 0000000000000000000000000000000000000000..309576a517fbc7d1033a149364145dd7971cac07 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01031.eps @@ -0,0 +1,342 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01031.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:52:18 2001 +%%Pages: 1 +%%BoundingBox: 68 68 386 272 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 1592 1080 offsets +% 32.00 8.00 gridspace +0.4700 inchscale +2.6000 setlinewidth + +1.00 0 1864 1080 opamp +1.00 -181 1128 1432 opamp +1.00 0 1128 728 opamp +1.00 0 1368 1080 resistor +1.00 0 1368 1288 resistor +1.00 0 1368 872 resistor +1 1.00 1368 1224 1368 1144 2 polygon +1 1.00 1368 1016 1368 936 2 polygon +1 1.00 1208 728 1368 728 1368 808 3 polygon +1 1.00 1368 1352 1368 1432 1208 1432 3 polygon +1 1.00 1368 1176 1016 1176 1016 1384 1048 1384 4 polygon +1 1.00 1368 968 1016 968 1016 776 1048 776 4 polygon +(gain) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1272 1064 label +1 1.00 1048 1480 856 1480 2 polygon +1 1.00 1048 680 856 680 2 polygon +1.00 90 1592 1432 resistor +1.00 90 1592 728 resistor +1.00 90 1912 1432 resistor +1.00 90 1912 728 resistor +1 1.00 1784 1032 1752 1032 1752 728 3 polygon +1 1.00 1656 728 1848 728 2 polygon +1 1.00 1784 1128 1752 1128 1752 1432 3 polygon +1 1.00 1656 1432 1848 1432 2 polygon +1 1.00 1944 1080 2040 1080 2040 1432 1976 1432 4 polygon +1 1.00 1976 728 2040 728 2040 696 3 polygon +1 1.00 1368 728 1528 728 2 polygon +1 1.00 1528 1432 1368 1432 2 polygon +1.00 0 2040 696 gnd +1.00 0 2040 984 resistor +1.00 0 2040 920 gnd +1 1.00 2040 1080 2040 1048 2 polygon +(load) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1944 968 label +(\(e1\)) {/Times-Roman 1.000 cf} 2 16 0 1080 1416 label +(\(e2\)) {/Times-Roman 1.000 cf} 2 16 0 1080 712 label +(\(e3\)) {/Times-Roman 1.000 cf} 2 16 0 1816 1064 label +1.00 0 856 568 battery +1 1.00 856 616 856 680 2 polygon +1.00 0 856 504 gnd +(3) {/Helvetica 1.000 cf} 2 16 0 1352 1448 label +(2) {/Helvetica 1.000 cf} 2 16 0 1384 1160 label +(5) {/Helvetica 1.000 cf} 2 16 0 1384 952 label +(6) {/Helvetica 1.000 cf} 2 16 0 1352 680 label +(1) {/Helvetica 1.000 cf} 2 16 0 776 1496 label +(2) {/Helvetica 1.000 cf} 2 16 0 968 1384 label +(4) {/Helvetica 1.000 cf} 2 16 0 840 696 label +(5) {/Helvetica 1.000 cf} 2 16 0 968 760 label +1.00 0 792 1352 battery +1.00 0 792 1288 gnd +1 1.00 792 1416 792 1480 856 1480 3 polygon +1.00 315 824 1384 arrow +1 1.00 808 1368 744 1304 2 polygon +(7) {/Helvetica 1.000 cf} 2 16 0 1736 1448 label +(7) {/Helvetica 1.000 cf} 2 16 0 1704 1112 label +(8) {/Helvetica 1.000 cf} 2 16 0 1704 1016 label +(8) {/Helvetica 1.000 cf} 2 16 0 1736 680 label +(9) {/Helvetica 1.000 cf} 2 16 0 2056 1064 label +(9) {/Helvetica 1.000 cf} 2 16 0 2056 1448 label +(0) {/Helvetica 1.000 cf} 2 16 0 2056 696 label +(0) {/Helvetica 1.000 cf} 2 16 0 2056 840 label +(0) {/Helvetica 1.000 cf} 2 16 0 744 1208 label +(0) {/Helvetica 1.000 cf} 2 16 0 808 408 label +1.00 0 536 1352 resistor +1.00 0 552 568 resistor +1 1.00 552 632 552 680 856 680 3 polygon +1.00 0 552 504 gnd +(0) {/Helvetica 1.000 cf} 2 16 0 504 408 label +1.00 0 536 1288 gnd +(0) {/Helvetica 1.000 cf} 2 16 0 488 1208 label +1 1.00 536 1416 536 1480 792 1480 3 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 504 1480 label +(4) {/Helvetica 1.000 cf} 2 16 0 504 680 label +(bogus1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 408 1352 label +(bogus2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 424 552 label +1.00 0 792 1480 dot +1.00 0 1368 1176 dot +1.00 0 1368 1432 dot +1.00 0 1368 968 dot +1.00 0 1368 728 dot +1.00 0 856 680 dot +1.00 0 1752 728 dot +1.00 0 1752 1432 dot +1.00 0 2040 1080 dot +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 696 1344 label +(0 to 10 V) {/Times-Roman 1.000 cf} 2 16 0 832 1312 label +(2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 760 568 label +(5 V) {/Times-Roman 1.000 cf} 2 16 0 904 568 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1304 1272 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1296 856 label +(3) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1568 1472 label +(4) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1888 1472 label +(5) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1568 768 label +(6) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 1888 768 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1400 1272 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1536 1376 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1856 1376 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1400 1064 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1400 856 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1536 672 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 1856 672 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 2064 968 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01032.eps b/derived/Source/circuit_generation_code/REF/01032.eps new file mode 100644 index 0000000000000000000000000000000000000000..94bd8f9fd0b4b8d067c3ace60321ec48eedad60f --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01032.eps @@ -0,0 +1,303 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01032.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:54:27 2001 +%%Pages: 1 +%%BoundingBox: 68 68 319 236 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 624 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 816 608 opamp +1.00 270 864 752 capacitor +1.00 270 544 752 resistor +1 1.00 736 656 704 656 704 752 3 polygon +1 1.00 608 752 800 752 2 polygon +1 1.00 896 608 992 608 992 752 928 752 4 polygon +1 1.00 736 560 704 560 704 464 3 polygon +1.00 0 704 464 gnd +1.00 0 352 624 acsource +1 1.00 352 688 352 752 480 752 3 polygon +1.00 0 352 560 gnd +(1) {/Helvetica 1.000 cf} 2 16 0 320 752 label +(2) {/Helvetica 1.000 cf} 2 16 0 688 768 label +(3) {/Helvetica 1.000 cf} 2 16 0 1008 752 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 464 label +(0) {/Helvetica 1.000 cf} 2 16 0 672 368 label +(0) {/Helvetica 1.000 cf} 2 16 0 672 560 label +(2) {/Helvetica 1.000 cf} 2 16 0 672 640 label +(\(e\)) {/Times-Roman 1.000 cf} 2 16 0 768 592 label +(15 V) {/Times-Roman 1.000 cf} 2 16 0 408 632 label +(60 Hz) {/Times-Roman 1.000 cf} 2 16 0 392 592 label +1 1.00 992 608 1088 608 2 polygon +1.00 0 1088 608 dot +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1056 480 label +1.00 0 1088 560 arrow +1.00 -181 1088 400 arrow +1.00 0 1088 352 gnd +(0) {/Helvetica 1.000 cf} 2 16 0 1056 256 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 624 label +1.00 0 704 752 dot +1.00 0 992 608 dot +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 528 784 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 848 800 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 488 696 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (100 ) {/Times-Roman 1.000 cf} 6 16 0 800 +680 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01033.eps b/derived/Source/circuit_generation_code/REF/01033.eps new file mode 100644 index 0000000000000000000000000000000000000000..403234ee8fa1f1c7726853b767473758b13ccf8f --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01033.eps @@ -0,0 +1,290 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01033.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:58:31 2001 +%%Pages: 1 +%%BoundingBox: 68 68 319 236 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/squarewave_source { +% -32 -64 64 128 bbox +begingate +1 1.00 -16 0 -16 16 0 16 0 -16 16 -16 16 0 6 polygon +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 64 0 32 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +%%Page: 01032 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 736 624 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 816 608 opamp +1.00 270 864 752 capacitor +1.00 270 544 752 resistor +1 1.00 736 656 704 656 704 752 3 polygon +1 1.00 608 752 800 752 2 polygon +1 1.00 896 608 992 608 992 752 928 752 4 polygon +1 1.00 736 560 704 560 704 464 3 polygon +1.00 0 704 464 gnd +1 1.00 352 688 352 752 480 752 3 polygon +1.00 0 352 560 gnd +(1) {/Helvetica 1.000 cf} 2 16 0 320 752 label +(2) {/Helvetica 1.000 cf} 2 16 0 688 768 label +(3) {/Helvetica 1.000 cf} 2 16 0 1008 752 label +(0) {/Helvetica 1.000 cf} 2 16 0 320 464 label +(0) {/Helvetica 1.000 cf} 2 16 0 672 368 label +(0) {/Helvetica 1.000 cf} 2 16 0 672 560 label +(2) {/Helvetica 1.000 cf} 2 16 0 672 640 label +(\(e\)) {/Times-Roman 1.000 cf} 2 16 0 768 592 label +1 1.00 992 608 1088 608 2 polygon +1.00 0 1088 608 dot +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 1056 480 label +1.00 0 1088 560 arrow +1.00 -181 1088 400 arrow +1.00 0 1088 352 gnd +(0) {/Helvetica 1.000 cf} 2 16 0 1056 256 label +(in) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 624 label +1.00 0 352 624 squarewave_source +(1 V) {/Times-Roman 1.000 cf} 2 16 0 424 632 label +(50 Hz) {/Times-Roman 1.000 cf} 2 16 0 400 592 label +1.00 0 704 752 dot +1.00 0 992 608 dot +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 528 784 label +(1) {ss} (C) {/Times-Roman 1.000 cf} 4 16 0 848 800 label +(W) {/Symbol 1.000 cf} (10 k) {/Times-Roman 1.000 cf} 4 16 0 488 704 label +(F) {/Times-Roman 1.000 cf} (m) {/Symbol 1.000 cf} (100 ) {/Times-Roman 1.000 cf} 6 16 0 800 +688 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01034.eps b/derived/Source/circuit_generation_code/REF/01034.eps new file mode 100644 index 0000000000000000000000000000000000000000..00fe8892c69e2bc2e6ff045d8710242ed0ad9938 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01034.eps @@ -0,0 +1,234 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01034.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Wed Aug 29 09:41:32 2001 +%%Pages: 1 +%%BoundingBox: 68 68 292 223 +%%DocumentNeededResources: font Helvetica-Oblique font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 720 464 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 768 480 opamp +1.00 270 400 432 resistor +1.00 270 400 352 resistor +1.00 270 400 272 resistor +1.00 270 752 640 resistor +1.00 270 560 640 resistor +1 1.00 624 640 688 640 2 polygon +1 1.00 656 640 656 528 688 528 3 polygon +1 1.00 816 640 880 640 880 480 848 480 4 polygon +1 1.00 464 272 464 432 2 polygon +1 1.00 464 432 688 432 2 polygon +(in1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 432 label +(in2) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 352 label +(in3) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 256 label +1.00 0 448 624 gnd +1 1.00 448 624 448 640 496 640 3 polygon +1 1.00 880 480 944 480 2 polygon +(out) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 960 464 label +1.00 0 464 432 dot +1.00 0 464 352 dot +1.00 0 656 640 dot +1.00 0 880 480 dot +(R) {/Times-Roman 1.000 cf} 2 16 0 384 456 label +(R) {/Times-Roman 1.000 cf} 2 16 0 384 376 label +(R) {/Times-Roman 1.000 cf} 2 16 0 384 296 label +(R) {/Times-Roman 1.000 cf} 2 16 0 552 664 label +(2R) {/Times-Roman 1.000 cf} 2 16 0 720 664 label +(Analog summer circuit) {/Helvetica-Oblique 1.000 cf} 2 16 0 440 752 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01040.eps b/derived/Source/circuit_generation_code/REF/01040.eps new file mode 100644 index 0000000000000000000000000000000000000000..6a913c1733819001824e9ef679e6ca5983541281 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01040.eps @@ -0,0 +1,285 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01040.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Aug 27 08:30:54 2001 +%%Pages: 1 +%%BoundingBox: 68 68 309 220 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/gnd { +% -32 -60 64 68 bbox +begingate +1 1.00 0 0 0 -32 2 polygon +1 1.00 -32 -32 32 -32 2 polygon +1 1.00 -18 -46 18 -46 2 polygon +1 1.00 -4 -60 4 -60 2 polygon +1.000 0.000 0.000 scb +(GND) {/Times-Roman 1.000 cf} 2 1 0 0 0 pinglobal +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 728 572 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 572 acsource +1.00 0 568 588 inductor +1 1.00 344 508 568 508 568 524 3 polygon +1.00 -1 648 668 inductor +1.00 -1 648 524 inductor +1 1.00 600 700 600 476 2 polygon +1 1.00 616 700 616 476 2 polygon +1.00 0 792 668 resistor +1 1.00 648 604 792 604 2 polygon +1 1.00 648 716 648 732 792 732 3 polygon +1.00 0 792 508 resistor +1 1.00 648 572 792 572 2 polygon +1 1.00 648 460 648 444 792 444 3 polygon +(1) {/Helvetica 1.000 cf} 2 16 0 320 644 label +(0) {/Helvetica 1.000 cf} 2 16 0 304 500 label +1.00 0 344 508 gnd +1.00 0 344 508 dot +1.00 0 856 380 resistor +1.00 0 952 380 resistor +1.00 0 856 316 gnd +1.00 0 952 316 gnd +1 1.00 792 444 856 444 2 polygon +1.00 0 792 444 dot +1.00 0 792 604 dot +1 1.00 792 604 952 604 952 444 3 polygon +(2) {/Helvetica 1.000 cf} 2 16 0 800 740 label +(3) {/Helvetica 1.000 cf} 2 16 0 800 556 label +(1) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 512 588 label +(2) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 672 676 label +(3) {ss} (L) {/Times-Roman 1.000 cf} 4 16 0 672 524 label +(1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 660 label +(2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 816 508 label +(100 H) {/Times-Roman 1.000 cf} 2 16 0 440 540 label +(1 H) {/Times-Roman 1.000 cf} 2 16 0 672 628 label +(25 H) {/Times-Roman 1.000 cf} 2 16 0 672 476 label +(bogus1) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 736 372 label +(bogus2) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 976 372 label +(1) {ss} (V) {/Times-Roman 1.000 cf} 4 16 0 256 564 label +(4) {/Helvetica 1.000 cf} 2 16 0 960 604 label +(5) {/Times-Roman 1.000 cf} 2 16 0 864 444 label +(0) {/Helvetica 1.000 cf} 2 16 0 864 300 label +(0) {/Helvetica 1.000 cf} 2 16 0 960 300 label +1.00 270 456 636 resistor +1 1.00 392 636 344 636 2 polygon +1 1.00 520 636 568 636 2 polygon +(bogus0) {ss} (R) {/Times-Roman 1.000 cf} 4 16 0 408 676 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01045.eps b/derived/Source/circuit_generation_code/REF/01045.eps new file mode 100644 index 0000000000000000000000000000000000000000..282fb4756b541df52e9992b9822f915870ff20e0 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01045.eps @@ -0,0 +1,288 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01045.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Nov 18 19:47:07 2001 +%%Pages: 1 +%%BoundingBox: 68 68 397 286 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Helvetica-BoldOblique font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/battery { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 -32 32 32 32 2 polygon +1 1.00 0 64 0 32 2 polygon +1 1.00 -16 12 16 12 2 polygon +1 1.00 -16 -28 16 -28 2 polygon +1 1.00 -32 -8 32 -8 2 polygon +1 1.00 0 -64 0 -28 2 polygon +1.000 0.000 0.000 scb +(b.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/source { +% -32 -64 64 128 bbox +% hidden +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 0 32 0 64 2 polygon +1 1.00 0 -32 0 -64 2 polygon +endgate +} def + +/acsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.80 0 -48 0 48 -16 0 16 0 spline +1.000 0.000 0.000 scb +(s.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(s.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/vsource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +(+) {/Symbol 1.000 cf} 2 5 0 0 18 label +(-) {/Symbol 1.000 cf} 2 5 0 0 -18 label +1.000 0.000 0.000 scb +(v.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(v.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/isource { +% -32 -64 64 128 bbox +begingate +% fundamental +1.00 0 0 0 source +1 0.75 0 20 0 -8 2 polygon +0.80 180 0 -20 arrowhead +1.000 0.000 0.000 scb +(i.p) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(i.m) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +endgate +} def + +/dcgen2 { +% -48 -64 96 128 bbox +begingate +(Gen) {/Helvetica 1.000 cf} 2 16 0 -36 -12 label +1 1.00 0 0 48 0.00 360.00 xcarc +1 1.00 -8 48 -8 64 8 64 8 48 4 polygon +1 1.00 -8 -48 -8 -64 8 -64 8 -48 4 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 824 608 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 344 896 battery +(DC voltage) {/Helvetica 1.000 cf} 2 16 0 256 976 label +1.00 0 1304 896 acsource +(AC voltage) {/Helvetica 1.000 cf} 2 16 0 1200 976 label +1.00 0 344 576 battery +1.00 315 376 608 arrow +1 1.00 376 608 296 528 2 polygon +(Variable) {/Helvetica 1.000 cf} 2 16 0 280 696 label +(DC voltage) {/Helvetica 1.000 cf} 2 16 0 256 656 label +1.00 0 824 896 vsource +(DC voltage) {/Helvetica 1.000 cf} 2 16 0 736 976 label +(A diagonal arrow ) {/Helvetica-Oblique 1.000 cf} 2 16 0 456 600 label +(represents variability) {/Helvetica-Oblique 1.000 cf} 2 16 0 440 560 label +( component!) {/Helvetica-Oblique 1.000 cf} (any) {/Helvetica-BoldOblique 1.000 cf} (for ) +{/Helvetica-Oblique 1.000 cf} 6 16 0 440 520 label +1.00 -181 984 576 isource +(DC current) {/Helvetica 1.000 cf} 2 16 0 992 656 label +(+) {/Helvetica 1.000 cf} 2 16 0 952 616 label +(-) {/Helvetica 1.000 cf} 2 16 0 952 512 label +1 1.00 1208 640 1208 608 2 polygon +1 1.00 1208 544 1208 512 2 polygon +1 1.00 1208 592 16 0.00 360.00 xcarc +1 1.00 1208 568 16 0.00 360.00 xcarc +1 1.00 1208 552 1208 544 2 polygon +1.00 0 1176 584 arrow +1 1.00 344 320 32 0.00 360.00 xcarc +1 1.00 312 336 344 368 344 384 3 polygon +1 1.00 376 304 344 272 344 256 3 polygon +(Generator) {/Helvetica 1.000 cf} 2 16 0 344 400 label +1 1.00 1096 320 32 0.00 360.00 xcarc +1 1.00 1096 352 1096 384 2 polygon +1 1.00 1096 288 1096 256 2 polygon +1 1.00 1096 352 1096 320 1112 336 1080 336 spline +241 1.00 1096 320 1088 304 1104 304 1096 320 4 polygon +1 1.00 1096 312 1096 296 2 polygon +(AC current) {/Helvetica 1.000 cf} 2 16 0 992 400 label +1.00 0 536 320 dcgen2 +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01046.eps b/derived/Source/circuit_generation_code/REF/01046.eps new file mode 100644 index 0000000000000000000000000000000000000000..98a76b3de3884981f338e763190713889011ecb4 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01046.eps @@ -0,0 +1,265 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01046.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Sep 30 13:23:58 2001 +%%Pages: 1 +%%BoundingBox: 68 68 315 290 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/_resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/resistor2 { +% -64 -16 128 32 bbox +begingate +1 1.00 -64 0 -48 0 2 polygon +0 1.00 -48 16 -48 -16 48 -16 48 16 4 polygon +1 1.00 48 0 64 0 2 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/resistor { +% -14 -64 28 128 bbox +begingate +% fundamental +1 1.00 0 64 0 36 2 polygon +1 1.00 0 -64 0 -36 2 polygon +1 1.00 0 -36 14 -30 -14 -18 14 -6 -14 6 14 18 -14 30 0 36 8 polygon +1.000 0.000 0.000 scb +(r.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(r.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:R%i %pr.1 %pr.2 1.0K) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:r %pr.1 %pr.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/potentiometer { +% -46 -64 78 128 bbox +begingate +1.00 0 -32 0 resistor +1 1.00 -16 16 0 32 2 polygon +1 1.00 -16 16 0 0 2 polygon +1 1.00 -16 16 32 16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 848 640 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 368 896 _resistor +1.00 90 592 896 resistor2 +1.00 315 816 928 arrow +1.00 0 784 896 _resistor +1 1.00 816 928 736 848 2 polygon +(Fixed-value) {/Helvetica 1.000 cf} 2 16 0 376 992 label +(Rheostat) {/Helvetica 1.000 cf} 2 16 0 816 992 label +1.00 315 1040 928 arrow +1 1.00 1040 928 960 848 2 polygon +1.00 90 1008 896 resistor2 +1.00 0 400 608 potentiometer +(Potentiometer) {/Helvetica 1.000 cf} 2 16 0 368 704 label +1.00 90 592 608 resistor2 +1 1.00 624 624 608 608 624 592 3 polygon +1 1.00 608 608 656 608 2 polygon +1.00 0 784 608 _resistor +1.00 0 800 624 dot +1 1.00 800 624 832 624 2 polygon +1.00 0 800 600 dot +1 1.00 800 600 832 600 2 polygon +(Tapped) {/Helvetica 1.000 cf} 2 16 0 720 704 label +1.00 0 1008 608 _resistor +(Thermistor) {/Helvetica 1.000 cf} 2 16 0 912 704 label +(o) {Ss} (t) {/Helvetica 1.000 cf} 4 16 0 1024 592 label +1.00 0 368 320 _resistor +(Photoresistor) {/Helvetica 1.000 cf} 2 16 0 256 416 label +1 1.00 400 368 400 360 408 360 3 polygon +1 1.00 400 360 416 376 2 polygon +1 1.00 416 344 432 360 2 polygon +1 1.00 416 352 416 344 424 344 3 polygon +1 1.00 1008 608 48 0.00 360.00 xcarc +1 1.00 368 320 48 0.00 360.00 xcarc +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01047.eps b/derived/Source/circuit_generation_code/REF/01047.eps new file mode 100644 index 0000000000000000000000000000000000000000..b2080705ab3aaaa1a9252b7b1a4e3673c0e62bdd --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01047.eps @@ -0,0 +1,196 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01047.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Sep 30 13:27:56 2001 +%%Pages: 1 +%%BoundingBox: 68 68 265 299 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 656 offsets +0.7500 inchscale +2.6000 setlinewidth + +1 1.00 288 816 544 816 2 polygon +1 1.00 416 912 416 720 2 polygon +1 1.00 640 816 896 816 2 polygon +1.00 0 768 816 jumper +1 1.00 768 832 768 912 2 polygon +1 1.00 768 800 768 720 2 polygon +(Connected) {/Helvetica 1.000 cf} 2 16 0 320 944 label +(Not connected) {/Helvetica 1.000 cf} 2 16 0 640 944 label +0.600 0.600 0.600 scb +0 1.00 256 1008 256 688 928 688 928 1008 4 polygon +sce +(Older convention) {/Helvetica 1.000 cf} 2 16 0 416 1024 label +1 1.00 288 384 544 384 2 polygon +1 1.00 416 480 416 288 2 polygon +1 1.00 640 384 896 384 2 polygon +(Connected) {/Helvetica 1.000 cf} 2 16 0 320 512 label +(Not connected) {/Helvetica 1.000 cf} 2 16 0 640 512 label +0.600 0.600 0.600 scb +0 1.00 256 576 256 256 928 256 928 576 4 polygon +sce +(Newer convention) {/Helvetica 1.000 cf} 2 16 0 416 592 label +1.00 0 416 384 dot +1 1.00 768 480 768 288 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01048.eps b/derived/Source/circuit_generation_code/REF/01048.eps new file mode 100644 index 0000000000000000000000000000000000000000..33e30928d4735e5046c3b2baa9001cd0f79484c2 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01048.eps @@ -0,0 +1,186 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01048.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Sep 30 13:28:40 2001 +%%Pages: 1 +%%BoundingBox: 68 68 265 178 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 01047.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 224 offsets +0.7500 inchscale +2.6000 setlinewidth + +1 1.00 288 384 544 384 2 polygon +1 1.00 416 480 416 288 2 polygon +1 1.00 640 384 896 384 2 polygon +1.00 0 768 384 jumper +1 1.00 768 400 768 480 2 polygon +1 1.00 768 368 768 288 2 polygon +(Connected) {/Helvetica 1.000 cf} 2 16 0 320 512 label +(Not connected) {/Helvetica 1.000 cf} 2 16 0 640 512 label +0.600 0.600 0.600 scb +0 1.00 256 576 256 256 928 256 928 576 4 polygon +sce +1.00 0 416 384 dot +(Convention used in this book) {/Helvetica 1.000 cf} 2 16 0 336 592 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01049.eps b/derived/Source/circuit_generation_code/REF/01049.eps new file mode 100644 index 0000000000000000000000000000000000000000..b741464947c6dbb98b52d30eda1dd3f3a8bf6afc --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01049.eps @@ -0,0 +1,239 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01049.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Sep 30 13:43:19 2001 +%%Pages: 1 +%%BoundingBox: 68 68 325 209 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/capacitor { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 -32 -6 32 -6 2 polygon +1.000 0.000 0.000 scb +(c.1) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(c.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pc.1 %pc.2 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:c %pc.1 %pc.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/polarized { +% -32 -64 64 128 bbox +begingate +% fundamental +1 1.00 0 -64 0 -6 2 polygon +1 1.00 0 64 0 6 2 polygon +1 1.00 -32 6 32 6 2 polygon +1 1.00 0 -80 74 66.00 114.00 xcarc +1.000 0.000 0.000 scb +(t) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(b) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:C%i %pt %pb 1.0P) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:e %pt %pb %pb) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 800 384 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 320 608 capacitor +(Non-polarized) {/Helvetica 1.000 cf} 2 16 0 256 704 label +1.00 0 736 608 polarized +1.00 0 864 608 capacitor +(+) {/Helvetica 1.000 cf} 2 16 0 880 624 label +1.00 0 992 608 capacitor +1 1.00 960 602 952 594 2 polygon +1 1.00 1024 602 1032 594 2 polygon +(Polarized \(top positive\)) {/Helvetica 1.000 cf} 2 16 0 736 704 label +1.00 0 640 320 capacitor +1.00 315 672 352 arrow +1 1.00 672 352 592 272 2 polygon +(Variable) {/Helvetica 1.000 cf} 2 16 0 640 416 label +1 1.00 800 384 800 320 2 polygon +1 1.00 768 320 832 320 2 polygon +1 1.00 784 304 816 304 832 288 768 288 spline +1.00 150 832 288 arrowhead90 +1 1.00 800 256 800 300 2 polygon +1 1.00 1120 672 1120 608 2 polygon +240 1.00 1104 616 1104 608 1136 608 1136 616 4 polygon +1 1.00 1096 616 1096 600 1144 600 1144 616 4 polygon +1 1.00 1120 600 1120 544 2 polygon +1 1.00 432 608 432 640 464 640 464 608 4 polygon +1 1.00 448 640 448 672 2 polygon +1 1.00 416 624 416 592 480 592 480 624 4 polygon +1 1.00 448 624 448 544 2 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01051.eps b/derived/Source/circuit_generation_code/REF/01051.eps new file mode 100644 index 0000000000000000000000000000000000000000..5dc23307003efed25f06920fb3b2beadc0d6062f --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01051.eps @@ -0,0 +1,363 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01051.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Dec 2 10:30:52 2001 +%%Pages: 1 +%%BoundingBox: 68 68 350 372 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +sce +endgate +} def + +/transformer { +% -62 -64 108 112 bbox +begingate +1.00 0 -48 0 inductor +1 1.00 -16 48 -16 -64 2 polygon +1 1.00 0 48 0 -64 2 polygon +1.00 180 32 -16 inductor +endgate +} def + +/inductor_medium { +% -16 -112 31 208 bbox +begingate +1 1.00 0 96 0 80 2 polygon +1 1.00 24 78 22 46 -14 58 0 80 spline +1 1.00 23 62 21 30 -15 42 -1 64 spline +1 1.00 -19 60 -16 64 -2 64 -14 58 spline +1 1.00 -19 44 -16 48 -2 48 -14 42 spline +1 1.00 23 46 21 14 -15 26 -1 48 spline +1 1.00 -19 28 -16 32 -2 32 -14 26 spline +1 1.00 23 30 21 -2 -15 10 -1 32 spline +1 1.00 -19 12 -16 16 -2 16 -14 10 spline +1 1.00 23 14 21 -18 -15 -6 -1 16 spline +1 1.00 -19 -4 -16 0 -2 0 -14 -6 spline +1 1.00 23 -2 21 -34 -15 -22 -1 0 spline +1 1.00 -19 -20 -16 -16 -2 -16 -14 -22 spline +1 1.00 23 -18 21 -50 -15 -38 -1 -16 spline +1 1.00 -19 -36 -16 -32 -2 -32 -14 -38 spline +1 1.00 23 -34 21 -66 -15 -54 -1 -32 spline +1 1.00 -19 -52 -16 -48 -2 -48 -14 -54 spline +1 1.00 24 -50 22 -82 -14 -70 0 -48 spline +1 1.00 -18 -68 -15 -64 -1 -64 -13 -70 spline +1 1.00 14 -64 26 -83 0 -86 -2 -64 spline +1 1.00 0 -86 0 -98 2 polygon +1 1.00 0 -112 0 -96 2 polygon +endgate +} def + +/transformer3 { +% -48 -96 110 208 bbox +begingate +1.00 0 -32 16 inductor_medium +1 1.00 0 96 0 -64 2 polygon +1 1.00 16 96 16 -64 2 polygon +1.00 -1 48 24 inductor +1 1.00 48 72 48 80 2 polygon +1 1.00 48 -40 48 -48 2 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/variac { +% -46 -64 102 112 bbox +begingate +1.00 90 16 0 arrow +1.00 0 -32 0 inductor +endgate +} def + +/saturable_reactor { +% -80 -64 144 112 bbox +begingate +1.00 0 0 0 transformer +1 1.00 -80 0 64 0 2 polygon +1 1.00 -80 0 -80 16 2 polygon +1 1.00 64 0 64 -16 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/3_phase_Y { +% -155 -162 308 324 bbox +begingate +1.00 0 -145 152 dot +1 1.00 -114 128 -143 157 2 polygon +1.00 45 -81 95 inductor +1 1.00 -38 52 -4 20 2 polygon +1 1.00 36 52 1 19 2 polygon +1.00 315 78 94 inductor +1 1.00 110 125 141 156 2 polygon +1.00 0 143 152 dot +1 1.00 0 -23 0 24 2 polygon +1.00 0 -1 24 dot +1.00 180 0 -72 inductor +1 1.00 0 -117 0 -151 2 polygon +1.00 0 -1 -152 dot +endgate +} def + +/synchro { +% -234 -178 474 354 bbox +begingate +1 1.00 0 -96 -224 -96 2 polygon +1.00 0 -224 -96 dot +1 1.00 -64 16 -224 16 2 polygon +1.00 0 -224 16 dot +5 1.00 80 16 160 0.00 360.00 xcarc +1.00 0 80 -16 3_phase_Y +1 1.00 -54 6 -59 16 2 polygon +1 1.00 -59 16 -64 16 2 polygon +1.00 30 -32 -32 inductor +1 1.00 -3 -82 5 -96 2 polygon +1 1.00 5 -96 0 -96 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 720 978 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 384 1170 transformer +(Transformer) {/Helvetica 1.000 cf} 2 16 0 272 1250 label +1.00 -1 784 1106 transformer3 +(Step-up/step-down) {/Helvetica 1.000 cf} 2 16 0 608 1282 label +(transformer) {/Helvetica 1.000 cf} 2 16 0 680 1242 label +1 1.00 896 882 896 770 2 polygon +1 1.00 912 882 912 770 2 polygon +240 1.00 880 882 880 770 864 770 864 882 4 polygon +240 1.00 944 882 944 770 928 770 928 882 4 polygon +1 1.00 864 770 832 770 2 polygon +1 1.00 864 882 832 882 2 polygon +1 1.00 976 882 944 882 2 polygon +1 1.00 976 770 944 770 2 polygon +(Transformer) {/Helvetica 1.000 cf} 2 16 0 784 914 label +1 1.00 368 882 368 770 2 polygon +1 1.00 384 882 384 770 2 polygon +1 1.00 336 882 336 866 2 polygon +1 1.00 368 866 368 850 336 850 336 866 spline +1 1.00 368 850 368 834 336 834 336 850 spline +1 1.00 368 834 368 818 336 818 336 834 spline +1 1.00 368 818 368 802 336 802 336 818 spline +1 1.00 368 802 368 786 336 786 336 802 spline +1 1.00 336 786 336 770 2 polygon +1 1.00 416 882 416 866 2 polygon +1 1.00 384 866 384 850 416 850 416 866 spline +1 1.00 384 850 384 834 416 834 416 850 spline +1 1.00 384 834 384 818 416 818 416 834 spline +1 1.00 384 818 384 802 416 802 416 818 spline +1 1.00 384 802 384 786 416 786 416 802 spline +1 1.00 416 786 416 770 2 polygon +(Transformer) {/Helvetica 1.000 cf} 2 16 0 256 914 label +1.00 0 1168 1170 variac +(Variac) {/Helvetica 1.000 cf} 2 16 0 1072 1250 label +1.00 0 1152 834 saturable_reactor +(Saturable) {/Helvetica 1.000 cf} 2 16 0 1056 954 label +(reactor) {/Helvetica 1.000 cf} 2 16 0 1080 914 label +1.00 0 496 434 synchro +(Synchro) {/Helvetica 1.000 cf} 2 16 0 432 642 label +1 1.00 1136 466 64 0.00 360.00 xcarc +1 1.00 1136 466 45 0.00 360.00 xcarc +1 1.00 1200 466 1232 466 2 polygon +1 1.00 1040 482 1092 482 2 polygon +1 1.00 1040 450 1092 450 2 polygon +1 1.00 1232 514 1180 514 2 polygon +1 1.00 1232 418 1180 418 2 polygon +(Synchro) {/Helvetica 1.000 cf} 2 16 0 1060 566 label +1 1.00 600 882 616 866 600 850 616 834 600 818 616 802 600 786 616 770 600 754 +552 754 10 polygon +1 1.00 552 882 600 882 2 polygon +1 1.00 680 882 664 866 680 850 664 834 680 818 664 802 680 786 664 770 680 754 +728 754 10 polygon +1 1.00 728 882 680 882 2 polygon +1 1.00 632 882 632 754 2 polygon +1 1.00 648 882 648 754 2 polygon +(Transformer) {/Helvetica 1.000 cf} 2 16 0 520 914 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01054.eps b/derived/Source/circuit_generation_code/REF/01054.eps new file mode 100644 index 0000000000000000000000000000000000000000..2df19d22c46ad33fbf56a6d9fa32a5e0cae0852c --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01054.eps @@ -0,0 +1,289 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01054.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun Nov 18 19:25:31 2001 +%%Pages: 1 +%%BoundingBox: 68 68 366 304 +%%DocumentNeededResources: font Helvetica font Helvetica-Oblique +%%+ font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/no_contact { +% -64 -32 128 64 bbox +begingate +1 1.00 -64 0 -16 0 2 polygon +1 1.00 -16 32 -16 -32 2 polygon +1 1.00 16 0 64 0 2 polygon +1 1.00 16 32 16 -32 2 polygon +endgate +} def + +/nc_contact { +% -64 -32 128 64 bbox +begingate +1.00 0 0 0 no_contact +1 1.00 32 32 -32 -32 2 polygon +endgate +} def + +/no_electronic { +% -64 -64 128 128 bbox +begingate +1.00 0 0 0 no_contact +0.600 0.600 0.600 scb +1 1.00 0 64 -64 0 0 -64 64 0 0 64 5 polygon +sce +endgate +} def + +/nc_electronic { +% -64 -64 128 128 bbox +begingate +0.600 0.600 0.600 scb +1 1.00 0 64 -64 0 0 -64 64 0 0 64 5 polygon +sce +1.00 0 0 0 nc_contact +endgate +} def + +/relay_coil { +% -64 -32 128 64 bbox +begingate +1 1.00 0 0 32 0.00 360.00 xcarc +1 1.00 -64 0 -32 0 2 polygon +1 1.00 32 0 64 0 2 polygon +endgate +} def + +/coil_electronic { +% -64 -64 128 128 bbox +begingate +1.00 0 0 0 relay_coil +0.600 0.600 0.600 scb +1 1.00 -64 0 0 -64 64 0 0 64 -64 0 5 polygon +sce +endgate +} def + +/_inductor { +% -14 -64 29 112 bbox +begingate +% fundamental +1 1.00 20 -28 20 -44 0 -48 0 -24 spline +1 1.00 -20 -20 -20 -32 0 -28 0 -24 spline +1 1.00 20 32 20 16 0 12 0 36 spline +1 1.00 20 12 20 -4 0 -8 0 16 spline +1 1.00 20 -8 20 -24 0 -28 0 -4 spline +1 1.00 -20 20 -20 8 0 12 0 16 spline +1 1.00 -20 0 -20 -12 0 -8 0 -4 spline +1 1.00 0 -48 0 -64 2 polygon +1 1.00 0 36 0 48 2 polygon +1.000 0.000 0.000 scb +(l.1) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(l.2) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +(spice:L%i %pl.1 %pl.2 1.0U) {/Times-Roman 1.000 cf} 2 0 0 -208 -160 infolabel +(sim:l %pl.1 %pl.2) {/Times-Roman 1.000 cf} 2 0 0 -208 -208 infolabel +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/spdt_toggle { +% -64 -32 128 64 bbox +begingate +1.00 0 16 16 dot +1 1.00 16 16 16 32 64 32 3 polygon +1.00 0 16 -16 dot +1 1.00 16 -16 16 -32 64 -32 3 polygon +1 1.00 -16 0 32 -16 2 polygon +1 1.00 -64 0 -16 0 2 polygon +1.00 0 -16 0 dot +endgate +} def + +%%Page: 01053.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 768 576 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 320 896 no_contact +1.00 0 320 736 nc_contact +(Generic) {/Helvetica 1.000 cf} 2 16 0 256 800 label +1.00 0 576 928 no_electronic +(Electronic) {/Helvetica 1.000 cf} 2 16 0 496 800 label +1.00 0 576 704 nc_electronic +1.00 0 896 880 relay_coil +(Relay coil,) {/Helvetica 1.000 cf} 2 16 0 816 800 label +(electromechanical) {/Helvetica 1.000 cf} 2 16 0 736 760 label +1.00 0 1200 896 coil_electronic +(Relay coil,) {/Helvetica 1.000 cf} 2 16 0 1104 800 label +(electronic) {/Helvetica 1.000 cf} 2 16 0 1104 760 label +1.00 0 504 320 _inductor +1 1.00 536 352 536 272 2 polygon +1 1.00 552 352 552 272 2 polygon +0.600 0.600 0.600 scb +3 1.00 544 416 544 352 2 polygon +sce +1 1.00 504 368 504 384 480 384 3 polygon +1 1.00 504 256 480 256 2 polygon +(Relay components, "ladder logic" notation style) {/Helvetica-Oblique 1.000 cf} 2 16 0 320 1040 label +(Relays, electronic schematic notation style) {/Helvetica-Oblique 1.000 cf} 2 16 0 352 512 label +1.00 0 888 320 _inductor +1 1.00 888 368 888 384 864 384 3 polygon +1 1.00 888 256 864 256 2 polygon +1 1.00 920 352 920 272 2 polygon +1 1.00 936 352 936 272 2 polygon +0.600 0.600 0.600 scb +3 1.00 928 416 928 352 2 polygon +sce +241 1.00 944 432 936 448 952 448 944 432 4 polygon +241 1.00 944 416 936 400 952 400 944 416 4 polygon +1 1.00 864 432 960 432 2 polygon +1 1.00 944 448 944 464 992 464 3 polygon +1 1.00 944 400 944 384 992 384 3 polygon +1.00 -181 544 416 spdt_toggle +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01056.eps b/derived/Source/circuit_generation_code/REF/01056.eps new file mode 100644 index 0000000000000000000000000000000000000000..57af2e4769fdfa30faf32b20f57e86d71b74ca82 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01056.eps @@ -0,0 +1,340 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01056.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Dec 3 19:18:01 2001 +%%Pages: 1 +%%BoundingBox: 68 68 369 297 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/diode_schottky { +% -48 -20 96 40 bbox +begingate +1 1.00 -48 0 48 0 2 polygon +241 1.00 -16 -20 16 0 -16 20 -16 -20 4 polygon +1 1.00 24 16 24 20 16 20 16 0 4 polygon +1 1.00 8 -16 8 -20 16 -20 16 0 4 polygon +endgate +} def + +/shockley_diode { +% -48 -20 96 40 bbox +begingate +1 1.00 -48 0 48 0 2 polygon +1 1.00 -16 0 -16 20 16 0 3 polygon +1 1.00 -16 0 -16 -20 2 polygon +1 1.00 16 20 16 -20 2 polygon +endgate +} def + +/constant_I_diode { +% -18 -48 46 96 bbox +begingate +1 1.00 -18 6 -18 26 2 polygon +1.00 0 0 0 diode +1 1.00 18 6 18 26 2 polygon +endgate +} def + +/tunnel_diode { +% -48 -28 96 46 bbox +begingate +1 1.00 16 18 8 18 2 polygon +1.00 270 0 0 diode +1 1.00 16 -18 8 -18 2 polygon +endgate +} def + +/diode_varactor { +% -48 -16 96 32 bbox +begingate +1 1.00 24 16 24 -16 2 polygon +1 1.00 24 0 48 0 2 polygon +241 1.00 -16 16 -16 -16 16 0 -16 16 4 polygon +1 1.00 16 16 16 -16 2 polygon +1 1.00 -48 0 -16 0 2 polygon +endgate +} def + +/diode_pin { +% -48 -16 96 32 bbox +begingate +1 1.00 48 0 32 0 2 polygon +1 1.00 32 16 32 -16 2 polygon +1 1.00 16 0 32 0 2 polygon +1 1.00 16 0 8 12 20 12 28 0 4 polygon +241 1.00 -16 16 -16 -16 16 0 -16 16 4 polygon +1 1.00 -48 0 -16 0 2 polygon +endgate +} def + +/diode_step-recovery { +% -48 -12 96 36 bbox +begingate +1.00 270 0 16 diode +1 1.00 16 -2 24 -2 2 polygon +endgate +} def + +/zener_diode { +% -48 -28 96 46 bbox +begingate +1.00 270 0 0 diode +1 1.00 16 18 24 18 2 polygon +1 1.00 16 -18 8 -18 2 polygon +endgate +} def + +/LED { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 12 44 20 44 20 36 3 polygon +1 1.00 24 32 32 32 32 24 3 polygon +endgate +} def + +/photodiode { +% -47 -48 79 96 bbox +begingate +1.00 0 -16 0 diode +1 1.00 -16 0 31 0.00 360.00 xcarc +1 1.00 4 28 20 44 2 polygon +1 1.00 16 16 32 32 2 polygon +1 1.00 16 24 16 16 24 16 3 polygon +1 1.00 4 36 4 28 12 28 3 polygon +endgate +} def + +/tube_diode { +% -96 -128 192 256 bbox +begingate +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 0 48 0 112 2 polygon +1 1.00 0 112 0 128 2 polygon +1 1.00 -48 48 48 48 2 polygon +1 1.00 32 -64 32 -48 -32 -48 -32 -112 4 polygon +1 1.00 -16 -112 -16 -80 0 -64 16 -80 16 -112 5 polygon +1 1.00 -32 -112 -32 -128 2 polygon +1 1.00 -16 -112 -16 -128 2 polygon +1 1.00 16 -112 16 -128 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 760 616 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 270 328 968 diode +1.00 0 584 968 diode_schottky +(Generic) {/Helvetica 1.000 cf} 2 16 0 264 1016 label +(Schottky) {/Helvetica 1.000 cf} 2 16 0 504 1016 label +1.00 0 840 968 shockley_diode +(Shockley) {/Helvetica 1.000 cf} 2 16 0 760 1016 label +1.00 270 1144 968 constant_I_diode +(Constant current) {/Helvetica 1.000 cf} 2 16 0 1000 1016 label +1.00 0 328 520 tunnel_diode +(Tunnel) {/Helvetica 1.000 cf} 2 16 0 264 568 label +1.00 0 584 520 diode_varactor +(Varactor) {/Helvetica 1.000 cf} 2 16 0 504 568 label +1.00 0 840 520 diode_pin +(PIN) {/Helvetica 1.000 cf} 2 16 0 808 568 label +1.00 0 1144 744 diode_step-recovery +(Step recovery) {/Helvetica 1.000 cf} 2 16 0 1032 808 label +1.00 0 328 760 zener_diode +(Zener) {/Helvetica 1.000 cf} 2 16 0 280 808 label +1.00 270 584 744 LED +(Light-emitting) {/Helvetica 1.000 cf} 2 16 0 472 808 label +1.00 270 840 744 photodiode +(Photo-) {/Helvetica 1.000 cf} 2 16 0 792 808 label +(Tunnel) {/Helvetica 1.000 cf} 2 16 0 264 568 label +1.00 0 328 520 tunnel_diode +1.00 0 1144 408 tube_diode +(Vacuum tube) {/Helvetica 1.000 cf} 2 16 0 1032 568 label +(K) {/Helvetica 0.500 cf} 2 16 0 392 960 label +(A) {/Helvetica 0.500 cf} 2 16 0 256 960 label +(A) {/Helvetica 0.500 cf} 2 16 0 512 960 label +(K) {/Helvetica 0.500 cf} 2 16 0 648 960 label +(A) {/Helvetica 0.500 cf} 2 16 0 768 960 label +(K) {/Helvetica 0.500 cf} 2 16 0 904 960 label +(A) {/Helvetica 0.500 cf} 2 16 0 1072 960 label +(K) {/Helvetica 0.500 cf} 2 16 0 1208 960 label +(A) {/Helvetica 0.500 cf} 2 16 0 256 752 label +(K) {/Helvetica 0.500 cf} 2 16 0 392 752 label +(A) {/Helvetica 0.500 cf} 2 16 0 512 752 label +(K) {/Helvetica 0.500 cf} 2 16 0 648 752 label +(A) {/Helvetica 0.500 cf} 2 16 0 768 752 label +(K) {/Helvetica 0.500 cf} 2 16 0 904 752 label +(A) {/Helvetica 0.500 cf} 2 16 0 1072 752 label +(K) {/Helvetica 0.500 cf} 2 16 0 1208 752 label +(A) {/Helvetica 0.500 cf} 2 16 0 256 512 label +(K) {/Helvetica 0.500 cf} 2 16 0 392 512 label +(A) {/Helvetica 0.500 cf} 2 16 0 512 512 label +(K) {/Helvetica 0.500 cf} 2 16 0 648 512 label +(A) {/Helvetica 0.500 cf} 2 16 0 768 512 label +(K) {/Helvetica 0.500 cf} 2 16 0 904 512 label +(P) {/Helvetica 0.500 cf} 2 16 0 1152 536 label +(C) {/Helvetica 0.500 cf} 2 16 0 1088 272 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 1120 256 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 1152 256 label +(A = Anode) {/Helvetica 1.000 cf} 2 16 0 488 392 label +(K = Cathode) {/Helvetica 1.000 cf} 2 16 0 488 328 label +0 1.00 472 440 472 296 728 296 728 440 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01057.eps b/derived/Source/circuit_generation_code/REF/01057.eps new file mode 100644 index 0000000000000000000000000000000000000000..fd27462693998ab45b95208f417e86c76b13b612 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01057.eps @@ -0,0 +1,318 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01057.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Dec 3 19:17:34 2001 +%%Pages: 1 +%%BoundingBox: 68 68 360 326 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/npn { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 240 0 -48 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE npn) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +(sim:b %pB %pE %pC) {/Times-Roman 1.000 cf} 2 4 0 -244 -187 infolabel +sce +endgate +} def + +/pnp { +% -64 -64 72 128 bbox +begingate +% fundamental +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -48 48 -48 -48 2 polygon +1 1.00 0 48 -48 22 2 polygon +1 1.00 0 48 0 64 2 polygon +1 1.00 0 -48 -48 -22 2 polygon +1 1.00 0 -48 0 -64 2 polygon +1.00 120 -48 22 arrowhead +1.000 0.000 0.000 scb +(C) {/Times-Roman 1.000 cf} 2 13 0 0 -64 pinlabel +(B) {/Times-Roman 1.000 cf} 2 7 0 -64 0 pinlabel +(E) {/Times-Roman 1.000 cf} 2 9 0 0 64 pinlabel +sce +0.000 1.000 0.000 scb +(spice:Q%i %pC %pB %pE pnp) {/Times-Roman 1.000 cf} 2 4 0 -244 -139 infolabel +sce +endgate +} def + +/arrowhead90 { +% -20 -12 36 24 bbox +begingate +1.00 90 -16 0 arrowhead +endgate +} def + +/npnn { +% -72 -48 144 96 bbox +begingate +1 1.00 -32 32 -56 -16 -72 -16 3 polygon +1 1.00 -8 32 -48 -48 -72 -48 3 polygon +1.00 60 -24 0 arrowhead90 +1 1.00 -40 32 56 32 2 polygon +1.00 60 -48 0 arrowhead90 +1 1.00 8 32 8 48 2 polygon +1 1.00 32 32 56 -16 72 -16 3 polygon +endgate +} def + +/pnpp { +% -72 -48 144 96 bbox +begingate +1 1.00 -8 32 -48 -48 -72 -48 3 polygon +1.00 -301 -40 16 arrowhead90 +1 1.00 -32 32 -56 -16 -72 -16 3 polygon +1.00 240 -16 16 arrowhead90 +1 1.00 -40 32 56 32 2 polygon +1 1.00 8 32 8 48 2 polygon +1 1.00 32 32 56 -16 72 -16 3 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 704 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 270 368 992 npn +(Bipolar NPN) {/Helvetica 1.000 cf} 2 16 0 272 1088 label +1.00 -271 720 992 pnp +(Bipolar PNP) {/Helvetica 1.000 cf} 2 16 0 624 1088 label +1.00 0 712 736 npnn +(Dual-emitter NPN) {/Helvetica 1.000 cf} 2 16 0 560 816 label +1.00 0 1096 736 pnpp +(Dual-emitter PNP) {/Helvetica 1.000 cf} 2 16 0 944 816 label +1 1.00 1104 992 64 0.00 360.00 xcarc +1 1.00 1040 960 1008 960 2 polygon +1 1.00 1168 960 1200 960 2 polygon +1 1.00 1104 1024 1104 1088 2 polygon +(. . . with case) {/Helvetica 1.000 cf} 2 16 0 992 1120 label +1.00 270 1104 960 npn +1.00 270 400 320 npn +1.00 270 480 400 npn +1 1.00 416 400 400 400 400 384 3 polygon +1 1.00 432 384 128 0.00 360.00 xcarc +1 1.00 480 464 480 544 2 polygon +1 1.00 544 400 544 352 592 352 3 polygon +1.00 0 544 352 dot +1 1.00 544 352 496 352 496 320 464 320 4 polygon +1 1.00 336 320 288 320 2 polygon +(Darlington pair) {/Helvetica 1.000 cf} 2 16 0 304 576 label +1.00 270 1008 320 npn +1 1.00 1024 400 1008 400 1008 384 3 polygon +1 1.00 1040 384 128 0.00 360.00 xcarc +1 1.00 1088 464 1088 544 2 polygon +1 1.00 1152 400 1152 352 1200 352 3 polygon +1.00 0 1152 352 dot +1 1.00 1152 352 1104 352 1104 320 1072 320 4 polygon +1 1.00 944 320 896 320 2 polygon +1.00 270 1088 400 pnp +(Sziklai pair) {/Helvetica 1.000 cf} 2 16 0 944 576 label +1.00 270 368 720 npn +1 1.00 368 752 64 0.00 360.00 xcarc +1 1.00 304 720 272 720 2 polygon +1 1.00 432 720 464 720 2 polygon +1 1.00 424 824 408 808 2 polygon +1 1.00 408 816 408 808 416 808 3 polygon +1 1.00 436 812 420 796 2 polygon +1 1.00 420 804 420 796 428 796 3 polygon +(Photo-) {/Helvetica 1.000 cf} 2 16 0 304 848 label +(B) {/Helvetica 0.500 cf} 2 16 0 376 1056 label +(C) {/Helvetica 0.500 cf} 2 16 0 440 984 label +(E) {/Helvetica 0.500 cf} 2 16 0 280 984 label +(E) {/Helvetica 0.500 cf} 2 16 0 632 984 label +(C) {/Helvetica 0.500 cf} 2 16 0 792 984 label +(B) {/Helvetica 0.500 cf} 2 16 0 728 1056 label +(C) {/Helvetica 0.500 cf} 2 16 0 792 712 label +(B) {/Helvetica 0.500 cf} 2 16 0 728 784 label +(1) {ss} (E) {/Helvetica 0.500 cf} 4 16 0 616 712 label +(2) {ss} (E) {/Helvetica 0.500 cf} 4 16 0 616 680 label +(1) {ss} (E) {/Helvetica 0.500 cf} 4 16 0 1000 712 label +(2) {ss} (E) {/Helvetica 0.500 cf} 4 16 0 1000 680 label +(B) {/Helvetica 0.500 cf} 2 16 0 1112 784 label +(C) {/Helvetica 0.500 cf} 2 16 0 1176 712 label +(E) {/Helvetica 0.500 cf} 2 16 0 256 712 label +(C) {/Helvetica 0.500 cf} 2 16 0 472 712 label +(E) {/Helvetica 0.500 cf} 2 16 0 264 312 label +(C) {/Helvetica 0.500 cf} 2 16 0 600 344 label +(B) {/Helvetica 0.500 cf} 2 16 0 488 544 label +(E) {/Helvetica 0.500 cf} 2 16 0 872 312 label +(C) {/Helvetica 0.500 cf} 2 16 0 1208 344 label +(B) {/Helvetica 0.500 cf} 2 16 0 1096 544 label +(E = Emitter) {/Helvetica 1.000 cf} 2 16 0 624 576 label +(B = Base) {/Helvetica 1.000 cf} 2 16 0 624 512 label +(C = Collector) {/Helvetica 1.000 cf} 2 16 0 624 448 label +0 1.00 608 624 608 432 864 432 864 624 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01061.eps b/derived/Source/circuit_generation_code/REF/01061.eps new file mode 100644 index 0000000000000000000000000000000000000000..82e540704dcb93d9ddd522090f853005c9621f69 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01061.eps @@ -0,0 +1,332 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01061.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Dec 3 19:23:41 2001 +%%Pages: 1 +%%BoundingBox: 68 68 367 304 +%%DocumentNeededResources: font Helvetica font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/shockley_diode { +% -48 -20 96 40 bbox +begingate +1 1.00 -48 0 48 0 2 polygon +1 1.00 -16 0 -16 20 16 0 3 polygon +1 1.00 -16 0 -16 -20 2 polygon +1 1.00 16 20 16 -20 2 polygon +endgate +} def + +/DIAC { +% -28 -48 56 96 bbox +begingate +241 1.00 -24 16 -12 -16 0 16 3 polygon +1 1.00 0 16 0 48 2 polygon +1 1.00 -28 16 28 16 2 polygon +241 1.00 24 -16 12 16 0 -16 3 polygon +1 1.00 0 -16 0 -48 2 polygon +1 1.00 -28 -16 28 -16 2 polygon +endgate +} def + +/diode { +% -8 -48 36 96 bbox +begingate +% fundamental +248 1.00 -18 -16 0 16 18 -16 3 polygon +1 1.00 0 -48 0 -16 2 polygon +1 1.00 0 48 0 16 2 polygon +1 1.00 -18 16 18 16 2 polygon +1.000 0.000 0.000 scb +(d.m) {/Times-Roman 1.000 cf} 2 9 0 0 48 pinlabel +(d.p) {/Times-Roman 1.000 cf} 2 13 0 0 -48 pinlabel +sce +endgate +} def + +/SCR { +% -40 -48 76 96 bbox +begingate +1 1.00 -40 -32 -16 -32 0 -16 3 polygon +1.00 -181 8 0 diode +endgate +} def + +/LASCR { +% -48 -48 96 96 bbox +begingate +1.00 0 -8 0 SCR +1 1.00 20 28 36 44 2 polygon +1 1.00 20 36 20 28 28 28 3 polygon +1 1.00 32 24 32 16 40 16 3 polygon +1 1.00 32 16 48 32 2 polygon +endgate +} def + +/TRIAC { +% -32 -48 76 96 bbox +begingate +1.00 0 16 0 DIAC +1 1.00 0 -16 -16 -32 -32 -32 3 polygon +endgate +} def + +/opto_TRIAC { +% -48 -48 104 96 bbox +begingate +1.00 0 -16 0 TRIAC +1 1.00 28 28 44 44 2 polygon +1 1.00 28 36 28 28 36 28 3 polygon +1 1.00 40 16 56 32 2 polygon +1 1.00 40 24 40 16 48 16 3 polygon +endgate +} def + +/SCS { +% -48 -48 96 96 bbox +begingate +1.00 0 -8 0 SCR +1 1.00 48 32 24 32 8 16 3 polygon +endgate +} def + +/GCS { +% -28 -48 56 96 bbox +begingate +1.00 0 4 0 SCR +1 1.00 -8 -20 0 -28 2 polygon +endgate +} def + +/GTO { +% -48 -32 96 56 bbox +begingate +1.00 270 0 16 diode +1 1.00 32 -32 32 -8 2 polygon +1 1.00 32 -12 16 4 2 polygon +1 1.00 16 12 32 -4 32 -12 3 polygon +241 1.00 22 -2 22 -6 26 -2 22 -2 4 polygon +241 1.00 26 2 26 6 22 2 26 2 4 polygon +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/UJT { +% -64 -64 128 128 bbox +begingate +1 1.00 -20 12 -48 32 -64 32 3 polygon +1.00 240 0 0 arrowhead +1 1.00 0 48 0 -48 2 polygon +1 1.00 0 28 64 28 64 64 3 polygon +1 1.00 0 -28 64 -28 64 -64 3 polygon +endgate +} def + +%%Page: 01056.eps 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 784 640 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 352 992 shockley_diode +(Shockley) {/Helvetica 1.000 cf} 2 16 0 272 1040 label +(A) {/Helvetica 0.500 cf} 2 16 0 280 984 label +(K) {/Helvetica 0.500 cf} 2 16 0 416 984 label +1.00 90 608 992 DIAC +(DIAC) {/Helvetica 1.000 cf} 2 16 0 560 1040 label +1.00 90 864 984 SCR +(A) {/Helvetica 0.500 cf} 2 16 0 792 984 label +(K) {/Helvetica 0.500 cf} 2 16 0 928 984 label +(G) {/Helvetica 0.500 cf} 2 16 0 888 920 label +(SCR) {/Helvetica 1.000 cf} 2 16 0 824 1040 label +1.00 90 1168 992 LASCR +(A) {/Helvetica 0.500 cf} 2 16 0 1096 984 label +(K) {/Helvetica 0.500 cf} 2 16 0 1232 984 label +(G) {/Helvetica 0.500 cf} 2 16 0 1192 920 label +(LASCR) {/Helvetica 1.000 cf} 2 16 0 1160 1040 label +1.00 90 352 768 TRIAC +(TRIAC) {/Helvetica 1.000 cf} 2 16 0 288 832 label +(1) {ss} (MT) {/Helvetica 0.500 cf} 4 16 0 416 776 label +(2) {ss} (MT) {/Helvetica 0.500 cf} 4 16 0 256 776 label +(G) {/Helvetica 0.500 cf} 2 16 0 376 712 label +1.00 90 608 784 opto_TRIAC +(Opto-TRIAC) {/Helvetica 1.000 cf} 2 16 0 496 848 label +(2) {ss} (MT) {/Helvetica 0.500 cf} 4 16 0 512 776 label +(1) {ss} (MT) {/Helvetica 0.500 cf} 4 16 0 672 776 label +(G) {/Helvetica 0.500 cf} 2 16 0 632 712 label +1.00 90 864 784 SCS +(A) {/Helvetica 0.500 cf} 2 16 0 792 776 label +(K) {/Helvetica 0.500 cf} 2 16 0 928 776 label +(A) {ss} (G) {/Helvetica 0.500 cf} 4 16 0 824 840 label +(K) {ss} (G) {/Helvetica 0.500 cf} 4 16 0 888 712 label +(SCS) {/Helvetica 1.000 cf} 2 16 0 872 832 label +1.00 90 1168 772 GCS +(GCS) {/Helvetica 1.000 cf} 2 16 0 1120 832 label +(A) {/Helvetica 0.500 cf} 2 16 0 1096 776 label +(K) {/Helvetica 0.500 cf} 2 16 0 1232 776 label +(G) {/Helvetica 0.500 cf} 2 16 0 1192 712 label +1.00 0 352 528 GTO +(GTO) {/Helvetica 1.000 cf} 2 16 0 304 592 label +(A) {/Helvetica 0.500 cf} 2 16 0 280 536 label +(K) {/Helvetica 0.500 cf} 2 16 0 416 536 label +(G) {/Helvetica 0.500 cf} 2 16 0 376 472 label +1.00 0 592 528 UJT +(UJT) {/Helvetica 1.000 cf} 2 16 0 544 608 label +(1) {ss} (B) {/Helvetica 0.500 cf} 4 16 0 648 608 label +(2) {ss} (B) {/Helvetica 0.500 cf} 4 16 0 648 440 label +(E) {/Helvetica 0.500 cf} 2 16 0 504 552 label +(A = Anode) {/Helvetica 1.000 cf} 2 16 0 816 608 label +(K = Cathode) {/Helvetica 1.000 cf} 2 16 0 816 544 label +(G = Gate) {/Helvetica 1.000 cf} 2 16 0 816 480 label +(E = Emitter) {/Helvetica 1.000 cf} 2 16 0 816 352 label +(B = Base) {/Helvetica 1.000 cf} 2 16 0 816 288 label +(MT = Main Terminal) {/Helvetica 1.000 cf} 2 16 0 816 416 label +0 1.00 800 656 800 256 1200 256 1200 656 4 polygon +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01062.eps b/derived/Source/circuit_generation_code/REF/01062.eps new file mode 100644 index 0000000000000000000000000000000000000000..64db62860b8960c0ec66953dad91eeeea2fe0293 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01062.eps @@ -0,0 +1,481 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01062.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Mon Dec 3 19:58:11 2001 +%%Pages: 1 +%%BoundingBox: 68 68 358 614 +%%DocumentNeededResources: font Helvetica font Helvetica-Bold font Times-Roman +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/tube_diode { +% -96 -128 192 256 bbox +begingate +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 0 48 0 112 2 polygon +1 1.00 0 112 0 128 2 polygon +1 1.00 -48 48 48 48 2 polygon +1 1.00 32 -64 32 -48 -32 -48 -32 -112 4 polygon +1 1.00 -16 -112 -16 -80 0 -64 16 -80 16 -112 5 polygon +1 1.00 -32 -112 -32 -128 2 polygon +1 1.00 -16 -112 -16 -128 2 polygon +1 1.00 16 -112 16 -128 2 polygon +endgate +} def + +/dot { +% -10 -10 20 20 bbox +begingate +248 1.00 0 0 6 0.00 360.00 xcarc +endgate +} def + +/glow_tube { +% -96 -128 192 256 bbox +begingate +1 1.00 -48 48 48 48 2 polygon +1 1.00 0 48 0 128 2 polygon +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 0 -48 16 0.00 360.00 xcarc +1.00 0 48 -32 dot +1 1.00 0 -64 0 -128 2 polygon +endgate +} def + +/phototube { +% -96 -128 192 256 bbox +begingate +1 1.00 0 -48 16 0.00 360.00 xcarc +1 1.00 0 -64 0 -128 2 polygon +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 -16 64 16 64 48 32 -48 32 spline +1 1.00 0 128 0 56 2 polygon +endgate +} def + +/tube_triode { +% -112 -128 224 256 bbox +begingate +1 1.00 16 0 96 0.00 360.00 xcarc +1 1.00 -112 0 -64 0 2 polygon +1 1.00 -48 0 -32 0 2 polygon +1 1.00 -16 0 0 0 2 polygon +1 1.00 16 0 32 0 2 polygon +1 1.00 48 0 64 0 2 polygon +1 1.00 80 0 96 0 2 polygon +1 1.00 48 -64 48 -48 -16 -48 -16 -128 4 polygon +1 1.00 0 -128 0 -80 16 -64 32 -80 32 -128 5 polygon +1 1.00 -32 48 64 48 2 polygon +1 1.00 16 48 16 128 2 polygon +endgate +} def + +/tube_tetrode { +% -128 -128 256 256 bbox +begingate +1 1.00 32 -64 32 -48 -32 -48 -32 -128 4 polygon +1 1.00 -16 -128 -16 -80 0 -64 16 -80 16 -128 5 polygon +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 64 -16 80 -16 2 polygon +1 1.00 48 16 64 16 2 polygon +1 1.00 16 16 32 16 2 polygon +1 1.00 -48 48 48 48 2 polygon +1 1.00 0 48 0 128 2 polygon +1 1.00 -48 16 -32 16 2 polygon +1 1.00 -80 16 -64 16 2 polygon +1 1.00 -16 16 0 16 2 polygon +1 1.00 128 16 80 16 2 polygon +1 1.00 32 -16 48 -16 2 polygon +1 1.00 0 -16 16 -16 2 polygon +1 1.00 -32 -16 -16 -16 2 polygon +1 1.00 -64 -16 -48 -16 2 polygon +1 1.00 -128 -16 -80 -16 2 polygon +endgate +} def + +/jumper { +% -4 -14 18 28 bbox +begingate +1 1.00 0 0 10 -90.00 90.00 xcarc +1 1.00 0 10 0 16 2 polygon +1 1.00 0 -10 0 -16 2 polygon +1.000 0.000 0.000 scb +(a) {/Times-Roman 1.000 cf} 2 1 0 0 16 pinlabel +(a) {/Times-Roman 1.000 cf} 2 13 0 0 -16 pinlabel +sce +endgate +} def + +/tube_beam-tetrode { +% -128 -128 256 256 bbox +begingate +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 -128 -16 -80 -16 2 polygon +1 1.00 -64 -16 -48 -16 2 polygon +1.00 -1 -64 -16 jumper +1 1.00 -64 0 -64 16 2 polygon +1 1.00 32 -64 32 -48 -32 -48 -32 -128 4 polygon +1 1.00 -64 -32 -64 -64 -32 -64 3 polygon +1.00 0 -32 -64 dot +1 1.00 -16 -128 -16 -80 0 -64 16 -80 16 -128 5 polygon +1 1.00 64 -16 64 -64 32 -64 3 polygon +1 1.00 32 -16 48 -16 2 polygon +1 1.00 0 -16 16 -16 2 polygon +1 1.00 0 0 -16 0 2 polygon +1 1.00 -32 -16 -16 -16 2 polygon +1 1.00 -32 0 -48 0 2 polygon +1 1.00 32 0 16 0 2 polygon +1 1.00 64 0 48 0 2 polygon +1 2.00 48 32 64 16 2 polygon +1.00 0 64 0 jumper +1 1.00 128 0 80 0 2 polygon +1 1.00 -48 48 48 48 2 polygon +1 1.00 0 48 0 128 2 polygon +1 2.00 -48 32 -64 16 2 polygon +endgate +} def + +/tube_pentode_1 { +% -128 -128 256 256 bbox +begingate +1 1.00 -64 0 -48 0 2 polygon +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 -128 0 -80 0 2 polygon +1 1.00 -80 32 -80 16 2 polygon +1.00 0 -80 0 jumper +1 1.00 -64 32 -80 32 2 polygon +1 1.00 -48 48 48 48 2 polygon +1 1.00 0 48 0 128 2 polygon +1 1.00 0 32 -16 32 2 polygon +1 1.00 -32 32 -48 32 2 polygon +1 1.00 32 32 16 32 2 polygon +1 1.00 64 32 48 32 2 polygon +1 1.00 64 0 80 0 2 polygon +1 1.00 32 0 48 0 2 polygon +1 1.00 -32 0 -16 0 2 polygon +1 1.00 -32 -32 -48 -32 2 polygon +1 1.00 -80 -16 -80 -32 -48 -64 -32 -64 4 polygon +1 1.00 32 -64 32 -48 -32 -48 -32 -128 4 polygon +1.00 0 -32 -64 dot +1 1.00 -16 -128 -16 -80 0 -64 16 -80 16 -128 5 polygon +1 1.00 0 -32 -16 -32 2 polygon +1 1.00 32 -32 16 -32 2 polygon +1 1.00 64 -32 48 -32 2 polygon +1 1.00 128 -32 80 -32 2 polygon +1 1.00 0 0 16 0 2 polygon +endgate +} def + +/tube_pentode_2 { +% -128 -128 256 256 bbox +begingate +1 1.00 -48 48 48 48 2 polygon +1 1.00 0 48 0 128 2 polygon +1 1.00 0 0 96 0.00 360.00 xcarc +1 1.00 128 32 80 32 2 polygon +1 1.00 64 32 48 32 2 polygon +1 1.00 32 32 16 32 2 polygon +1 1.00 0 32 -16 32 2 polygon +1 1.00 -32 32 -48 32 2 polygon +1 1.00 -64 32 -80 32 2 polygon +1 1.00 -128 0 -80 0 2 polygon +1 1.00 -64 0 -48 0 2 polygon +1 1.00 -32 0 -16 0 2 polygon +1 1.00 0 0 16 0 2 polygon +1 1.00 32 0 48 0 2 polygon +1 1.00 64 0 80 0 2 polygon +1 1.00 128 -32 80 -32 2 polygon +1 1.00 64 -32 48 -32 2 polygon +1 1.00 32 -32 16 -32 2 polygon +1 1.00 0 -32 -16 -32 2 polygon +1 1.00 -32 -32 -48 -32 2 polygon +1 1.00 -64 -32 -80 -32 2 polygon +1 1.00 32 -64 32 -48 -32 -48 -32 -128 4 polygon +1 1.00 -16 -128 -16 -80 0 -64 16 -80 16 -128 5 polygon +endgate +} def + +/tube_thyratron { +% -112 -128 224 256 bbox +begingate +1.00 0 0 0 tube_triode +1.00 0 80 -32 dot +endgate +} def + +/ignitron { +% -112 -128 224 256 bbox +begingate +1 1.00 16 0 96 0.00 360.00 xcarc +1 1.00 -32 48 64 48 2 polygon +1 1.00 16 48 16 128 2 polygon +1 1.00 16 -64 16 -128 2 polygon +1 1.00 -72 -36 104 -36 2 polygon +1.00 0 80 0 dot +1 1.00 -112 0 0 0 32 -48 3 polygon +endgate +} def + +/crt_mag { +% -224 -128 448 256 bbox +begingate +1 1.00 224 112 224 -112 2 polygon +1 1.00 224 128 224 128 224 112 192 128 spline +1 1.00 224 -128 224 -128 224 -112 192 -128 spline +1 1.00 -224 16 -176 16 -160 0 -176 -16 -224 -16 5 polygon +1 1.00 192 128 96 64 -192 64 -192 -64 96 -64 192 -128 6 polygon +1 1.00 -224 32 -144 32 -144 -32 -160 -32 4 polygon +1 1.00 -112 -48 -112 -32 2 polygon +1 1.00 -112 -16 -112 0 2 polygon +1 1.00 -112 16 -112 32 2 polygon +1 1.00 -112 48 -112 96 2 polygon +1 1.00 -80 48 -80 96 2 polygon +1 1.00 -80 16 -80 32 2 polygon +1 1.00 -80 -16 -80 0 2 polygon +1 1.00 -80 -48 -80 -32 2 polygon +1 1.00 -48 48 -48 96 2 polygon +1 1.00 -48 16 -48 32 2 polygon +1 1.00 -48 -16 -48 0 2 polygon +1 1.00 -48 -48 -48 -32 2 polygon +1 1.00 192 112 96 48 2 polygon +1 1.00 144 80 144 128 2 polygon +endgate +} def + +/crt_elec { +% -224 -128 448 256 bbox +begingate +1.00 0 0 0 crt_mag +1 1.00 -16 16 0 32 16 16 3 polygon +1 1.00 -16 -16 0 -32 16 -16 3 polygon +1 1.00 0 32 0 96 2 polygon +1 1.00 0 -32 0 -96 2 polygon +1 1.00 48 16 64 32 80 16 3 polygon +1 1.00 64 32 64 96 2 polygon +1 1.00 48 -16 64 -32 80 -16 3 polygon +1 1.00 64 -32 64 -96 2 polygon +(H) {/Helvetica-Bold 0.500 cf} 2 16 0 -8 -8 label +(V) {/Helvetica-Bold 0.500 cf} 2 16 0 56 -8 label +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 824 1760 offsets +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 408 1984 tube_diode +(Diode) {/Helvetica 1.000 cf} 2 16 0 360 2144 label +(C) {/Helvetica 0.500 cf} 2 16 0 352 1848 label +(P) {/Helvetica 0.500 cf} 2 16 0 416 2112 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 384 1832 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 416 1832 label +1.00 0 760 1984 glow_tube +(Glow tube) {/Helvetica 1.000 cf} 2 16 0 680 2144 label +(C) {/Helvetica 0.500 cf} 2 16 0 736 1848 label +(P) {/Helvetica 0.500 cf} 2 16 0 768 2112 label +1.00 0 1112 1984 phototube +(C) {/Helvetica 0.500 cf} 2 16 0 1120 2112 label +(Phototube) {/Helvetica 1.000 cf} 2 16 0 1016 2144 label +(A) {/Helvetica 0.500 cf} 2 16 0 1088 1848 label +1.00 0 392 1568 tube_triode +(Triode) {/Helvetica 1.000 cf} 2 16 0 344 1728 label +(P) {/Helvetica 0.500 cf} 2 16 0 416 1696 label +(C) {/Helvetica 0.500 cf} 2 16 0 352 1432 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 384 1416 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 416 1416 label +(G) {/Helvetica 0.500 cf} 2 16 0 256 1560 label +1.00 0 760 1568 tube_tetrode +(G) {/Helvetica 0.500 cf} 2 16 0 608 1544 label +(P) {/Helvetica 0.500 cf} 2 16 0 768 1696 label +(C) {/Helvetica 0.500 cf} 2 16 0 704 1432 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 736 1416 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 768 1416 label +(Tetrode) {/Helvetica 1.000 cf} 2 16 0 680 1728 label +1.00 0 1112 1568 tube_beam-tetrode +(S) {/Helvetica 0.500 cf} 2 16 0 896 1576 label +(P) {/Helvetica 0.500 cf} 2 16 0 1120 1696 label +(C) {/Helvetica 0.500 cf} 2 16 0 1056 1432 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 1088 1416 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 1120 1416 label +(G) {/Helvetica 0.500 cf} 2 16 0 960 1544 label +(S) {/Helvetica 0.500 cf} 2 16 0 1248 1560 label +(Beam tetrode) {/Helvetica 1.000 cf} 2 16 0 1000 1728 label +1.00 0 408 1152 tube_pentode_1 +(Pentode) {/Helvetica 1.000 cf} 2 16 0 328 1312 label +(P) {/Helvetica 0.500 cf} 2 16 0 416 1280 label +(G) {/Helvetica 0.500 cf} 2 16 0 544 1112 label +(C) {/Helvetica 0.500 cf} 2 16 0 352 1016 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 384 1000 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 416 1000 label +(S) {/Helvetica 0.500 cf} 2 16 0 256 1144 label +1.00 0 760 1152 tube_pentode_2 +(P) {/Helvetica 0.500 cf} 2 16 0 768 1280 label +(S) {/Helvetica 0.500 cf} 2 16 0 608 1144 label +(G) {/Helvetica 0.500 cf} 2 16 0 896 1112 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 768 1000 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 736 1000 label +(C) {/Helvetica 0.500 cf} 2 16 0 704 1016 label +(Sup) {/Helvetica 0.500 cf} 2 16 0 896 1176 label +1.00 0 1096 1152 tube_thyratron +(Pentode) {/Helvetica 1.000 cf} 2 16 0 680 1312 label +(Thyratron) {/Helvetica 1.000 cf} 2 16 0 1016 1312 label +(G) {/Helvetica 0.500 cf} 2 16 0 960 1144 label +(P) {/Helvetica 0.500 cf} 2 16 0 1120 1280 label +(C) {/Helvetica 0.500 cf} 2 16 0 1056 1016 label +(1) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 1088 1000 label +(2) {ss} (H) {/Helvetica 0.500 cf} 4 16 0 1120 1000 label +(P = Plate) {/Helvetica 1.000 cf} 2 16 0 456 480 label +(G = Grid) {/Helvetica 1.000 cf} 2 16 0 456 416 label +(C = Cathode) {/Helvetica 1.000 cf} 2 16 0 456 352 label +(H = Heater) {/Helvetica 1.000 cf} 2 16 0 776 352 label +(S = Screen) {/Helvetica 1.000 cf} 2 16 0 776 480 label +(Sup = Suppressor) {/Helvetica 1.000 cf} 2 16 0 672 288 label +(A = Anode) {/Helvetica 1.000 cf} 2 16 0 776 416 label +0 1.00 440 528 440 256 1000 256 1000 528 4 polygon +1.00 0 392 736 ignitron +(Ignitron) {/Helvetica 1.000 cf} 2 16 0 344 896 label +(A) {/Helvetica 0.500 cf} 2 16 0 416 856 label +(C) {/Helvetica 0.500 cf} 2 16 0 384 600 label +(I) {/Helvetica 0.500 cf} 2 16 0 264 728 label +(I = Ignitor) {/Helvetica 1.000 cf} 2 16 0 464 288 label +1.00 0 952 736 crt_elec +(Cathode Ray Tube) {/Helvetica 1.000 cf} 2 16 0 776 896 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF diff --git a/derived/Source/circuit_generation_code/REF/01063.eps b/derived/Source/circuit_generation_code/REF/01063.eps new file mode 100644 index 0000000000000000000000000000000000000000..a4ff34e197cfd6b2082998add43785191ec283f0 --- /dev/null +++ b/derived/Source/circuit_generation_code/REF/01063.eps @@ -0,0 +1,447 @@ +%!PS-Adobe-3.0 EPSF-3.0 +%%Title: 01063.eps +%%Creator: Xcircuit v2.0 +%%CreationDate: Sun May 19 11:47:44 2002 +%%Pages: 1 +%%BoundingBox: 68 68 395 394 +%%DocumentNeededResources: font Helvetica font Times-Roman font Symbol +%%EndComments +%%BeginProlog +% +% PostScript prolog for output from xcircuit +% Version: 2.0 +% +% Electrical circuit (and otherwise general) drawing program +% +% Written by Tim Edwards 8/5/93--2/25/99 (tim@bach.ece.jhu.edu) +% The Johns Hopkins University +% +%%BeginResource: procset XCIRCproc 2.0 2 +% supporting definitions --- these are the primary xcircuit types. + +/XCIRCsave save def +/topmat matrix currentmatrix def + +/fontslant { /slant exch def [1 0 slant 1 0 0] + exch findfont exch makefont dup length dict /ndict exch def + { 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall + ndict definefont pop} def +/cf { dup type /realtype eq {40 mul /fscale exch def} if dup /xfont exch def + findfont fscale scalefont setfont } def +/Ss { gsave 0.67 dup scale gsave mty neg rmoveto + glevel 1 add /glevel exch def } def +/ss { gsave 0.67 dup scale gsave mty 0.5 mul rmoveto + glevel 1 add /glevel exch def } def +/ns { currentpoint transform % preserve x position! + glevel {grestore} repeat /glevel 0 def + itransform pop currentpoint pop sub 0 rmoveto } def +/ul { showflag 1 eq { gsave + currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) + false charpath flattenpath pathbbox grestore exch pop 1 index + sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 + rlineto stroke moveto } if } def +/ol { showflag 1 eq { gsave gsave + currentpoint topmat setmatrix 2 index stringwidth pop 3 index + true charpath flattenpath pathbbox grestore exch pop + exch pop topmat setmatrix (_) true charpath pathbbox grestore + exch pop 1 index sub setlinewidth exch pop currentpoint + exch 4 1 roll exch sub add moveto pop 0 rlineto stroke + moveto } if } def +/stW { gsave true charpath flattenpath pathbbox pop exch pop sub + grestore } def +/bs { stW 0 rmoveto } def +/pspc 0 def +/qS { (aa) stW (a a) stW sub 4 div 0 rmoveto } def +/hS { qS qS } def +/textx { dup 1 add copy 0 exch { exch dup type /stringtype eq + {stringwidth pop add}{exec} ifelse } repeat neg ns } def +/mty { 0 topmat setmatrix (A) true charpath flattenpath pathbbox exch + pop exch sub exch pop neg grestore } def +/texty { gsave 2 copy pop exec mty } def +/tcenter { textx grestore 0.5 mul 0 rmoveto } def +/tright { textx grestore fspc sub 0 rmoveto } def +/tmiddle { texty 0.5 mul rmoveto } def +/ttop { texty fspc sub rmoveto } def +/tshow {{ dup type /stringtype eq {show}{exec} ifelse} repeat ns } def + +/label { gsave translate 0 0 moveto rotate /just exch def just 16 and 0 gt + {0 1 dtransform gsave pagemat setmatrix idtransform exch grestore + 1 0 dtransform gsave pagemat setmatrix idtransform exch grestore + dup 0 eq {pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse + {-1 /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse exch 0 lt + {-1 /just just dup 12 and 4 ne {12 xor} if def} {1} ifelse scale } if + /glevel 0 def /showflag 0 def /fspc pspc def + just 1 and 0 gt {gsave just 2 and 0 gt {tright}{tcenter} ifelse} + {fspc 0 rmoveto} ifelse + just 4 and 0 gt {just 8 and 0 gt {ttop}{tmiddle} ifelse} + {0 fspc rmoveto} ifelse + /showflag 1 def tshow grestore } def +/pinlabel { hlevel 0 eq { /pspc 20 def label /pspc 0 def } + { pop pop pop pop {pop} repeat } ifelse } def +/pinglobal { pinlabel } def +/infolabel { pinlabel } def + +/begingate { /hlevel hlevel 1 add def gsave translate 0 0 moveto dup 0 lt + {neg 1 sub -1 1 scale} if rotate dup scale } bind def +/makeparm {3 string cvs dup length 1 add string /tstr exch def tstr exch + 1 exch putinterval tstr 0 (v) putinterval tstr cvn} bind def +/beginparm { -1 1 {makeparm exch def} for + dup type /arraytype eq { aload length -1 1 {makeparm exch def} + for } if begingate } bind def +/endgate { /hlevel hlevel 1 sub def grestore } bind def + +/hlevel 0 def +/tmpa [1 0 0 1 0 0] def +/gar {8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind +{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind +{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind +{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind +{8 8 true tmpa {} imagemask} bind +{8 8 true tmpa {} imagemask} bind 7 array astore def +/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll + neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy + gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll + { 3 index exch 5 exch put dup -8 3 index { 3 index + exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def +/setstyles { + currentlinewidth mul setlinewidth /style exch def + style 1 and 0 gt not {closepath} if + style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if + style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if + style dup 256 ge exch 480 lt and { gsave 1 setgray eofill grestore } if + style 16 and 0 gt { gsave style 224 and -5 bitshift dup 7 lt + {gar exch get ppaint} { pop eofill } ifelse grestore } if + style 8 and 0 gt { newpath } { stroke } ifelse grestore } def +/scb { gsave setrgbcolor } bind def /sce { grestore } bind def + +/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def +/xcarc { gsave newpath arc setstyles } def +/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll + 3 index div 1 scale } def +/ele { 0 4 1 roll 0 4 1 roll } bind def +/ellipse { gsave elb newpath ele arc setmatrix setstyles } def +/pellip { elb ele arc setmatrix } def +/nellip { elb ele arcn setmatrix } def +/spline { gsave moveto curveto setstyles } def +/polyc { {lineto} repeat } bind def +/beginpath { gsave moveto } bind def +/endpath { setstyles } bind def +/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 setgray } def +/insertion {/PSobj save def /showpage {} def bop translate} def +/end_insert {PSobj restore} def +/setpagemat {/pagemat matrix currentmatrix def} def +/inchscale {setpagemat 0.375 mul dup scale} def +/cmscale {setpagemat 0.35433071 mul dup scale} def + +%%EndResource +%%EndProlog + +% XCircuit output starts here. + +/opamp { +% -80 -80 160 160 bbox +begingate +0 1.00 -80 -80 -80 80 80 0 3 polygon +(-) {/Symbol 1.000 cf} 2 5 0 -61 50 label +(+) {/Symbol 1.000 cf} 2 5 0 -61 -46 label +1.000 0.000 0.000 scb +(in.m) {/Times-Roman 1.000 cf} 2 7 0 -80 48 pinlabel +(in.p) {/Times-Roman 1.000 cf} 2 7 0 -80 -48 pinlabel +(out) {/Times-Roman 1.000 cf} 2 4 0 80 0 pinlabel +sce +endgate +} def + +/arrowhead { +% -12 -32 24 36 bbox +begingate +8 -28 beginpath +3 -18 3 -15 0 0 curveto +-3 -15 -3 -18 -8 -28 curveto +-2 -26 2 -26 8 -28 curveto +249 1.00 endpath +endgate +} def + +/arrow { +% -12 -40 24 80 bbox +begingate +1 0.80 0 -40 0 20 2 polygon +1.00 0 0 40 arrowhead +endgate +} def + +/opamp_norton { +% -92 -80 188 160 bbox +begingate +1.00 0 16 0 opamp +1 1.00 -64 0 28 0.00 360.00 xcarc +1.00 -181 -64 16 arrow +endgate +} def + +/invert { +% -48 -40 112 80 bbox +begingate +0 1.00 -32 -40 -32 40 40 0 3 polygon +1 1.00 48 0 8 0.00 360.00 xcarc +1 1.00 -32 0 -48 0 2 polygon +1 1.00 56 0 64 0 2 polygon +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 64 0 pinlabel +(In) {/Helvetica 1.000 cf} 2 7 0 -48 0 pinlabel +sce +endgate +} def + +/and_gate { +% -64 -48 112 96 bbox +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 48 0 pinlabel +(In.1) {/Helvetica 1.000 cf} 2 7 0 -64 32 pinlabel +(In.2) {/Helvetica 1.000 cf} 2 7 0 -64 -32 pinlabel +sce +endgate +} def + +/or_gate { +% -49 -48 113 128 bbox +begingate +1 1.00 -19 -48 96 30.00 90.00 xcarc +1 1.00 -19 48 96 270.00 330.00 xcarc +1 1.00 -112 0 80 -37.00 37.00 xcarc +1 1.00 -48 48 -19 48 2 polygon +1 1.00 -48 -48 -19 -48 2 polygon +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 64 0 pinlabel +(In.1) {/Helvetica 1.000 cf} 2 7 0 -40 32 pinlabel +(In.2) {/Helvetica 1.000 cf} 2 7 0 -40 -32 pinlabel +sce +endgate +} def + +/xor_gate { +% -65 -48 145 128 bbox +begingate +1 1.00 -19 -48 96 30.00 90.00 xcarc +1 1.00 -19 48 96 270.00 330.00 xcarc +1 1.00 -128 0 80 -37.00 37.00 xcarc +1 1.00 -112 0 80 -37.00 37.00 xcarc +1 1.00 -48 48 -19 48 2 polygon +1 1.00 -48 -48 -19 -48 2 polygon +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 64 0 pinlabel +(In.1) {/Helvetica 1.000 cf} 2 7 0 -56 32 pinlabel +(In.2) {/Helvetica 1.000 cf} 2 7 0 -56 -32 pinlabel +sce +endgate +} def + +/invert2 { +% -64 -40 128 80 bbox +begingate +1 1.00 -32 40 -32 -40 2 polygon +1 1.00 -40 0 8 0.00 360.00 xcarc +1 1.00 -48 0 -64 0 2 polygon +1 1.00 -32 40 40 0 -32 -40 3 polygon +1 1.00 40 0 64 0 2 polygon +endgate +} def + +/nand { +% -64 -48 128 96 bbox +begingate +1 1.00 0 -48 -64 -48 -64 48 0 48 4 polygon +1 1.00 56 0 8 0.00 360.00 xcarc +1 1.00 0 0 48 -90.00 90.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 64 0 pinlabel +(In.1) {/Helvetica 1.000 cf} 2 7 0 -64 32 pinlabel +(In.2) {/Helvetica 1.000 cf} 2 7 0 -64 -32 pinlabel +sce +endgate +} def + +/nor { +% -64 -48 128 96 bbox +begingate +1 1.00 -64 48 -35 48 2 polygon +1 1.00 -64 -48 -35 -48 2 polygon +1 1.00 -128 0 80 -37.00 37.00 xcarc +1 1.00 56 0 8 0.00 360.00 xcarc +1 1.00 -35 -48 96 30.00 90.00 xcarc +1 1.00 -35 48 96 270.00 330.00 xcarc +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 64 0 pinlabel +(In.1) {/Helvetica 1.000 cf} 2 7 0 -56 32 pinlabel +(In.2) {/Helvetica 1.000 cf} 2 7 0 -56 -32 pinlabel +sce +endgate +} def + +/xnor { +% -65 -48 145 128 bbox +begingate +1 1.00 72 0 8 0.00 360.00 xcarc +1 1.00 -19 -48 96 30.00 90.00 xcarc +1 1.00 -19 48 96 270.00 330.00 xcarc +1 1.00 -128 0 80 -37.00 37.00 xcarc +1 1.00 -112 0 80 -37.00 37.00 xcarc +1 1.00 -48 48 -19 48 2 polygon +1 1.00 -48 -48 -19 -48 2 polygon +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 80 0 pinlabel +(In.1) {/Helvetica 1.000 cf} 2 7 0 -56 32 pinlabel +(In.2) {/Helvetica 1.000 cf} 2 7 0 -56 -32 pinlabel +sce +endgate +} def + +/buffer { +% -56 -40 112 80 bbox +begingate +0 1.00 -32 -40 -32 40 40 0 3 polygon +1 1.00 -32 0 -48 0 2 polygon +1 1.00 40 0 64 0 2 polygon +1.000 0.000 0.000 scb +(Out) {/Helvetica 1.000 cf} 2 4 0 64 0 pinlabel +(In) {/Helvetica 1.000 cf} 2 7 0 -48 0 pinlabel +sce +endgate +} def + +/open-collector { +% -8 -16 16 32 bbox +begingate +1 1.00 -8 0 0 16 8 0 0 -16 -8 0 5 polygon +1 1.00 -8 -16 8 -16 2 polygon +endgate +} def + +/schmitt { +% -16 -8 24 16 bbox +begingate +1 1.00 -16 8 0 -8 -16 -8 0 8 spline +1 1.00 -8 8 8 -8 -8 -8 8 8 spline +1 1.00 0 8 8 8 2 polygon +1 1.00 -8 -8 -16 -8 2 polygon +endgate +} def + +/neg_and { +% -64 -48 144 96 bbox +begingate +1.00 0 32 0 and_gate +1 1.00 -40 -32 8 0.00 360.00 xcarc +1 1.00 -48 -32 -64 -32 2 polygon +1 1.00 -40 32 8 0.00 360.00 xcarc +1 1.00 -48 32 -64 32 2 polygon +endgate +} def + +/neg_or { +% -64 -64 144 128 bbox +begingate +1 1.00 -32 16 8 0.00 360.00 xcarc +1 1.00 -64 16 -40 16 2 polygon +1.00 0 16 -16 or_gate +1 1.00 -32 -48 8 0.00 360.00 xcarc +1 1.00 -64 -48 -40 -48 2 polygon +endgate +} def + +%%Page: 1 1 +%%PageOrientation: Portrait +/pgsave save def bop +% 816 976 offsets +% 32.00 8.00 gridspace +0.7500 inchscale +2.6000 setlinewidth + +1.00 0 448 1248 opamp +1 1.00 368 1296 336 1296 2 polygon +1 1.00 368 1200 336 1200 2 polygon +1 1.00 528 1248 560 1248 2 polygon +(Operational amplifier) {/Helvetica 1.000 cf} 2 16 0 256 1360 label +1 1.00 784 1328 944 1248 784 1168 3 polygon +1 1.00 752 1296 752 1200 784 1168 784 1328 spline +1 1.00 768 1296 736 1296 2 polygon +1 1.00 736 1200 768 1200 2 polygon +(-) {/Helvetica 1.000 cf} 2 16 0 776 1280 label +(+) {/Helvetica 1.000 cf} 2 16 0 776 1192 label +1 1.00 944 1248 976 1248 2 polygon +1.00 0 1264 1248 opamp_norton +1 1.00 1360 1248 1392 1248 2 polygon +1 1.00 1200 1296 1168 1296 2 polygon +1 1.00 1200 1200 1168 1200 2 polygon +(\(alternative\)) {/Helvetica 1.000 cf} 2 16 0 736 1360 label +(Norton op-amp) {/Helvetica 1.000 cf} 2 16 0 1120 1360 label +1.00 0 384 976 invert +(Inverter) {/Helvetica 1.000 cf} 2 16 0 320 1056 label +1.00 0 688 976 and_gate +1 1.00 336 976 320 976 2 polygon +1 1.00 448 976 464 976 2 polygon +(AND gate) {/Helvetica 1.000 cf} 2 16 0 592 1056 label +1.00 0 976 976 or_gate +1 1.00 912 1008 936 1008 2 polygon +1 1.00 912 944 936 944 2 polygon +1 1.00 1040 976 1072 976 2 polygon +(OR gate) {/Helvetica 1.000 cf} 2 16 0 912 1056 label +1.00 0 1264 976 xor_gate +1 1.00 1184 1008 1208 1008 2 polygon +1 1.00 1184 944 1208 944 2 polygon +1 1.00 1328 976 1360 976 2 polygon +(XOR gate) {/Helvetica 1.000 cf} 2 16 0 1184 1056 label +1.00 0 384 752 invert2 +(Inverter) {/Helvetica 1.000 cf} 2 16 0 320 832 label +1.00 0 688 752 nand +1 1.00 624 1008 592 1008 2 polygon +1 1.00 624 944 592 944 2 polygon +1 1.00 736 976 768 976 2 polygon +1 1.00 624 784 592 784 2 polygon +1 1.00 624 720 592 720 2 polygon +(NAND gate) {/Helvetica 1.000 cf} 2 16 0 592 832 label +1.00 0 992 752 nor +1 1.00 912 784 936 784 2 polygon +1 1.00 912 720 936 720 2 polygon +1 1.00 752 752 768 752 2 polygon +1 1.00 1056 752 1072 752 2 polygon +(NOR gate) {/Helvetica 1.000 cf} 2 16 0 896 832 label +1.00 0 1264 752 xnor +1 1.00 1184 784 1208 784 2 polygon +1 1.00 1184 720 1208 720 2 polygon +1 1.00 1344 752 1360 752 2 polygon +(XNOR gate) {/Helvetica 1.000 cf} 2 16 0 1168 832 label +1.00 0 384 528 buffer +(Buffer) {/Helvetica 1.000 cf} 2 16 0 328 600 label +1.00 0 624 304 and_gate +1 1.00 560 336 528 336 2 polygon +1 1.00 560 272 528 272 2 polygon +1 1.00 672 304 704 304 2 polygon +1.00 0 608 304 open-collector +(Gate with open-) {/Helvetica 1.000 cf} 2 16 0 472 408 label +(collector output) {/Helvetica 1.000 cf} 2 16 0 480 368 label +1.00 0 1040 304 and_gate +1 1.00 976 336 944 336 2 polygon +1 1.00 976 272 944 272 2 polygon +1 1.00 1088 304 1120 304 2 polygon +(Gate with Schmitt) {/Helvetica 1.000 cf} 2 16 0 864 408 label +(trigger input) {/Helvetica 1.000 cf} 2 16 0 920 368 label +1.00 0 1024 304 schmitt +1 1.00 1040 528 1072 528 2 polygon +1 1.00 736 528 768 528 2 polygon +1.00 0 656 528 neg_and +(Negative-AND) {/Helvetica 1.000 cf} 2 16 0 552 632 label +(gate) {/Helvetica 1.000 cf} 2 16 0 632 592 label +1.00 0 960 544 neg_or +(Negative-OR) {/Helvetica 1.000 cf} 2 16 0 872 632 label +(gate) {/Helvetica 1.000 cf} 2 16 0 944 592 label +pgsave restore showpage + +%%Trailer +XCIRCsave restore +%%EOF