Blame view

DOCUMENTATION/THEORY_MANUAL/Imgs/multi-wire-shield.eps 8.15 KB
886c558b   Steve Greedy   SACAMOS Public Re...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 92 585 395 830
%%Title: multi-wire-shield
%%CreationDate: Tue Dec 20 14:48:53 2016
%%Creator: Tgif-4.2.5-QPL written by William Chia-Wei Cheng (bill.cheng@acm.org)
%%ProducedBy: (unknown)
%%Pages: 1
%%DocumentFonts: (atend)
%%EndComments
%%BeginProlog

/tgifdict 59 dict def
tgifdict begin

/tgifellipsedict 6 dict def
tgifellipsedict /mtrx matrix put

/TGEL % tgifellipse
 { tgifellipsedict begin
      /yrad exch def
      /xrad exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      xrad yrad scale
      0 0 1 0 360 arc
      savematrix setmatrix
   end
 } def

/tgifarrowtipdict 8 dict def
tgifarrowtipdict /mtrx matrix put

/TGAT % tgifarrowtip
 { tgifarrowtipdict begin
      /dy exch def
      /dx exch def
      /h exch def
      /w exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      dy dx atan rotate
      0 0 moveto
      w neg h lineto
      w neg h neg lineto
      savematrix setmatrix
   end
 } def

/tgifarcdict 8 dict def
tgifarcdict /mtrx matrix put

/TGAN % tgifarcn
 { tgifarcdict begin
      /endangle exch def
      /startangle exch def
      /yrad exch def
      /xrad exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      xrad yrad scale
      0 0 1 startangle endangle arc
      savematrix setmatrix
   end
 } def

/TGAR % tgifarc
 { tgifarcdict begin
      /endangle exch def
      /startangle exch def
      /yrad exch def
      /xrad exch def
      /y exch def
      /x exch def
      /savematrix mtrx currentmatrix def
      x y translate
      xrad yrad scale
      0 0 1 startangle endangle arcn
      savematrix setmatrix
   end
 } def

/TGMAX
 { exch dup 3 1 roll exch dup 3 1 roll gt { pop } { exch pop } ifelse
 } def
/TGMIN
 { exch dup 3 1 roll exch dup 3 1 roll lt { pop } { exch pop } ifelse
 } def
/TGSW { stringwidth pop } def
/tgifstrw 0 def

/bd { bind def } bind def

/GS { gsave } bd
/GR { grestore } bd
/NP { newpath } bd
/CP { closepath } bd
/CHP { charpath } bd
/CT { curveto } bd
/L { lineto } bd
/RL { rlineto } bd
/M { moveto } bd
/RM { rmoveto } bd
/S { stroke } bd
/F { fill } bd
/TR { translate } bd
/RO { rotate } bd
/SC { scale } bd
/MU { mul } bd
/DI { div } bd
/DU { dup } bd
/NE { neg } bd
/AD { add } bd
/SU { sub } bd
/PO { pop } bd
/EX { exch } bd
/CO { concat } bd
/CL { clip } bd
/EC { eoclip } bd
/EF { eofill } bd
/IM { image } bd
/IMM { imagemask } bd
/ARY { array } bd
/SG { setgray } bd
/RG { setrgbcolor } bd
/SD { setdash } bd
/W { setlinewidth } bd
/SM { setmiterlimit } bd
/SLC { setlinecap } bd
/SLJ { setlinejoin } bd
/SH { show } bd
/FF { findfont } bd
/MS { makefont setfont } bd
/AR { arcto 4 {pop} repeat } bd
/CURP { currentpoint } bd
/FLAT { flattenpath strokepath clip newpath } bd
/TGSM { tgiforigctm setmatrix } def
/TGRM { savematrix setmatrix } def

end

%%EndProlog
%%Page: 1 1

%%PageBoundingBox: 92 585 395 830
tgifdict begin
/tgifsavedpage save def

1 SM
1 W

0 SG

72 0 MU 72 11.602 MU TR
72 128 DI 100.000 MU 100 DI DU NE SC

GS

/tgiforigctm matrix currentmatrix def

% OVAL
0 SG
GS
   GS
      NP 400 250 20 20 TGEL
      3 W
      S
   GR
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      400 250 M
      -17 -9 atan DU cos 8.000 MU 391 exch SU
      exch sin 8.000 MU 233 exch SU L
   TGSM
   1 W
   S
GR
GS
   TGSM
   NP
      391 233 8.000 3.000 -9 -17 TGAT
   1 SG CP F
   0 SG
   NP
      391 233 8.000 3.000 -9 -17 TGAT
   CP F
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      400 250 M
      -24 71 atan DU cos 8.000 MU exch sin 8.000 MU RM
      -24 71 atan DU cos 8.000 MU 471 exch SU
      exch sin 8.000 MU 226 exch SU L
   TGSM
   1 W
   S
GR
GS
   TGSM
   NP
      400 250 8.000 3.000 -71 24 TGAT
   1 SG CP F
   0 SG
   NP
      400 250 8.000 3.000 -71 24 TGAT
   CP F
GR
GS
   TGSM
   NP
      471 226 8.000 3.000 71 -24 TGAT
   1 SG CP F
   0 SG
   NP
      471 226 8.000 3.000 71 -24 TGAT
   CP F
GR

% TEXT
NP
0 SG
   GS
      1 W
      379 224 M
      GS
            0 SG
            /Courier FF [18 0 0 -18 0 0] MS
            (r) SH
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (wi) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      425 227 M
      GS
            0 SG
            /Courier FF [18 0 0 -18 0 0] MS
            (d) SH
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (i) SH
      GR
   GR

% OVAL
0 SG
GS
   GS
      NP 584 288 30 30 TGEL
      3 W
      S
   GR
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      584 288 M
      -21 21 atan DU cos 8.000 MU 605 exch SU
      exch sin 8.000 MU 267 exch SU L
   TGSM
   1 W
   S
GR
GS
   TGSM
   NP
      605 267 8.000 3.000 21 -21 TGAT
   1 SG CP F
   0 SG
   NP
      605 267 8.000 3.000 21 -21 TGAT
   CP F
GR

% TEXT
NP
0 SG
   GS
      1 W
      614 263 M
      GS
            0 SG
            /Courier FF [18 0 0 -18 0 0] MS
            (r) SH
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (wj) SH
      GR
   GR

% TEXT
NP
0 SG
   GS
      1 W
      252 37 M
      GS
        GS
        0
            /Courier FF [12 0 0 -12 0 0] MS
            (cylindrical shield ) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (cylindrical shield ) SH
      GR
      0 14 RM
      GS
        GS
        0
            /Courier FF [12 0 0 -12 0 0] MS
            (\(reference, conductor 0\)) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (\(reference, conductor 0\)) SH
      GR
   GR

% OVAL
0 SG
GS
   GS
      NP 470 226 230 214 TGEL
      4 W
      S
   GR
GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      473 226 M
      62 108 atan DU cos 8.000 MU exch sin 8.000 MU RM
      62 108 atan DU cos 8.000 MU 581 exch SU
      exch sin 8.000 MU 288 exch SU L
   TGSM
   1 W
   S
GR
GS
   TGSM
   NP
      473 226 8.000 3.000 -108 -62 TGAT
   1 SG CP F
   0 SG
   NP
      473 226 8.000 3.000 -108 -62 TGAT
   CP F
GR
GS
   TGSM
   NP
      581 288 8.000 3.000 108 62 TGAT
   1 SG CP F
   0 SG
   NP
      581 288 8.000 3.000 108 62 TGAT
   CP F
GR

% TEXT
NP
0 SG
   GS
      1 W
      518 240 M
      GS
            0 SG
            /Courier FF [18 0 0 -18 0 0] MS
            (d) SH
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (j) SH
      GR
   GR

% POLY/OPEN-SPLINE
0 SG
GS
   NP
      472 225 M
      -134 168 atan DU cos 8.000 MU exch sin 8.000 MU RM
      -134 168 atan DU cos 8.000 MU 640 exch SU
      exch sin 8.000 MU 91 exch SU L
   TGSM
   1 W
   S
GR
GS
   TGSM
   NP
      472 225 8.000 3.000 -168 134 TGAT
   1 SG CP F
   0 SG
   NP
      472 225 8.000 3.000 -168 134 TGAT
   CP F
GR
GS
   TGSM
   NP
      640 91 8.000 3.000 168 -134 TGAT
   1 SG CP F
   0 SG
   NP
      640 91 8.000 3.000 168 -134 TGAT
   CP F
GR

% TEXT
NP
0 SG
   GS
      1 W
      545 147 M
      GS
            0 SG
            /Courier FF [18 0 0 -18 0 0] MS
            (r) SH
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (s) SH
      GR
   GR

% POLY/OPEN-SPLINE
0 SG
GS
   [8 8] 0 SD
   NP
      401 250 M
      272 294 L
   TGSM
   1 W
   S
   [] 0 SD
GR

% POLY/OPEN-SPLINE
0 SG
GS
   [8 8] 0 SD
   NP
      581 287 M
      649 325 L
   TGSM
   1 W
   S
   [] 0 SD
GR

% ARC
0 SG
GS
   GS
      NP
         473 231 185 171 31 158 TGAN
      S
   GR
GR
GS
   TGSM
   NP
      635 316 8.000 3.000 179 -299 TGAT
   1 SG CP F
   0 SG
   NP
      635 316 8.000 3.000 179 -299 TGAT
   CP F
GR
GS
   TGSM
   NP
      298 287 8.000 3.000 -120 -323 TGAT
   1 SG CP F
   0 SG
   NP
      298 287 8.000 3.000 -120 -323 TGAT
   CP F
GR

% TEXT
NP
0 SG
   GS
      1 W
      477 388 M
      GS
        GS
        0
            /Symbol FF [18 0 0 -18 0 0] MS
            (q) TGSW 
        AD
            /Courier FF [12 0 0 -12 0 0] MS
            (ij) TGSW 
        AD
        GR
      2 DI NE 0 RM
            0 SG
            /Symbol FF [18 0 0 -18 0 0] MS
            (q) SH
            0 SG
            /Courier FF [12 0 0 -12 0 0] MS
            (ij) SH
      GR
   GR

GR
tgifsavedpage restore
end
showpage

%%Trailer
%MatchingCreationDate: Tue Dec 20 14:48:53 2016
%%DocumentFonts: Symbol
%%+ Courier
%%EOF