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
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
(kicad_pcb (version 3) (host pcbnew "(2013-03-30 BZR 4007)-stable")
(general
(links 0)
(no_connects 0)
(area -16.90696 34.2816 284.688066 197.1694)
(thickness 1.6002)
(drawings 7)
(tracks 0)
(zones 0)
(modules 10)
(nets 1)
)
(page A4)
(layers
(15 Vorderseite signal)
(0 Rückseite signal)
(16 B.Adhes user)
(17 F.Adhes user)
(18 B.Paste user)
(19 F.Paste user)
(20 B.SilkS user)
(21 F.SilkS user)
(22 B.Mask user)
(23 F.Mask user)
(24 Dwgs.User user)
(25 Cmts.User user)
(26 Eco1.User user)
(27 Eco2.User user)
(28 Edge.Cuts user)
)
(setup
(last_trace_width 0.2032)
(trace_clearance 0.254)
(zone_clearance 0.508)
(zone_45_only no)
(trace_min 0.2032)
(segment_width 0.381)
(edge_width 0.381)
(via_size 0.889)
(via_drill 0.635)
(via_min_size 0.889)
(via_min_drill 0.508)
(uvia_size 0.508)
(uvia_drill 0.127)
(uvias_allowed no)
(uvia_min_size 0.508)
(uvia_min_drill 0.127)
(pcb_text_width 0.3048)
(pcb_text_size 1.524 2.032)
(mod_edge_width 0.381)
(mod_text_size 1.524 1.524)
(mod_text_width 0.3048)
(pad_size 1.5 1.5)
(pad_drill 0.8)
(pad_to_mask_clearance 0.254)
(aux_axis_origin 0 0)
(visible_elements 7FFFFFFF)
(pcbplotparams
(layerselection 3178497)
(usegerberextensions true)
(excludeedgelayer true)
(linewidth 60)
(plotframeref false)
(viasonmask false)
(mode 1)
(useauxorigin false)
(hpglpennumber 1)
(hpglpenspeed 20)
(hpglpendiameter 15)
(hpglpenoverlay 0)
(psnegative false)
(psa4output false)
(plotreference true)
(plotvalue true)
(plotothertext true)
(plotinvisibletext false)
(padsonsilk false)
(subtractmaskfromsilk false)
(outputformat 1)
(mirror false)
(drillshape 0)
(scaleselection 1)
(outputdirectory ""))
)
(net 0 "")
(net_class Default "Dies ist die voreingestellte Netzklasse."
(clearance 0.254)
(trace_width 0.2032)
(via_dia 0.889)
(via_drill 0.635)
(uvia_dia 0.508)
(uvia_drill 0.127)
(add_net "")
)
(module Gauge_100mm_Type2_SilkScreenTop_RevA_Date22Jun2010 (layer Vorderseite) (tedit 525A8D96) (tstamp 4D88F07A)
(at 132.75056 141.2494)
(descr "Gauge, Massstab, 100mm, SilkScreenTop, Type 2,")
(tags "Gauge, Massstab, 100mm, SilkScreenTop, Type 2,")
(path Gauge_100mm_Type2_SilkScreenTop_RevA_Date22Jun2010)
(fp_text reference MSC (at 4.0005 8.99922) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value Gauge_100mm_Type2_SilkScreenTop_RevA_Date22Jun2010 (at 45.9994 8.99922) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text user mm (at 9.99998 5.00126) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text user mm (at -4.0005 -8.99922) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text user mm (at -5.00126 -98.5012) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text user 10 (at 10.00506 3.0988) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 0 (at 0.00508 3.19786) (layer F.SilkS)
(effects (font (size 1.39954 1.50114) (thickness 0.29972)))
)
(fp_text user 5 (at 5.0038 3.29946) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 20 (at 20.1041 3.29946) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 30 (at 30.00502 3.39852) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 40 (at 40.005 3.50012) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 50 (at 50.00498 3.50012) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 60 (at 60.00496 3.50012) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 70 (at 70.00494 3.70078) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 80 (at 80.00492 3.79984) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 90 (at 90.1065 3.60172) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 100mm (at 100.10648 3.60172) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_line (start 0 -8.99922) (end -1.00076 -8.99922) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -8.001) (end -1.00076 -8.001) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -7.00024) (end -1.00076 -7.00024) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -5.99948) (end -1.00076 -5.99948) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -4.0005) (end -1.00076 -4.0005) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -2.99974) (end -1.00076 -2.99974) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -1.99898) (end -1.00076 -1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -1.00076) (end -1.00076 -1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 0 0) (end -1.99898 0) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -5.00126) (end -1.99898 -5.00126) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -9.99998) (end -1.99898 -9.99998) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -15.00124) (end -1.00076 -15.00124) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -19.99996) (end -1.99898 -19.99996) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -25.00122) (end -1.00076 -25.00122) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -29.99994) (end -1.99898 -29.99994) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -35.0012) (end -1.00076 -35.0012) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -39.99992) (end -1.99898 -39.99992) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -45.00118) (end -1.00076 -45.00118) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -49.9999) (end -1.99898 -49.9999) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -55.00116) (end -1.00076 -55.00116) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -59.99988) (end -1.99898 -59.99988) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -65.00114) (end -1.00076 -65.00114) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -69.99986) (end -1.99898 -69.99986) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -75.00112) (end -1.00076 -75.00112) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -79.99984) (end -1.99898 -79.99984) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -85.0011) (end -1.00076 -85.0011) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -89.99982) (end -1.99898 -89.99982) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -95.00108) (end -1.00076 -95.00108) (layer F.SilkS) (width 0.381))
(fp_line (start 0 0) (end 0 -99.9998) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -99.9998) (end -1.99898 -99.9998) (layer F.SilkS) (width 0.381))
(fp_text user 100 (at -4.99872 -100.7491) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 90 (at -4.0005 -89.7509) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 80 (at -4.0005 -79.99984) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 70 (at -4.0005 -69.99986) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 60 (at -4.0005 -59.99988) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 50 (at -4.0005 -49.9999) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.34036)))
)
(fp_text user 40 (at -4.0005 -39.99992) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 30 (at -4.0005 -29.99994) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 20 (at -4.0005 -19.99996) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_line (start 95.00108 0) (end 95.00108 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 89.99982 0) (end 89.99982 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 85.0011 0) (end 85.0011 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 79.99984 0) (end 79.99984 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 75.00112 0) (end 75.00112 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 69.99986 0) (end 69.99986 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 65.00114 0) (end 65.00114 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 59.99988 0) (end 59.99988 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 55.00116 0) (end 55.00116 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 49.9999 0) (end 49.9999 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 45.00118 0) (end 45.00118 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 39.99992 0) (end 39.99992 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 35.0012 0) (end 35.0012 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 29.99994 0) (end 29.99994 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 25.00122 0) (end 25.00122 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 19.99996 0) (end 19.99996 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 15.00124 0) (end 15.00124 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 9.99998 0) (end 99.9998 0) (layer F.SilkS) (width 0.381))
(fp_line (start 99.9998 0) (end 99.9998 1.99898) (layer F.SilkS) (width 0.381))
(fp_text user 5 (at -3.302 -5.10286) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 0 (at -3.4036 -0.10414) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_text user 10 (at -4.0005 -11.00074) (layer F.SilkS)
(effects (font (size 1.50114 1.50114) (thickness 0.29972)))
)
(fp_line (start 8.99922 0) (end 8.99922 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 8.001 0) (end 8.001 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 7.00024 0) (end 7.00024 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 5.99948 0) (end 5.99948 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 4.0005 0) (end 4.0005 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 2.99974 0) (end 2.99974 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 1.99898 0) (end 1.99898 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 1.00076 0) (end 1.00076 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 5.00126 0) (end 5.00126 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 0 0) (end 0 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 0 0) (end 9.99998 0) (layer F.SilkS) (width 0.381))
(fp_line (start 9.99998 0) (end 9.99998 1.99898) (layer F.SilkS) (width 0.381))
)
(module Symbol_CC-PublicDomain_SilkScreenTop_Big (layer Vorderseite) (tedit 515D641F) (tstamp 515F0B64)
(at 35 188)
(descr "Symbol, CC-PublicDomain, SilkScreen Top, Big,")
(tags "Symbol, CC-PublicDomain, SilkScreen Top, Big,")
(path Symbol_CC-Noncommercial_CopperTop_Big)
(fp_text reference Sym (at 0.59944 -7.29996) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value Symbol_CC-PublicDomain_SilkScreenTop_Big (at 0.59944 8.001) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_circle (center 0 0) (end 5.8 -0.05) (layer F.SilkS) (width 0.381))
(fp_circle (center 0 0) (end 5.5 0) (layer F.SilkS) (width 0.381))
(fp_circle (center 0.05 0) (end 5.25 0) (layer F.SilkS) (width 0.381))
(fp_line (start 1.1 -2.5) (end 1.4 -1.9) (layer F.SilkS) (width 0.381))
(fp_line (start -1.8 1.2) (end -1.6 1.9) (layer F.SilkS) (width 0.381))
(fp_line (start -1.6 1.9) (end -1.2 2.5) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -3) (end 0.75 -2.75) (layer F.SilkS) (width 0.381))
(fp_line (start 0.75 -2.75) (end 1 -2.25) (layer F.SilkS) (width 0.381))
(fp_line (start 1 -2.25) (end 1.5 -1) (layer F.SilkS) (width 0.381))
(fp_line (start 1.5 -1) (end 1.5 -0.5) (layer F.SilkS) (width 0.381))
(fp_line (start 1.5 -0.5) (end 1.5 0.5) (layer F.SilkS) (width 0.381))
(fp_line (start 1.5 0.5) (end 1.25 1.5) (layer F.SilkS) (width 0.381))
(fp_line (start 1.25 1.5) (end 0.75 2.5) (layer F.SilkS) (width 0.381))
(fp_line (start 0.75 2.5) (end 0.25 2.75) (layer F.SilkS) (width 0.381))
(fp_line (start 0.25 2.75) (end -0.25 2.75) (layer F.SilkS) (width 0.381))
(fp_line (start -0.25 2.75) (end -0.75 2.5) (layer F.SilkS) (width 0.381))
(fp_line (start -0.75 2.5) (end -1.25 1.75) (layer F.SilkS) (width 0.381))
(fp_line (start -1.25 1.75) (end -1.5 0.75) (layer F.SilkS) (width 0.381))
(fp_line (start -1.5 0.75) (end -1.5 -0.75) (layer F.SilkS) (width 0.381))
(fp_line (start -1.5 -0.75) (end -1.25 -1.75) (layer F.SilkS) (width 0.381))
(fp_line (start -1.25 -1.75) (end -1 -2.5) (layer F.SilkS) (width 0.381))
(fp_line (start -1 -2.5) (end -0.3 -2.9) (layer F.SilkS) (width 0.381))
(fp_line (start -0.3 -2.9) (end 0.2 -3) (layer F.SilkS) (width 0.381))
(fp_line (start 0.2 -3) (end 0.8 -3) (layer F.SilkS) (width 0.381))
(fp_line (start 0.8 -3) (end 1.4 -2.3) (layer F.SilkS) (width 0.381))
(fp_line (start 1.4 -2.3) (end 1.6 -1.4) (layer F.SilkS) (width 0.381))
(fp_line (start 1.6 -1.4) (end 1.7 -0.3) (layer F.SilkS) (width 0.381))
(fp_line (start 1.7 -0.3) (end 1.7 0.9) (layer F.SilkS) (width 0.381))
(fp_line (start 1.7 0.9) (end 1.4 1.8) (layer F.SilkS) (width 0.381))
(fp_line (start 1.4 1.8) (end 1 2.7) (layer F.SilkS) (width 0.381))
(fp_line (start 1 2.7) (end 0.5 3) (layer F.SilkS) (width 0.381))
(fp_line (start 0.5 3) (end -0.4 3) (layer F.SilkS) (width 0.381))
(fp_line (start -0.4 3) (end -1.3 2.3) (layer F.SilkS) (width 0.381))
(fp_line (start -1.3 2.3) (end -1.7 1) (layer F.SilkS) (width 0.381))
(fp_line (start -1.7 1) (end -1.8 -0.7) (layer F.SilkS) (width 0.381))
(fp_line (start -1.8 -0.7) (end -1.4 -2.2) (layer F.SilkS) (width 0.381))
(fp_line (start -1.4 -2.2) (end -1 -2.9) (layer F.SilkS) (width 0.381))
(fp_line (start -1 -2.9) (end -0.2 -3.3) (layer F.SilkS) (width 0.381))
(fp_line (start -0.2 -3.3) (end 0.7 -3.2) (layer F.SilkS) (width 0.381))
(fp_line (start 0.7 -3.2) (end 1.3 -3.1) (layer F.SilkS) (width 0.381))
(fp_line (start 1.3 -3.1) (end 1.7 -2.4) (layer F.SilkS) (width 0.381))
(fp_line (start 1.7 -2.4) (end 2 -1.6) (layer F.SilkS) (width 0.381))
(fp_line (start 2 -1.6) (end 2.1 -0.6) (layer F.SilkS) (width 0.381))
(fp_line (start 2.1 -0.6) (end 2.1 0.3) (layer F.SilkS) (width 0.381))
(fp_line (start 2.1 0.3) (end 2.1 1.3) (layer F.SilkS) (width 0.381))
(fp_line (start 2.1 1.3) (end 1.9 1.8) (layer F.SilkS) (width 0.381))
(fp_line (start 1.9 1.8) (end 1.5 2.6) (layer F.SilkS) (width 0.381))
(fp_line (start 1.5 2.6) (end 1.1 3) (layer F.SilkS) (width 0.381))
(fp_line (start 1.1 3) (end 0.4 3.3) (layer F.SilkS) (width 0.381))
(fp_line (start 0.4 3.3) (end -0.1 3.4) (layer F.SilkS) (width 0.381))
(fp_line (start -0.1 3.4) (end -0.8 3.2) (layer F.SilkS) (width 0.381))
(fp_line (start -0.8 3.2) (end -1.5 2.6) (layer F.SilkS) (width 0.381))
(fp_line (start -1.5 2.6) (end -1.9 1.7) (layer F.SilkS) (width 0.381))
(fp_line (start -1.9 1.7) (end -2.1 0.4) (layer F.SilkS) (width 0.381))
(fp_line (start -2.1 0.4) (end -2.1 -0.6) (layer F.SilkS) (width 0.381))
(fp_line (start -2.1 -0.6) (end -2 -1.6) (layer F.SilkS) (width 0.381))
(fp_line (start -2 -1.6) (end -1.7 -2.4) (layer F.SilkS) (width 0.381))
(fp_line (start -1.7 -2.4) (end -1.2 -3.1) (layer F.SilkS) (width 0.381))
(fp_line (start -1.2 -3.1) (end -0.4 -3.6) (layer F.SilkS) (width 0.381))
(fp_line (start -0.4 -3.6) (end 0.4 -3.6) (layer F.SilkS) (width 0.381))
(fp_line (start 0.4 -3.6) (end 1.1 -3.2) (layer F.SilkS) (width 0.381))
(fp_line (start 1.1 -3.2) (end 1.1 -2.9) (layer F.SilkS) (width 0.381))
(fp_line (start 1.1 -2.9) (end 1.8 -1.5) (layer F.SilkS) (width 0.381))
(fp_line (start 1.8 -1.5) (end 1.8 -0.4) (layer F.SilkS) (width 0.381))
(fp_line (start 1.8 -0.4) (end 1.8 1.1) (layer F.SilkS) (width 0.381))
(fp_line (start 1.8 1.1) (end 1.2 2.6) (layer F.SilkS) (width 0.381))
(fp_line (start 1.2 2.6) (end 0.2 3.2) (layer F.SilkS) (width 0.381))
(fp_line (start 0.2 3.2) (end -0.5 3.2) (layer F.SilkS) (width 0.381))
(fp_line (start -0.5 3.2) (end -1.1 2.7) (layer F.SilkS) (width 0.381))
(fp_line (start -1.1 2.7) (end -1.9 0.6) (layer F.SilkS) (width 0.381))
(fp_line (start -1.9 0.6) (end -1.7 -1.9) (layer F.SilkS) (width 0.381))
)
(module Symbol_CreativeCommons_SilkScreenTop_Type2_Big (layer Vorderseite) (tedit 515D640C) (tstamp 515F46B2)
(at 21 187.5)
(descr "Symbol, Creative Commons, SilkScreen Top, Type 2, Big,")
(tags "Symbol, Creative Commons, SilkScreen Top, Type 2, Big,")
(path Symbol_CreativeCommons_CopperTop_Type2_Big)
(fp_text reference Sym (at 0.59944 -7.29996) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value Symbol_CreativeCommons_Typ2_SilkScreenTop_Big (at 0.59944 8.001) (layer F.SilkS) hide
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -0.70104 2.70002) (end -0.29972 2.60096) (layer F.SilkS) (width 0.381))
(fp_line (start -0.29972 2.60096) (end -0.20066 2.10058) (layer F.SilkS) (width 0.381))
(fp_line (start -2.49936 -1.69926) (end -2.70002 -1.6002) (layer F.SilkS) (width 0.381))
(fp_line (start -2.70002 -1.6002) (end -3.0988 -1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start -3.0988 -1.00076) (end -3.29946 -0.50038) (layer F.SilkS) (width 0.381))
(fp_line (start -3.29946 -0.50038) (end -3.40106 0.39878) (layer F.SilkS) (width 0.381))
(fp_line (start -3.40106 0.39878) (end -3.29946 0.89916) (layer F.SilkS) (width 0.381))
(fp_line (start -0.19812 2.4003) (end -0.29718 2.59842) (layer F.SilkS) (width 0.381))
(fp_line (start 3.70078 2.10058) (end 3.79984 2.4003) (layer F.SilkS) (width 0.381))
(fp_line (start 2.99974 -2.4003) (end 3.29946 -2.30124) (layer F.SilkS) (width 0.381))
(fp_line (start 3.29946 -2.30124) (end 3.0988 -1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 0 -5.40004) (end -0.50038 -5.40004) (layer F.SilkS) (width 0.381))
(fp_line (start -0.50038 -5.40004) (end -1.30048 -5.10032) (layer F.SilkS) (width 0.381))
(fp_line (start -1.30048 -5.10032) (end -1.99898 -4.89966) (layer F.SilkS) (width 0.381))
(fp_line (start -1.99898 -4.89966) (end -2.70002 -4.699) (layer F.SilkS) (width 0.381))
(fp_line (start -2.70002 -4.699) (end -3.29946 -4.20116) (layer F.SilkS) (width 0.381))
(fp_line (start -3.29946 -4.20116) (end -4.0005 -3.59918) (layer F.SilkS) (width 0.381))
(fp_line (start -4.0005 -3.59918) (end -4.50088 -2.99974) (layer F.SilkS) (width 0.381))
(fp_line (start -4.50088 -2.99974) (end -5.00126 -2.10058) (layer F.SilkS) (width 0.381))
(fp_line (start -5.00126 -2.10058) (end -5.30098 -1.09982) (layer F.SilkS) (width 0.381))
(fp_line (start -5.30098 -1.09982) (end -5.40004 0.09906) (layer F.SilkS) (width 0.381))
(fp_line (start -5.40004 0.09906) (end -5.19938 1.30048) (layer F.SilkS) (width 0.381))
(fp_line (start -5.19938 1.30048) (end -4.8006 2.4003) (layer F.SilkS) (width 0.381))
(fp_line (start -4.8006 2.4003) (end -3.79984 3.8989) (layer F.SilkS) (width 0.381))
(fp_line (start -3.79984 3.8989) (end -2.60096 4.8006) (layer F.SilkS) (width 0.381))
(fp_line (start -2.60096 4.8006) (end -1.30048 5.30098) (layer F.SilkS) (width 0.381))
(fp_line (start -1.30048 5.30098) (end 0.09906 5.30098) (layer F.SilkS) (width 0.381))
(fp_line (start 0.09906 5.30098) (end 1.6002 5.19938) (layer F.SilkS) (width 0.381))
(fp_line (start 1.6002 5.19938) (end 2.60096 4.699) (layer F.SilkS) (width 0.381))
(fp_line (start 2.60096 4.699) (end 4.20116 3.40106) (layer F.SilkS) (width 0.381))
(fp_line (start 4.20116 3.40106) (end 5.00126 1.80086) (layer F.SilkS) (width 0.381))
(fp_line (start 5.00126 1.80086) (end 5.40004 0.29972) (layer F.SilkS) (width 0.381))
(fp_line (start 5.40004 0.29972) (end 5.19938 -1.39954) (layer F.SilkS) (width 0.381))
(fp_line (start 5.19938 -1.39954) (end 4.699 -2.49936) (layer F.SilkS) (width 0.381))
(fp_line (start 4.699 -2.49936) (end 3.40106 -4.09956) (layer F.SilkS) (width 0.381))
(fp_line (start 3.40106 -4.09956) (end 2.4003 -4.8006) (layer F.SilkS) (width 0.381))
(fp_line (start 2.4003 -4.8006) (end 1.39954 -5.19938) (layer F.SilkS) (width 0.381))
(fp_line (start 1.39954 -5.19938) (end 0 -5.30098) (layer F.SilkS) (width 0.381))
(fp_line (start 0.60198 -0.70104) (end 0.50292 -0.20066) (layer F.SilkS) (width 0.381))
(fp_line (start 0.50292 -0.20066) (end 0.50292 0.49784) (layer F.SilkS) (width 0.381))
(fp_line (start 0.50292 0.49784) (end 0.60198 1.09982) (layer F.SilkS) (width 0.381))
(fp_line (start 0.60198 1.09982) (end 1.00076 1.69926) (layer F.SilkS) (width 0.381))
(fp_line (start 1.00076 1.69926) (end 1.50114 2.19964) (layer F.SilkS) (width 0.381))
(fp_line (start 1.50114 2.19964) (end 2.10058 2.49936) (layer F.SilkS) (width 0.381))
(fp_line (start 2.10058 2.49936) (end 2.60096 2.59842) (layer F.SilkS) (width 0.381))
(fp_line (start 2.60096 2.59842) (end 3.00228 2.59842) (layer F.SilkS) (width 0.381))
(fp_line (start 3.00228 2.59842) (end 3.40106 2.59842) (layer F.SilkS) (width 0.381))
(fp_line (start 3.40106 2.59842) (end 3.80238 2.49936) (layer F.SilkS) (width 0.381))
(fp_line (start 3.80238 2.49936) (end 3.70078 2.2987) (layer F.SilkS) (width 0.381))
(fp_line (start 3.70078 2.2987) (end 2.80162 2.4003) (layer F.SilkS) (width 0.381))
(fp_line (start 2.80162 2.4003) (end 1.80086 2.09804) (layer F.SilkS) (width 0.381))
(fp_line (start 1.80086 2.09804) (end 1.20142 1.6002) (layer F.SilkS) (width 0.381))
(fp_line (start 1.20142 1.6002) (end 0.80264 0.6985) (layer F.SilkS) (width 0.381))
(fp_line (start 0.80264 0.6985) (end 0.70104 -0.29972) (layer F.SilkS) (width 0.381))
(fp_line (start 0.70104 -0.29972) (end 1.00076 -1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 1.00076 -1.00076) (end 1.60274 -1.7018) (layer F.SilkS) (width 0.381))
(fp_line (start 1.60274 -1.7018) (end 2.30124 -2.10058) (layer F.SilkS) (width 0.381))
(fp_line (start 2.30124 -2.10058) (end 3.00228 -2.10058) (layer F.SilkS) (width 0.381))
(fp_line (start 3.00228 -2.10058) (end 3.10134 -1.89992) (layer F.SilkS) (width 0.381))
(fp_line (start 3.10134 -1.89992) (end 2.5019 -1.89992) (layer F.SilkS) (width 0.381))
(fp_line (start 2.5019 -1.89992) (end 1.80086 -1.6002) (layer F.SilkS) (width 0.381))
(fp_line (start 1.80086 -1.6002) (end 1.30048 -1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start 1.30048 -1.00076) (end 1.00076 -0.40132) (layer F.SilkS) (width 0.381))
(fp_line (start 1.00076 -0.40132) (end 1.00076 0.09906) (layer F.SilkS) (width 0.381))
(fp_line (start 1.00076 0.09906) (end 1.00076 0.6985) (layer F.SilkS) (width 0.381))
(fp_line (start 1.00076 0.6985) (end 1.30048 1.19888) (layer F.SilkS) (width 0.381))
(fp_line (start 1.30048 1.19888) (end 1.7018 1.69926) (layer F.SilkS) (width 0.381))
(fp_line (start 1.7018 1.69926) (end 2.30124 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 2.30124 1.99898) (end 2.90068 2.09804) (layer F.SilkS) (width 0.381))
(fp_line (start 2.90068 2.09804) (end 3.40106 2.09804) (layer F.SilkS) (width 0.381))
(fp_line (start 3.40106 2.09804) (end 3.70078 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start 3.00228 -2.4003) (end 2.40284 -2.4003) (layer F.SilkS) (width 0.381))
(fp_line (start 2.40284 -2.4003) (end 2.00152 -2.20218) (layer F.SilkS) (width 0.381))
(fp_line (start 2.00152 -2.20218) (end 1.50114 -2.00152) (layer F.SilkS) (width 0.381))
(fp_line (start 1.50114 -2.00152) (end 1.10236 -1.6002) (layer F.SilkS) (width 0.381))
(fp_line (start 1.10236 -1.6002) (end 0.80264 -1.09982) (layer F.SilkS) (width 0.381))
(fp_line (start 0.80264 -1.09982) (end 0.60198 -0.70104) (layer F.SilkS) (width 0.381))
(fp_line (start -0.39878 -1.99898) (end -0.89916 -1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start -0.89916 -1.99898) (end -1.39954 -1.89738) (layer F.SilkS) (width 0.381))
(fp_line (start -1.39954 -1.89738) (end -1.89992 -1.59766) (layer F.SilkS) (width 0.381))
(fp_line (start -1.89992 -1.59766) (end -2.4003 -1.19888) (layer F.SilkS) (width 0.381))
(fp_line (start -2.4003 -1.30048) (end -2.70002 -0.8001) (layer F.SilkS) (width 0.381))
(fp_line (start -2.70002 -0.8001) (end -2.79908 -0.29972) (layer F.SilkS) (width 0.381))
(fp_line (start -2.79908 -0.29972) (end -2.79908 0.20066) (layer F.SilkS) (width 0.381))
(fp_line (start -2.79908 0.20066) (end -2.59842 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start -2.69748 1.00076) (end -2.39776 1.39954) (layer F.SilkS) (width 0.381))
(fp_line (start -2.29616 1.4986) (end -1.79578 1.89992) (layer F.SilkS) (width 0.381))
(fp_line (start -1.79578 1.89992) (end -1.29794 2.09804) (layer F.SilkS) (width 0.381))
(fp_line (start -1.29794 2.09804) (end -0.89662 2.19964) (layer F.SilkS) (width 0.381))
(fp_line (start -0.89662 2.19964) (end -0.49784 2.19964) (layer F.SilkS) (width 0.381))
(fp_line (start -0.49784 2.19964) (end -0.19812 2.09804) (layer F.SilkS) (width 0.381))
(fp_line (start -0.19812 2.09804) (end -0.29718 2.4003) (layer F.SilkS) (width 0.381))
(fp_line (start -0.29718 2.4003) (end -0.89662 2.49936) (layer F.SilkS) (width 0.381))
(fp_line (start -0.89662 2.49936) (end -1.59766 2.2987) (layer F.SilkS) (width 0.381))
(fp_line (start -1.59766 2.2987) (end -2.29616 1.79832) (layer F.SilkS) (width 0.381))
(fp_line (start -2.29616 1.79832) (end -2.79654 1.29794) (layer F.SilkS) (width 0.381))
(fp_line (start -2.79908 1.39954) (end -2.99974 0.70104) (layer F.SilkS) (width 0.381))
(fp_line (start -2.99974 0.70104) (end -3.0988 0) (layer F.SilkS) (width 0.381))
(fp_line (start -3.0988 0) (end -2.99974 -0.59944) (layer F.SilkS) (width 0.381))
(fp_line (start -2.99974 -0.8001) (end -2.70002 -1.30048) (layer F.SilkS) (width 0.381))
(fp_line (start -2.70002 -1.09982) (end -2.19964 -1.6002) (layer F.SilkS) (width 0.381))
(fp_line (start -2.19964 -1.69926) (end -1.69926 -1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start -1.69926 -1.99898) (end -1.19888 -2.19964) (layer F.SilkS) (width 0.381))
(fp_line (start -1.19888 -2.19964) (end -0.6985 -2.19964) (layer F.SilkS) (width 0.381))
(fp_line (start -0.6985 -2.19964) (end -0.29972 -2.19964) (layer F.SilkS) (width 0.381))
(fp_line (start -0.29972 -2.19964) (end -0.20066 -2.39776) (layer F.SilkS) (width 0.381))
(fp_line (start -0.20066 -2.39776) (end -0.59944 -2.49936) (layer F.SilkS) (width 0.381))
(fp_line (start -0.59944 -2.49936) (end -1.00076 -2.49936) (layer F.SilkS) (width 0.381))
(fp_line (start -1.00076 -2.49936) (end -1.4986 -2.39776) (layer F.SilkS) (width 0.381))
(fp_line (start -1.4986 -2.39776) (end -2.10058 -2.09804) (layer F.SilkS) (width 0.381))
(fp_line (start -2.10058 -2.09804) (end -2.59842 -1.69926) (layer F.SilkS) (width 0.381))
(fp_line (start -2.59842 -1.6002) (end -3.0988 -0.89916) (layer F.SilkS) (width 0.381))
(fp_line (start -3.0988 -0.89916) (end -3.29946 -0.29972) (layer F.SilkS) (width 0.381))
(fp_line (start -3.29946 -0.29972) (end -3.29946 0.40132) (layer F.SilkS) (width 0.381))
(fp_line (start -3.29946 0.40132) (end -3.2004 1.00076) (layer F.SilkS) (width 0.381))
(fp_line (start -3.29946 0.8001) (end -2.99974 1.39954) (layer F.SilkS) (width 0.381))
(fp_line (start -2.89814 1.4986) (end -2.49682 1.99898) (layer F.SilkS) (width 0.381))
(fp_line (start -2.49682 1.99898) (end -1.89738 2.4003) (layer F.SilkS) (width 0.381))
(fp_line (start -1.89738 2.4003) (end -1.19634 2.59842) (layer F.SilkS) (width 0.381))
(fp_line (start -1.19634 2.59842) (end -0.69596 2.70002) (layer F.SilkS) (width 0.381))
(fp_line (start -2.9972 1.19888) (end -2.59842 1.19888) (layer F.SilkS) (width 0.381))
(fp_circle (center 0 0) (end 5.08 1.016) (layer F.SilkS) (width 0.381))
(fp_circle (center 0 0) (end 5.588 0) (layer F.SilkS) (width 0.381))
)
(module HTFS-Series_LEM-HallEffektCurrentTransducer_RevA_16Oct2013 (layer Vorderseite) (tedit 525EE51B) (tstamp 525EE8A7)
(at 235.5 60.25)
(fp_text reference U (at 0.075 -24.6) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HTFS-Series_LEM-HallEffektCurrentTransducer_RevA_16Oct2013 (at -0.325 30.575) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_circle (center 9.5 12) (end 9.675 12.125) (layer F.SilkS) (width 0.381))
(fp_line (start 13 10.5) (end 14 10.5) (layer F.SilkS) (width 0.381))
(fp_line (start 13 8.5) (end 14 8.5) (layer F.SilkS) (width 0.381))
(fp_line (start 13.5 8.5) (end 13.5 10.5) (layer F.SilkS) (width 0.381))
(fp_circle (center 9.5 12) (end 10 12) (layer F.SilkS) (width 0.381))
(fp_circle (center 9.5 12) (end 11.5 13.5) (layer F.SilkS) (width 0.381))
(fp_line (start 20.05 14.65) (end 19.85 14.3) (layer F.SilkS) (width 0.381))
(fp_line (start 19.85 14.3) (end 19.65 14) (layer F.SilkS) (width 0.381))
(fp_line (start 19.65 14) (end 19.4 13.75) (layer F.SilkS) (width 0.381))
(fp_line (start 19.4 13.75) (end 19.2 13.5) (layer F.SilkS) (width 0.381))
(fp_line (start 19.2 13.5) (end 19.1 13.35) (layer F.SilkS) (width 0.381))
(fp_line (start 19.1 13.35) (end 19 13.05) (layer F.SilkS) (width 0.381))
(fp_line (start 13 19) (end 13.3 19.05) (layer F.SilkS) (width 0.381))
(fp_line (start 13.3 19.05) (end 13.5 19.15) (layer F.SilkS) (width 0.381))
(fp_line (start 13.5 19.15) (end 13.75 19.4) (layer F.SilkS) (width 0.381))
(fp_line (start 13.75 19.4) (end 14.1 19.7) (layer F.SilkS) (width 0.381))
(fp_line (start 14.1 19.7) (end 14.4 19.9) (layer F.SilkS) (width 0.381))
(fp_line (start 14.4 19.9) (end 14.85 20.15) (layer F.SilkS) (width 0.381))
(fp_line (start 14.85 20.15) (end 15.4 20.35) (layer F.SilkS) (width 0.381))
(fp_line (start 15.4 20.35) (end 15.8 20.45) (layer F.SilkS) (width 0.381))
(fp_line (start 15.8 20.45) (end 16.2 20.5) (layer F.SilkS) (width 0.381))
(fp_line (start 16.2 20.5) (end 16.7 20.5) (layer F.SilkS) (width 0.381))
(fp_line (start 16.7 20.5) (end 17.15 20.45) (layer F.SilkS) (width 0.381))
(fp_line (start 17.15 20.45) (end 17.6 20.35) (layer F.SilkS) (width 0.381))
(fp_line (start 17.6 20.35) (end 18.05 20.2) (layer F.SilkS) (width 0.381))
(fp_line (start 18.05 20.2) (end 18.55 19.95) (layer F.SilkS) (width 0.381))
(fp_line (start 18.55 19.95) (end 19.05 19.6) (layer F.SilkS) (width 0.381))
(fp_line (start 19.05 19.6) (end 19.5 19.15) (layer F.SilkS) (width 0.381))
(fp_line (start 19.5 19.15) (end 19.75 18.85) (layer F.SilkS) (width 0.381))
(fp_line (start 19.75 18.85) (end 19.9 18.6) (layer F.SilkS) (width 0.381))
(fp_line (start 19.9 18.6) (end 20.15 18.15) (layer F.SilkS) (width 0.381))
(fp_line (start 20.15 18.15) (end 20.3 17.75) (layer F.SilkS) (width 0.381))
(fp_line (start 20.3 17.75) (end 20.4 17.35) (layer F.SilkS) (width 0.381))
(fp_line (start 20.4 17.35) (end 20.45 17.05) (layer F.SilkS) (width 0.381))
(fp_line (start 20.45 17.05) (end 20.5 16.75) (layer F.SilkS) (width 0.381))
(fp_line (start 20.5 16.75) (end 20.5 16.45) (layer F.SilkS) (width 0.381))
(fp_line (start 20.5 16.45) (end 20.5 16.15) (layer F.SilkS) (width 0.381))
(fp_line (start 20.5 16.15) (end 20.45 15.8) (layer F.SilkS) (width 0.381))
(fp_line (start 20.45 15.8) (end 20.35 15.4) (layer F.SilkS) (width 0.381))
(fp_line (start 20.35 15.4) (end 20.2 14.95) (layer F.SilkS) (width 0.381))
(fp_line (start 20.2 14.95) (end 20.05 14.65) (layer F.SilkS) (width 0.381))
(fp_line (start 8 19) (end 13 19) (layer F.SilkS) (width 0.381))
(fp_line (start -8 19) (end -13 19) (layer F.SilkS) (width 0.381))
(fp_line (start -19 13.05) (end -19.05 13.25) (layer F.SilkS) (width 0.381))
(fp_line (start -19.05 13.25) (end -19.15 13.5) (layer F.SilkS) (width 0.381))
(fp_line (start -19.15 13.5) (end -19.35 13.7) (layer F.SilkS) (width 0.381))
(fp_line (start -19.35 13.7) (end -19.65 14.05) (layer F.SilkS) (width 0.381))
(fp_line (start -19.65 14.05) (end -19.85 14.3) (layer F.SilkS) (width 0.381))
(fp_line (start -19.85 14.3) (end -20 14.55) (layer F.SilkS) (width 0.381))
(fp_line (start -20 14.55) (end -20.15 14.85) (layer F.SilkS) (width 0.381))
(fp_line (start -20.15 14.85) (end -20.3 15.2) (layer F.SilkS) (width 0.381))
(fp_line (start -20.3 15.2) (end -20.45 15.8) (layer F.SilkS) (width 0.381))
(fp_line (start -20.45 15.8) (end -20.5 16.2) (layer F.SilkS) (width 0.381))
(fp_line (start -20.5 16.2) (end -20.5 16.65) (layer F.SilkS) (width 0.381))
(fp_line (start -20.5 16.65) (end -20.45 17.05) (layer F.SilkS) (width 0.381))
(fp_line (start -20.45 17.05) (end -20.4 17.45) (layer F.SilkS) (width 0.381))
(fp_line (start -20.4 17.45) (end -20.3 17.8) (layer F.SilkS) (width 0.381))
(fp_line (start -20.3 17.8) (end -20.1 18.25) (layer F.SilkS) (width 0.381))
(fp_line (start -20.1 18.25) (end -19.9 18.6) (layer F.SilkS) (width 0.381))
(fp_line (start -19.9 18.6) (end -19.6 19) (layer F.SilkS) (width 0.381))
(fp_line (start -19.6 19) (end -19.3 19.35) (layer F.SilkS) (width 0.381))
(fp_line (start -19.3 19.35) (end -18.85 19.75) (layer F.SilkS) (width 0.381))
(fp_line (start -18.85 19.75) (end -18.45 20) (layer F.SilkS) (width 0.381))
(fp_line (start -18.45 20) (end -17.9 20.25) (layer F.SilkS) (width 0.381))
(fp_line (start -17.9 20.25) (end -17.4 20.4) (layer F.SilkS) (width 0.381))
(fp_line (start -17.4 20.4) (end -17.15 20.45) (layer F.SilkS) (width 0.381))
(fp_line (start -17.15 20.45) (end -16.6 20.5) (layer F.SilkS) (width 0.381))
(fp_line (start -16.6 20.5) (end -16.25 20.5) (layer F.SilkS) (width 0.381))
(fp_line (start -16.25 20.5) (end -15.85 20.45) (layer F.SilkS) (width 0.381))
(fp_line (start -15.85 20.45) (end -15.5 20.4) (layer F.SilkS) (width 0.381))
(fp_line (start -15.5 20.4) (end -15 20.2) (layer F.SilkS) (width 0.381))
(fp_line (start -15 20.2) (end -14.6 20.05) (layer F.SilkS) (width 0.381))
(fp_line (start -14.6 20.05) (end -14.3 19.85) (layer F.SilkS) (width 0.381))
(fp_line (start -14.3 19.85) (end -13.9 19.55) (layer F.SilkS) (width 0.381))
(fp_line (start -13.9 19.55) (end -13.6 19.25) (layer F.SilkS) (width 0.381))
(fp_line (start -13.6 19.25) (end -13.35 19.1) (layer F.SilkS) (width 0.381))
(fp_line (start -13.35 19.1) (end -13 19) (layer F.SilkS) (width 0.381))
(fp_line (start -19 8) (end -19 13) (layer F.SilkS) (width 0.381))
(fp_line (start -13.05 -19) (end -13.3 -19.05) (layer F.SilkS) (width 0.381))
(fp_line (start -13.3 -19.05) (end -13.6 -19.25) (layer F.SilkS) (width 0.381))
(fp_line (start -13.6 -19.25) (end -13.85 -19.5) (layer F.SilkS) (width 0.381))
(fp_line (start -13.85 -19.5) (end -14.1 -19.7) (layer F.SilkS) (width 0.381))
(fp_line (start -14.1 -19.7) (end -14.5 -19.95) (layer F.SilkS) (width 0.381))
(fp_line (start -14.5 -19.95) (end -14.85 -20.15) (layer F.SilkS) (width 0.381))
(fp_line (start -14.85 -20.15) (end -15.3 -20.3) (layer F.SilkS) (width 0.381))
(fp_line (start -15.3 -20.3) (end -15.8 -20.45) (layer F.SilkS) (width 0.381))
(fp_line (start -15.8 -20.45) (end -16.25 -20.5) (layer F.SilkS) (width 0.381))
(fp_line (start -16.25 -20.5) (end -16.75 -20.5) (layer F.SilkS) (width 0.381))
(fp_line (start -16.75 -20.5) (end -17.15 -20.45) (layer F.SilkS) (width 0.381))
(fp_line (start -17.15 -20.45) (end -17.6 -20.35) (layer F.SilkS) (width 0.381))
(fp_line (start -17.6 -20.35) (end -18.05 -20.2) (layer F.SilkS) (width 0.381))
(fp_line (start -18.05 -20.2) (end -18.35 -20.05) (layer F.SilkS) (width 0.381))
(fp_line (start -18.35 -20.05) (end -18.7 -19.85) (layer F.SilkS) (width 0.381))
(fp_line (start -18.7 -19.85) (end -19.1 -19.55) (layer F.SilkS) (width 0.381))
(fp_line (start -19.1 -19.55) (end -19.4 -19.25) (layer F.SilkS) (width 0.381))
(fp_line (start -19.4 -19.25) (end -19.65 -18.95) (layer F.SilkS) (width 0.381))
(fp_line (start -19.65 -18.95) (end -20.05 -18.35) (layer F.SilkS) (width 0.381))
(fp_line (start -20.05 -18.35) (end -20.2 -18.05) (layer F.SilkS) (width 0.381))
(fp_line (start -20.2 -18.05) (end -20.3 -17.7) (layer F.SilkS) (width 0.381))
(fp_line (start -20.3 -17.7) (end -20.4 -17.4) (layer F.SilkS) (width 0.381))
(fp_line (start -20.4 -17.4) (end -20.5 -16.85) (layer F.SilkS) (width 0.381))
(fp_line (start -20.5 -16.85) (end -20.5 -16.25) (layer F.SilkS) (width 0.381))
(fp_line (start -20.5 -16.25) (end -20.4 -15.65) (layer F.SilkS) (width 0.381))
(fp_line (start -20.4 -15.65) (end -20.25 -15.1) (layer F.SilkS) (width 0.381))
(fp_line (start -20.25 -15.1) (end -20 -14.55) (layer F.SilkS) (width 0.381))
(fp_line (start -20 -14.55) (end -19.75 -14.15) (layer F.SilkS) (width 0.381))
(fp_line (start -19.75 -14.15) (end -19.45 -13.8) (layer F.SilkS) (width 0.381))
(fp_line (start -19.45 -13.8) (end -19.15 -13.45) (layer F.SilkS) (width 0.381))
(fp_line (start -19.15 -13.45) (end -19.05 -13.25) (layer F.SilkS) (width 0.381))
(fp_line (start -19.05 -13.25) (end -19 -13.05) (layer F.SilkS) (width 0.381))
(fp_line (start 19 -12.95) (end 19.05 -13.3) (layer F.SilkS) (width 0.381))
(fp_line (start 19.05 -13.3) (end 19.4 -13.7) (layer F.SilkS) (width 0.381))
(fp_line (start 19.4 -13.7) (end 19.7 -14.05) (layer F.SilkS) (width 0.381))
(fp_line (start 19.7 -14.05) (end 20 -14.55) (layer F.SilkS) (width 0.381))
(fp_line (start 20 -14.55) (end 20.25 -15.05) (layer F.SilkS) (width 0.381))
(fp_line (start 20.25 -15.05) (end 20.4 -15.6) (layer F.SilkS) (width 0.381))
(fp_line (start 20.4 -15.6) (end 20.5 -16.35) (layer F.SilkS) (width 0.381))
(fp_line (start 20.5 -16.35) (end 20.5 -16.75) (layer F.SilkS) (width 0.381))
(fp_line (start 20.5 -16.75) (end 20.45 -17.15) (layer F.SilkS) (width 0.381))
(fp_line (start 20.45 -17.15) (end 20.4 -17.4) (layer F.SilkS) (width 0.381))
(fp_line (start 20.4 -17.4) (end 20.3 -17.75) (layer F.SilkS) (width 0.381))
(fp_line (start 20.3 -17.75) (end 20.15 -18.15) (layer F.SilkS) (width 0.381))
(fp_line (start 20.15 -18.15) (end 19.9 -18.6) (layer F.SilkS) (width 0.381))
(fp_line (start 19.9 -18.6) (end 19.7 -18.9) (layer F.SilkS) (width 0.381))
(fp_line (start 19.7 -18.9) (end 19.45 -19.2) (layer F.SilkS) (width 0.381))
(fp_line (start 19.45 -19.2) (end 19.1 -19.55) (layer F.SilkS) (width 0.381))
(fp_line (start 19.1 -19.55) (end 18.85 -19.75) (layer F.SilkS) (width 0.381))
(fp_line (start 18.85 -19.75) (end 18.55 -19.95) (layer F.SilkS) (width 0.381))
(fp_line (start 18.55 -19.95) (end 18.25 -20.1) (layer F.SilkS) (width 0.381))
(fp_line (start 18.25 -20.1) (end 17.9 -20.25) (layer F.SilkS) (width 0.381))
(fp_line (start 17.9 -20.25) (end 17.55 -20.35) (layer F.SilkS) (width 0.381))
(fp_line (start 17.55 -20.35) (end 17.35 -20.4) (layer F.SilkS) (width 0.381))
(fp_line (start 17.35 -20.4) (end 17.05 -20.45) (layer F.SilkS) (width 0.381))
(fp_line (start 17.05 -20.45) (end 16.7 -20.5) (layer F.SilkS) (width 0.381))
(fp_line (start 16.7 -20.5) (end 16.35 -20.5) (layer F.SilkS) (width 0.381))
(fp_line (start 16.35 -20.5) (end 16.15 -20.5) (layer F.SilkS) (width 0.381))
(fp_line (start 16.15 -20.5) (end 15.9 -20.45) (layer F.SilkS) (width 0.381))
(fp_line (start 15.9 -20.45) (end 15.45 -20.35) (layer F.SilkS) (width 0.381))
(fp_line (start 15.45 -20.35) (end 15.1 -20.25) (layer F.SilkS) (width 0.381))
(fp_line (start 15.1 -20.25) (end 14.85 -20.15) (layer F.SilkS) (width 0.381))
(fp_line (start 14.85 -20.15) (end 14.55 -20) (layer F.SilkS) (width 0.381))
(fp_line (start 14.55 -20) (end 14.25 -19.8) (layer F.SilkS) (width 0.381))
(fp_line (start 14.25 -19.8) (end 13.9 -19.55) (layer F.SilkS) (width 0.381))
(fp_line (start 13.9 -19.55) (end 13.6 -19.25) (layer F.SilkS) (width 0.381))
(fp_line (start 13.6 -19.25) (end 13.4 -19.1) (layer F.SilkS) (width 0.381))
(fp_line (start 13.4 -19.1) (end 13.1 -19) (layer F.SilkS) (width 0.381))
(fp_line (start 13.1 -19) (end 12.95 -19) (layer F.SilkS) (width 0.381))
(fp_line (start -19 -13) (end -19 -8) (layer F.SilkS) (width 0.381))
(fp_line (start -8 -19) (end -13 -19) (layer F.SilkS) (width 0.381))
(fp_line (start 13 -19) (end 8 -19) (layer F.SilkS) (width 0.381))
(fp_line (start 19 -8) (end 19 -13) (layer F.SilkS) (width 0.381))
(fp_line (start 19 8) (end 19 13) (layer F.SilkS) (width 0.381))
(fp_line (start 5 27) (end 5 20) (layer F.SilkS) (width 0.381))
(fp_line (start 5 27) (end -3 27) (layer F.SilkS) (width 0.381))
(fp_line (start -3 27) (end -3 20.5) (layer F.SilkS) (width 0.381))
(fp_circle (center 0 0) (end 20.5 0) (layer F.SilkS) (width 0.381))
(fp_circle (center 0 0) (end 11.5 0) (layer F.SilkS) (width 0.381))
(pad "" np_thru_hole circle (at 0 0) (size 22 22) (drill 22)
(layers *.Cu *.Mask F.SilkS)
)
(pad "" np_thru_hole circle (at 16.5 -16.5) (size 4 4) (drill 4)
(layers *.Cu *.Mask F.SilkS)
)
(pad "" np_thru_hole circle (at -16.5 -16.5) (size 4 4) (drill 4)
(layers *.Cu *.Mask F.SilkS)
)
(pad "" np_thru_hole circle (at -16.5 16.5) (size 4 4) (drill 4)
(layers *.Cu *.Mask F.SilkS)
)
(pad "" np_thru_hole circle (at 16.5 16.5) (size 4 4) (drill 4)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at 0 16) (size 1.5 1.5) (drill 0.8)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at 0 18.54) (size 1.5 1.5) (drill 0.8)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at 0 21.08) (size 1.5 1.5) (drill 0.8)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at 0 23.62) (size 1.5 1.5) (drill 0.8)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HTFS-Serie_LEM-HallEffectTransducer_Faktor03937_RevA_16Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module HX02_HX03_HallEffectCurrentTransducer_RevA_13Oct2013 (layer Vorderseite) (tedit 525EE718) (tstamp 525EF404)
(at 62.75 44.75)
(fp_text reference U (at 0.1 -10.8) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HX02_HX03_HallEffectCurrentTransducer_RevA_13Oct2013 (at 0.1 10.2) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -9.5 7.7) (end 9.5 7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 7.7) (end 9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 -7.7) (end -9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start -9.5 -7.7) (end -9.5 7.7) (layer F.SilkS) (width 0.381))
(pad 5 thru_hole circle (at 4.35 -3) (size 2 2) (drill 1)
(layers *.Cu *.Mask F.SilkS)
)
(pad 6 thru_hole circle (at 4.35 3) (size 2 2) (drill 1)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at -6.5 1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at -6.5 -1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at -6.5 -3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at -6.5 3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HX02_HX03_LEM-HallEffectTransducer_Faktor03937_RevA_13Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module HX04_HX05_HallEffectCurrentTransducer_RevA_13Oct2013 (layer Vorderseite) (tedit 525EE727) (tstamp 525EF530)
(at 62 77.25)
(fp_text reference U (at 0.1 -10.8) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HX04_HX05_HallEffectCurrentTransducer_RevA_13Oct2013 (at 0.1 10.2) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -9.5 7.7) (end 9.5 7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 7.7) (end 9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 -7.7) (end -9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start -9.5 -7.7) (end -9.5 7.7) (layer F.SilkS) (width 0.381))
(pad 5 thru_hole circle (at 4.35 -3) (size 2.2 2.2) (drill 1.2)
(layers *.Cu *.Mask F.SilkS)
)
(pad 6 thru_hole circle (at 4.35 3) (size 2.2 2.2) (drill 1.2)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at -6.5 1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at -6.5 -1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at -6.5 -3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at -6.5 3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HX04_HX05_LEM-HallEffectTransducer_Faktor03937_RevA_13Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module HX06_HX10_HallEffectCurrentTransducer_RevA_13Oct2013 (layer Vorderseite) (tedit 525EE734) (tstamp 525EF65C)
(at 63.75 107.5)
(fp_text reference U (at 0.1 -10.8) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HX06_HX10_HallEffectCurrentTransducer_RevA_13Oct2013 (at 0.1 10.2) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -9.5 7.7) (end 9.5 7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 7.7) (end 9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 -7.7) (end -9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start -9.5 -7.7) (end -9.5 7.7) (layer F.SilkS) (width 0.381))
(pad 5 thru_hole circle (at 4.35 -3) (size 2.7 2.7) (drill 1.5)
(layers *.Cu *.Mask F.SilkS)
)
(pad 6 thru_hole circle (at 4.35 3) (size 2.7 2.7) (drill 1.5)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at -6.5 1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at -6.5 -1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at -6.5 -3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at -6.5 3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HX06_HX10_LEM-HallEffectTransducer_Faktor03937_RevA_13Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module HX15_HallEffectCurrentTransducer_RevA_13Oct2013 (layer Vorderseite) (tedit 525EE73E) (tstamp 525EF788)
(at 62 135)
(fp_text reference U (at 0.1 -10.8) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HX15_HallEffectCurrentTransducer_RevA_13Oct2013 (at 0.1 10.2) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -9.5 7.7) (end 9.5 7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 7.7) (end 9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 -7.7) (end -9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start -9.5 -7.7) (end -9.5 7.7) (layer F.SilkS) (width 0.381))
(pad 5 thru_hole circle (at 4.35 -3) (size 3.2 3.2) (drill 1.9)
(layers *.Cu *.Mask F.SilkS)
)
(pad 6 thru_hole circle (at 4.35 3) (size 3.2 3.2) (drill 1.9)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at -6.5 1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at -6.5 -1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at -6.5 -3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at -6.5 3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HX15_LEM-HallEffectTransducer_Faktor03937_RevA_13Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module HX20_HX25_HallEffectCurrentTransducer_RevA_13Oct2013 (layer Vorderseite) (tedit 525EE748) (tstamp 525EF8B4)
(at 172 49.25)
(fp_text reference U (at 0.1 -10.8) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HX20_HX25_HallEffectCurrentTransducer_RevA_13Oct2013 (at 0.1 10.2) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -9.5 7.7) (end 9.5 7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 7.7) (end 9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 -7.7) (end -9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start -9.5 -7.7) (end -9.5 7.7) (layer F.SilkS) (width 0.381))
(pad 5 thru_hole circle (at 4.35 -3) (size 3.8 3.8) (drill 2.2)
(layers *.Cu *.Mask F.SilkS)
)
(pad 6 thru_hole circle (at 4.35 3) (size 3.8 3.8) (drill 2.2)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at -6.5 1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at -6.5 -1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at -6.5 -3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at -6.5 3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HX20_HX25_LEM-HallEffectTransducer_Faktor03937_RevA_13Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(module HX50_HallEffectCurrentTransducer_RevA_13Oct2013 (layer Vorderseite) (tedit 525EE754) (tstamp 525EF9E0)
(at 173.75 105.75)
(fp_text reference U (at 0.1 -10.8) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_text value HX50_HallEffectCurrentTransducer_RevA_13Oct2013 (at 0.1 10.2) (layer F.SilkS)
(effects (font (size 1.524 1.524) (thickness 0.3048)))
)
(fp_line (start -9.5 7.7) (end 9.5 7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 7.7) (end 9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start 9.5 -7.7) (end -9.5 -7.7) (layer F.SilkS) (width 0.381))
(fp_line (start -9.5 -7.7) (end -9.5 7.7) (layer F.SilkS) (width 0.381))
(pad 5 thru_hole oval (at 7.7 0) (size 3 11) (drill oval 1.5 8)
(layers *.Cu *.Mask F.SilkS)
)
(pad 6 thru_hole oval (at 2.3 0) (size 3 11) (drill oval 1.5 8)
(layers *.Cu *.Mask F.SilkS)
)
(pad 3 thru_hole circle (at -6.5 1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 2 thru_hole circle (at -6.5 -1.27) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 1 thru_hole circle (at -6.5 -3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(pad 4 thru_hole circle (at -6.5 3.81) (size 1.75 1.75) (drill 0.8128)
(layers *.Cu *.Mask F.SilkS)
)
(model LEM_HallEffectTransducers_Wings3d_RevA_13Oct2012/HX50_LEM-HallEffectTransducer_Faktor03937_RevA_13Oct2013.wrl
(at (xyz 0 0 0))
(scale (xyz 0.3937 0.3937 0.3937))
(rotate (xyz 0 0 0))
)
)
(gr_text http://creativecommons.org/ (at 98 192.5) (layer F.SilkS)
(effects (font (size 3 3) (thickness 0.6)))
)
(gr_text "For suggestions\nand improvements\nplease contact \nme at\nbernd.wiebus@gmx.de" (at 251.16884 103.2191) (layer F.SilkS)
(effects (font (size 2.70002 1.99898) (thickness 0.50038) italic))
)
(gr_text "1:1 Print! Check dimension by controlling the gauge!" (at 177.24882 152.25014) (layer F.SilkS)
(effects (font (size 2.49936 2.49936) (thickness 0.29972)))
)
(gr_text "Licence: CC-Zero / Public Domain \nNO RESTRICTION ! NO WARRANTY!" (at 102.2501 180.50064) (layer F.SilkS)
(effects (font (size 4.0005 4.0005) (thickness 0.59944)))
)
(gr_text "Author: Bernd Wiebus / Uedem / Germany / 13 October 2013" (at 114.50012 172.24958) (layer F.SilkS)
(effects (font (size 4.0005 4.0005) (thickness 0.59944)))
)
(gr_text LEM_HallEffectTransducers_RevA_13Oct2012.mod (at 114.00028 165.9989) (layer F.SilkS)
(effects (font (size 4.0005 4.0005) (thickness 0.59944)))
)
(gr_text "KiCAD Footprints of some LEM hall effect current transducers from the file " (at 136.75 159) (layer F.SilkS)
(effects (font (size 4.0005 4.0005) (thickness 0.59944)))
)
)