-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathReferenceBias2.net
917 lines (917 loc) · 33.2 KB
/
ReferenceBias2.net
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
(export (version D)
(design
(source D:\Documents\Kicad\NewBiasReference\ReferenceBias.sch)
(date "18/08/2019 13:53:20")
(tool "Eeschema (5.1.2)-2")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
(company)
(rev)
(date)
(source ReferenceBias.sch)
(comment (number 1) (value ""))
(comment (number 2) (value ""))
(comment (number 3) (value ""))
(comment (number 4) (value "")))))
(components
(comp (ref J2)
(value "IF Out")
(footprint Connector_Coaxial:SMA_Amphenol_132134-16_Vertical)
(datasheet " ~")
(libsource (lib Connector) (part Conn_Coaxial) (description "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF12A6A))
(comp (ref J3)
(value "Ref In")
(footprint Connector_Coaxial:SMA_Amphenol_132134-16_Vertical)
(datasheet " ~")
(libsource (lib Connector) (part Conn_Coaxial) (description "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF12BB2))
(comp (ref J4)
(value LNB)
(footprint Connector_Coaxial:BNC_TEConnectivity_1478204_Vertical)
(datasheet " ~")
(libsource (lib Connector) (part Conn_Coaxial) (description "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF12C00))
(comp (ref J1)
(value "DC Input")
(footprint Connector_BarrelJack:BarrelJack_Horizontal)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x02_Female) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF12CB5))
(comp (ref F1)
(value Polyfuse)
(footprint Fuse:Fuse_1210_3225Metric_Pad1.42x2.65mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part Polyfuse) (description "resettable fuse, polymeric positive temperature coefficient (PPTC)"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF12F5E))
(comp (ref D1)
(value 1N4001)
(footprint Diode_SMD:D_SOD-323_HandSoldering)
(libsource (lib pspice) (part DIODE) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BF13019))
(comp (ref C4)
(value 2.2n)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF13114))
(comp (ref C6)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF1325A))
(comp (ref L4)
(value 220n)
(footprint Inductor_SMD:L_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(libsource (lib pspice) (part INDUCTOR) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BF13357))
(comp (ref C3)
(value 24p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF1354E))
(comp (ref C1)
(value 39p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF135F0))
(comp (ref R7)
(value 82)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF13C66))
(comp (ref R8)
(value 47)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF13DED))
(comp (ref C5)
(value 33p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF13F5A))
(comp (ref L2)
(value 56n)
(footprint Inductor_SMD:L_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF14802))
(comp (ref L1)
(value 82n)
(footprint Inductor_SMD:L_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF148CE))
(comp (ref L3)
(value 150n)
(footprint Inductor_SMD:L_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF149A0))
(comp (ref C2)
(value 56p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part C) (description "Unpolarized capacitor"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF149FC))
(comp (ref R1)
(value 100)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF1FF9E))
(comp (ref R5)
(value 100)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF20008))
(comp (ref R2)
(value 300)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF2005A))
(comp (ref R6)
(value 300)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF200B0))
(comp (ref R3)
(value 75)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF20ECA))
(comp (ref R4)
(value 18)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF2299C))
(comp (ref L5)
(value 10u)
(footprint Inductor_SMD:L_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(libsource (lib pspice) (part INDUCTOR) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5BF2B548))
(comp (ref MH1)
(value M3)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole_Pad) (description "Mounting Hole with connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF4109C))
(comp (ref MH2)
(value M3)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole_Pad) (description "Mounting Hole with connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF41167))
(comp (ref MH3)
(value M3)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole_Pad) (description "Mounting Hole with connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF411D1))
(comp (ref MH4)
(value M3)
(footprint MountingHole:MountingHole_3.2mm_M3_DIN965)
(datasheet ~)
(libsource (lib Mechanical) (part MountingHole_Pad) (description "Mounting Hole with connection"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF41223))
(comp (ref D2)
(value LED)
(footprint LED_THT:LED_D3.0mm)
(datasheet ~)
(libsource (lib Device) (part LED) (description "LED generic"))
(sheetpath (names /) (tstamps /))
(tstamp 5BF19837))
(comp (ref R9)
(value 10k)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5BF1997D))
(comp (ref Y2)
(value 25MHz)
(footprint Crystal:Crystal_HC49-U_Vertical)
(datasheet ~)
(libsource (lib Device) (part Crystal) (description "Two pin crystal"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A25CA))
(comp (ref Y3)
(value 25MHz)
(footprint Crystal:Crystal_HC49-U_Vertical)
(datasheet ~)
(libsource (lib Device) (part Crystal) (description "Two pin crystal"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A261E))
(comp (ref C8)
(value ??)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A268C))
(comp (ref C9)
(value 15p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A28FF))
(comp (ref R10)
(value 1k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A31DD))
(comp (ref R11)
(value 1k)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A326D))
(comp (ref Q1)
(value BFR92)
(footprint Package_TO_SOT_SMD:SOT-323_SC-70)
(datasheet http://www.nxp.com/documents/data_sheet/BFR92A_N.pdf)
(libsource (lib Transistor_BJT) (part BFR92) (description "0.025A Ic, 15V Vce, 5GHz Wideband NPN Transistor, SOT-323"))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A33BD))
(comp (ref R12)
(value 100R)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A3736))
(comp (ref C11)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A410C))
(comp (ref C12)
(value 1n)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A4FB1))
(comp (ref R13)
(value 47R)
(footprint Resistor_SMD:R_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A5446))
(comp (ref L7)
(value 100n)
(footprint Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A54D5))
(comp (ref L8)
(value 330n)
(footprint Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A559F))
(comp (ref C14)
(value 100p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A580E))
(comp (ref L9)
(value 100n)
(footprint Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A5F18))
(comp (ref C16)
(value 100p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2A5F68))
(comp (ref C13)
(value 100n)
(footprint Capacitor_SMD:C_0805_2012Metric)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2C96C6))
(comp (ref L6)
(value 1u)
(footprint Inductor_SMD:L_1812_4532Metric_Pad1.30x3.40mm_HandSolder)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5D714387))
(comp (ref C7)
(value 33p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D71544E))
(comp (ref Y1)
(value AST3TQ-T-25.000MHZ-28)
(footprint AST3TQ-T-25.000MHZ-28:OSC_AST3TQ-T-25.000MHZ-28)
(datasheet https://www.mouser.co.uk/datasheet/2/3/AST3TQ-28-461101.pdf)
(fields
(field (name Field4) "SMD-4 Abracon")
(field (name Field5) AST3TQ-T-25.000MHZ-28)
(field (name Field6) 535-12700-ND)
(field (name Field7) "±0.28ppm Stability Tcxo Over -40? To 85?")
(field (name Field8) https://www.digikey.com/product-detail/en/abracon-llc/AST3TQ-T-25.000MHZ-28/535-12700-ND/5017691?utm_source=snapeda&utm_medium=aggregator&utm_campaign=symbol))
(libsource (lib AST3TQ-T-25.000MHZ-28) (part AST3TQ-T-25.000MHZ-28) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D72ABE4))
(comp (ref RV1)
(value 10k)
(footprint Potentiometer_SMD:Potentiometer_Bourns_3269W_Vertical)
(datasheet ~)
(libsource (lib Device) (part R_POT) (description Potentiometer))
(sheetpath (names /) (tstamps /))
(tstamp 5D842352))
(comp (ref U2)
(value LT6654AHS6-3-TRMPBF)
(footprint "MJW Footprints:LT6654AHS6-3-TRMPBF")
(libsource (lib LT6654) (part LT6654AHS6-3-TRMPBF) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D85D03C))
(comp (ref C15)
(value 1u)
(footprint Capacitor_SMD:C_1210_3225Metric_Pad1.42x2.65mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D89F617))
(comp (ref J5)
(value Sel)
(footprint Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical)
(datasheet ~)
(libsource (lib Connector) (part Conn_01x03_Male) (description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)"))
(sheetpath (names /) (tstamps /))
(tstamp 5D8E8AB4))
(comp (ref C17)
(value 1n)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D8FE65D))
(comp (ref U1)
(value L78L05_SOT89)
(footprint Package_TO_SOT_SMD:SOT-89-3)
(datasheet http://www.st.com/content/ccc/resource/technical/document/datasheet/15/55/e5/aa/23/5b/43/fd/CD00000446.pdf/files/CD00000446.pdf/jcr:content/translations/en.CD00000446.pdf)
(libsource (lib Regulator_Linear) (part L78L05_SOT89) (description "Positive 100mA 30V Linear Regulator, Fixed Output 5V, SOT-89"))
(sheetpath (names /) (tstamps /))
(tstamp 5D90F0C8))
(comp (ref C18)
(value 4.7u)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5D9193D8))
(comp (ref C10)
(value 4.7u)
(footprint Capacitor_SMD:C_1206_3216Metric)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5C2ACFFB))
(comp (ref R14)
(value 1R)
(footprint Resistor_SMD:R_0805_2012Metric)
(datasheet ~)
(libsource (lib Device) (part R) (description Resistor))
(sheetpath (names /) (tstamps /))
(tstamp 5D917C79))
(comp (ref L10)
(value 0.33uH)
(footprint Inductor_SMD:L_1210_3225Metric)
(datasheet ~)
(libsource (lib Device) (part L) (description Inductor))
(sheetpath (names /) (tstamps /))
(tstamp 5D963619))
(comp (ref Y4)
(value D75F-025.0M)
(footprint Kicad:D75F0250M)
(datasheet http://www.conwin.com/datasheets/tx/tx237.pdf)
(fields
(field (name Description) "XTAL OSC TCXO 25.0000MHZ LVCMOS")
(field (name Height) 2)
(field (name Manufacturer_Name) "Connor Winfield")
(field (name Manufacturer_Part_Number) D75F-025.0M))
(libsource (lib D75F-025.0M) (part D75F-025.0M) (description "XTAL OSC TCXO 25.0000MHZ LVCMOS"))
(sheetpath (names /) (tstamps /))
(tstamp 5D9B0E91))
(comp (ref C19)
(value 15p)
(footprint Capacitor_SMD:C_0805_2012Metric_Pad1.15x1.40mm_HandSolder)
(datasheet ~)
(libsource (lib pspice) (part C) (description ""))
(sheetpath (names /) (tstamps /))
(tstamp 5DA1021A)))
(libparts
(libpart (lib AST3TQ-T-25.000MHZ-28) (part AST3TQ-T-25.000MHZ-28)
(fields
(field (name Reference) Y)
(field (name Value) AST3TQ-T-25.000MHZ-28)
(field (name Footprint) OSC_AST3TQ-T-25.000MHZ-28)
(field (name Datasheet) "Abracon LLC")
(field (name Field4) "SMD-4 Abracon")
(field (name Field5) AST3TQ-T-25.000MHZ-28)
(field (name Field6) 535-12700-ND)
(field (name Field7) "±0.28ppm Stability Tcxo Over -40? To 85?")
(field (name Field8) https://www.digikey.com/product-detail/en/abracon-llc/AST3TQ-T-25.000MHZ-28/535-12700-ND/5017691?utm_source=snapeda&utm_medium=aggregator&utm_campaign=symbol))
(pins
(pin (num 1) (name NC) (type passive))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name OUTPUT) (type output))
(pin (num 4) (name VDD) (type power_in))))
(libpart (lib Connector) (part Conn_01x02_Female)
(description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x02_Female))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))))
(libpart (lib Connector) (part Conn_01x03_Male)
(description "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)")
(docs ~)
(footprints
(fp Connector*:*_1x??_*))
(fields
(field (name Reference) J)
(field (name Value) Conn_01x03_Male))
(pins
(pin (num 1) (name Pin_1) (type passive))
(pin (num 2) (name Pin_2) (type passive))
(pin (num 3) (name Pin_3) (type passive))))
(libpart (lib Connector) (part Conn_Coaxial)
(description "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, ...)")
(docs " ~")
(footprints
(fp *BNC*)
(fp *SMA*)
(fp *SMB*)
(fp *SMC*)
(fp *Cinch*))
(fields
(field (name Reference) J)
(field (name Value) Conn_Coaxial))
(pins
(pin (num 1) (name In) (type passive))
(pin (num 2) (name Ext) (type passive))))
(libpart (lib D75F-025.0M) (part D75F-025.0M)
(description "XTAL OSC TCXO 25.0000MHZ LVCMOS")
(docs http://www.conwin.com/datasheets/tx/tx237.pdf)
(fields
(field (name Reference) Y)
(field (name Value) D75F-025.0M)
(field (name Footprint) D75F0250M)
(field (name Datasheet) http://www.conwin.com/datasheets/tx/tx237.pdf)
(field (name Description) "XTAL OSC TCXO 25.0000MHZ LVCMOS")
(field (name Height) 2)
(field (name Manufacturer_Name) "Connor Winfield")
(field (name Manufacturer_Part_Number) D75F-025.0M))
(pins
(pin (num 1) (name DNC_1) (type BiDi))
(pin (num 2) (name DNC_2) (type BiDi))
(pin (num 3) (name DNC_3) (type BiDi))
(pin (num 4) (name GND) (type BiDi))
(pin (num 5) (name OUTPUT) (type BiDi))
(pin (num 6) (name DNC_4) (type BiDi))
(pin (num 7) (name DNC_5) (type BiDi))
(pin (num 8) (name TRI-STATE_ENABLE/DISABLE) (type BiDi))
(pin (num 9) (name SUPPLY_VOLTAGE_VCC) (type BiDi))
(pin (num 10) (name N/C) (type BiDi))))
(libpart (lib Device) (part C)
(description "Unpolarized capacitor")
(docs ~)
(footprints
(fp C_*))
(fields
(field (name Reference) C)
(field (name Value) C))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part Crystal)
(description "Two pin crystal")
(docs ~)
(footprints
(fp Crystal*))
(fields
(field (name Reference) Y)
(field (name Value) Crystal))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part L)
(description Inductor)
(docs ~)
(footprints
(fp Choke_*)
(fp *Coil*)
(fp Inductor_*)
(fp L_*))
(fields
(field (name Reference) L)
(field (name Value) L))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))))
(libpart (lib Device) (part LED)
(description "LED generic")
(docs ~)
(footprints
(fp LED*)
(fp LED_SMD:*)
(fp LED_THT:*))
(fields
(field (name Reference) D)
(field (name Value) LED))
(pins
(pin (num 1) (name K) (type passive))
(pin (num 2) (name A) (type passive))))
(libpart (lib Device) (part Polyfuse)
(description "resettable fuse, polymeric positive temperature coefficient (PPTC)")
(docs ~)
(footprints
(fp *polyfuse*)
(fp *PTC*))
(fields
(field (name Reference) F)
(field (name Value) Polyfuse))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part R)
(description Resistor)
(docs ~)
(footprints
(fp R_*))
(fields
(field (name Reference) R)
(field (name Value) R))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib Device) (part R_POT)
(description Potentiometer)
(docs ~)
(footprints
(fp Potentiometer*))
(fields
(field (name Reference) RV)
(field (name Value) R_POT))
(pins
(pin (num 1) (name 1) (type passive))
(pin (num 2) (name 2) (type passive))
(pin (num 3) (name 3) (type passive))))
(libpart (lib LT6654) (part LT6654AHS6-3-TRMPBF)
(footprints
(fp TSOT-23_S6)
(fp TSOT-23_S6-M)
(fp TSOT-23_S6-L))
(fields
(field (name Reference) U)
(field (name Value) LT6654AHS6-3-TRMPBF)
(field (name Footprint) TSOT-23_S6))
(pins
(pin (num 1) (name GND) (type power_in))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name DNC) (type NotConnected))
(pin (num 4) (name VIN) (type input))
(pin (num 5) (name DNC) (type NotConnected))
(pin (num 6) (name VOUT) (type output))))
(libpart (lib Mechanical) (part MountingHole_Pad)
(description "Mounting Hole with connection")
(docs ~)
(footprints
(fp MountingHole*Pad*))
(fields
(field (name Reference) MH)
(field (name Value) MountingHole_Pad))
(pins
(pin (num 1) (name 1) (type input))))
(libpart (lib Regulator_Linear) (part MC78L05_SOT89)
(aliases
(alias MC78L08_SOT89)
(alias MC78L12_SOT89)
(alias L78L33_SOT89)
(alias L78L05_SOT89)
(alias L78L06_SOT89)
(alias L78L08_SOT89)
(alias L78L09_SOT89)
(alias L78L10_SOT89)
(alias L78L12_SOT89)
(alias L78L15_SOT89)
(alias L78L18_SOT89)
(alias L78L24_SOT89))
(description "Positive 100mA 30V Linear Regulator, Fixed Output 5V, SOT-89")
(docs http://www.fairchildsemi.com/ds/LM/LM78L05A.pdf)
(footprints
(fp SOT?89*))
(fields
(field (name Reference) U)
(field (name Value) MC78L05_SOT89)
(field (name Footprint) Package_TO_SOT_SMD:SOT-89-3))
(pins
(pin (num 1) (name OUT) (type power_out))
(pin (num 2) (name GND) (type power_in))
(pin (num 3) (name IN) (type power_in))))
(libpart (lib Transistor_BJT) (part BFR92)
(description "0.025A Ic, 15V Vce, 5GHz Wideband NPN Transistor, SOT-323")
(docs http://www.nxp.com/documents/data_sheet/BFR92A_N.pdf)
(footprints
(fp SOT?323*))
(fields
(field (name Reference) Q)
(field (name Value) BFR92)
(field (name Footprint) Package_TO_SOT_SMD:SOT-323_SC-70))
(pins
(pin (num 1) (name B) (type input))
(pin (num 2) (name E) (type passive))
(pin (num 3) (name C) (type passive))))
(libpart (lib pspice) (part CAP)
(aliases
(alias C))
(fields
(field (name Reference) C)
(field (name Value) CAP))
(pins
(pin (num 1) (name ~) (type passive))
(pin (num 2) (name ~) (type passive))))
(libpart (lib pspice) (part DIODE)
(fields
(field (name Reference) D)
(field (name Value) DIODE))
(pins
(pin (num 1) (name K) (type input))
(pin (num 2) (name A) (type input))))
(libpart (lib pspice) (part INDUCTOR)
(fields
(field (name Reference) L)
(field (name Value) INDUCTOR))
(pins
(pin (num 1) (name 1) (type input))
(pin (num 2) (name 2) (type input)))))
(libraries
(library (logical AST3TQ-T-25.000MHZ-28)
(uri D:\Documents\Kicad\NewBiasReference/AST3TQ-T-25.000MHZ-28.lib))
(library (logical Connector)
(uri D:\KiCad\share\kicad\library/Connector.lib))
(library (logical D75F-025.0M)
(uri D:\Documents\Kicad\NewBiasReference/D75F-025.0M.lib))
(library (logical Device)
(uri D:\KiCad\share\kicad\library/Device.lib))
(library (logical LT6654)
(uri D:\Documents\Kicad\NewBiasReference/LT6654.lib))
(library (logical Mechanical)
(uri D:\KiCad\share\kicad\library/Mechanical.lib))
(library (logical Regulator_Linear)
(uri D:\KiCad\share\kicad\library/Regulator_Linear.lib))
(library (logical Transistor_BJT)
(uri D:\KiCad\share\kicad\library/Transistor_BJT.lib))
(library (logical pspice)
(uri D:\KiCad\share\kicad\library/pspice.lib)))
(nets
(net (code 1) (name "Net-(C7-Pad1)")
(node (ref Y2) (pin 1))
(node (ref L6) (pin 2))
(node (ref C7) (pin 1)))
(net (code 2) (name "Net-(C15-Pad1)")
(node (ref RV1) (pin 3))
(node (ref U2) (pin 6))
(node (ref C15) (pin 1))
(node (ref Y4) (pin 9))
(node (ref Y1) (pin 4)))
(net (code 3) (name "Net-(RV1-Pad2)")
(node (ref RV1) (pin 2))
(node (ref Y1) (pin 1)))
(net (code 4) (name GND)
(node (ref C18) (pin 2))
(node (ref U1) (pin 2))
(node (ref C16) (pin 2))
(node (ref R6) (pin 2))
(node (ref R2) (pin 2))
(node (ref R5) (pin 2))
(node (ref R1) (pin 2))
(node (ref MH1) (pin 1))
(node (ref MH2) (pin 1))
(node (ref MH3) (pin 1))
(node (ref MH4) (pin 1))
(node (ref C15) (pin 2))
(node (ref C6) (pin 1))
(node (ref D2) (pin 1))
(node (ref R7) (pin 2))
(node (ref J1) (pin 2))
(node (ref J4) (pin 2))
(node (ref J3) (pin 2))
(node (ref J2) (pin 2))
(node (ref C2) (pin 1))
(node (ref L2) (pin 2))
(node (ref C5) (pin 1))
(node (ref R11) (pin 2))
(node (ref C8) (pin 2))
(node (ref C14) (pin 2))
(node (ref C11) (pin 2))
(node (ref R12) (pin 2))
(node (ref U2) (pin 1))
(node (ref Y4) (pin 4))
(node (ref RV1) (pin 1))
(node (ref C19) (pin 1))
(node (ref C10) (pin 2))
(node (ref C7) (pin 2))
(node (ref Y1) (pin 2))
(node (ref U2) (pin 2))
(node (ref C13) (pin 2)))
(net (code 5) (name "Net-(J5-Pad2)")
(node (ref J5) (pin 2))
(node (ref L6) (pin 1)))
(net (code 6) (name "Net-(U2-Pad3)")
(node (ref U2) (pin 3)))
(net (code 7) (name "Net-(L7-Pad1)")
(node (ref R13) (pin 1))
(node (ref L7) (pin 1)))
(net (code 8) (name "Net-(C16-Pad1)")
(node (ref C16) (pin 1))
(node (ref L9) (pin 1))
(node (ref L8) (pin 2)))
(net (code 9) (name "Net-(C14-Pad1)")
(node (ref C14) (pin 1))
(node (ref L7) (pin 2))
(node (ref L8) (pin 1)))
(net (code 10) (name "Net-(C12-Pad1)")
(node (ref C12) (pin 1))
(node (ref R13) (pin 2)))
(net (code 11) (name "Net-(C8-Pad1)")
(node (ref Y2) (pin 2))
(node (ref Y3) (pin 1))
(node (ref C8) (pin 1)))
(net (code 12) (name "Net-(Y4-Pad3)")
(node (ref Y4) (pin 3)))
(net (code 13) (name "Net-(Y4-Pad2)")
(node (ref Y4) (pin 2)))
(net (code 14) (name "Net-(Y4-Pad1)")
(node (ref Y4) (pin 1)))
(net (code 15) (name "Net-(C18-Pad1)")
(node (ref C6) (pin 2))
(node (ref L5) (pin 2))
(node (ref D1) (pin 2))
(node (ref C18) (pin 1))
(node (ref R9) (pin 2))
(node (ref R14) (pin 2)))
(net (code 16) (name "Net-(Y4-Pad6)")
(node (ref Y4) (pin 6)))
(net (code 17) (name "Net-(L10-Pad1)")
(node (ref R14) (pin 1))
(node (ref L10) (pin 1)))
(net (code 18) (name "Net-(C10-Pad1)")
(node (ref C10) (pin 1))
(node (ref U1) (pin 3))
(node (ref L10) (pin 2)))
(net (code 19) (name "Net-(C17-Pad1)")
(node (ref Y1) (pin 3))
(node (ref C19) (pin 2))
(node (ref C17) (pin 1))
(node (ref Y4) (pin 5)))
(net (code 20) (name "Net-(Y4-Pad10)")
(node (ref Y4) (pin 10)))
(net (code 21) (name "Net-(Y4-Pad8)")
(node (ref Y4) (pin 8)))
(net (code 22) (name "Net-(Y4-Pad7)")
(node (ref Y4) (pin 7)))
(net (code 23) (name "Net-(U2-Pad5)")
(node (ref U2) (pin 5)))
(net (code 24) (name "Net-(C17-Pad2)")
(node (ref C17) (pin 2))
(node (ref J5) (pin 3)))
(net (code 25) (name "Net-(C11-Pad1)")
(node (ref U2) (pin 4))
(node (ref U1) (pin 1))
(node (ref C11) (pin 1))
(node (ref R10) (pin 1))
(node (ref Q1) (pin 3))
(node (ref C13) (pin 1)))
(net (code 26) (name "Net-(J3-Pad1)")
(node (ref J5) (pin 1))
(node (ref J3) (pin 1)))
(net (code 27) (name "Net-(J2-Pad1)")
(node (ref R3) (pin 1))
(node (ref J2) (pin 1))
(node (ref R1) (pin 1)))
(net (code 28) (name "Net-(L9-Pad2)")
(node (ref R2) (pin 1))
(node (ref L9) (pin 2))
(node (ref R4) (pin 1)))
(net (code 29) (name "Net-(C1-Pad1)")
(node (ref R3) (pin 2))
(node (ref C1) (pin 1))
(node (ref R5) (pin 1)))
(net (code 30) (name "Net-(L1-Pad1)")
(node (ref R4) (pin 2))
(node (ref R6) (pin 1))
(node (ref L1) (pin 1)))
(net (code 31) (name "Net-(F1-Pad2)")
(node (ref F1) (pin 2))
(node (ref J1) (pin 1)))
(net (code 32) (name "Net-(C4-Pad2)")
(node (ref R8) (pin 1))
(node (ref C4) (pin 2)))
(net (code 33) (name "Net-(C2-Pad2)")
(node (ref L3) (pin 1))
(node (ref C2) (pin 2))
(node (ref L1) (pin 2)))
(net (code 34) (name "Net-(C5-Pad2)")
(node (ref L4) (pin 2))
(node (ref L5) (pin 1))
(node (ref C5) (pin 2)))
(net (code 35) (name "Net-(D1-Pad1)")
(node (ref F1) (pin 1))
(node (ref D1) (pin 1)))
(net (code 36) (name "Net-(C4-Pad1)")
(node (ref J4) (pin 1))
(node (ref C4) (pin 1))
(node (ref L4) (pin 1)))
(net (code 37) (name "Net-(C1-Pad2)")
(node (ref L2) (pin 1))
(node (ref C1) (pin 2))
(node (ref C3) (pin 1)))
(net (code 38) (name "Net-(C3-Pad2)")
(node (ref C3) (pin 2))
(node (ref L3) (pin 2))
(node (ref R8) (pin 2))
(node (ref R7) (pin 1)))
(net (code 39) (name "Net-(C9-Pad2)")
(node (ref Y3) (pin 2))
(node (ref C9) (pin 2)))
(net (code 40) (name "Net-(C12-Pad2)")
(node (ref Q1) (pin 2))
(node (ref R12) (pin 1))
(node (ref C12) (pin 2)))
(net (code 41) (name "Net-(C9-Pad1)")
(node (ref C9) (pin 1))
(node (ref R10) (pin 2))
(node (ref R11) (pin 1))
(node (ref Q1) (pin 1)))
(net (code 42) (name "Net-(D2-Pad2)")
(node (ref D2) (pin 2))
(node (ref R9) (pin 1)))))