make distcheck happy
[gnucap-felix.git] / tests / d_bjt-diffpair-tr2.ckt
blobe89d4c230e4bad3dd692fbfac86d6f9bb59f7d56
1 difpair ckt - simple differential pair
2 * modified from Spice-3 examples
4 *>.opt rstray cstray outwidth=80
5 .option method=euler
7 vin 1 0 sin(0 0.1 5meg) ac 1 dc 0
8 vcc 8 0 12
9 vee 9 0 -12
10 q1 4 2 6 0 qnl
11 q2 5 3 6 0 qnl
12 rs1 1 2 1k
13 rs2 3 0 1k
14 rc1 4 8 10k
15 rc2 5 8 10k
16 q3 6 7 9 0 qnl
17 q4 7 7 9 0 qnl
18 rbias 7 8 20k
19 .model qnl npn(bf=80 rb=100 va=50 tr=.01)
21 *>.print op v(?)
22 *>.op
23 *>.print tran qbc(q*)
24 *>.tran 20ns 200ns
25 *>.print tran cmu(q*)
26 *>.tran 20ns 200ns
27 *>.print tran vbc(q*)
28 *>.tran 20ns 200ns
29 .plot tran v(5)
30 *>.plot tran v(5)(0,12)
31 .tran 10ns 500ns
33 .plot ac vm(5) vp(5)
34 *>.plot ac vm(5)(0,100) vp(5)(-180,180)
35 *>.ac dec 4 10k 10ghz
36 .op
37 .ac dec 4 10k 10ghz
38 *>.status notime
39 .end