check prequeueing in sock
[gnucap-felix.git] / tests / d_bjt-diffpair-tran.ckt
blob15782ad9f416029e0d2a2ca3b94d394b17a90b61
1 difpair ckt - simple differential pair
2 * modified from Spice-3 examples
4 *>.opt rstray cstray outwidth=80
6 vin 1 0 sin(0 0.1 5meg) ac 1 dc 0
7 vcc 8 0 12
8 vee 9 0 -12
9 q1 4 2 6 0 qnl
10 q2 5 3 6 0 qnl
11 rs1 1 2 1k
12 rs2 3 0 1k
13 rc1 4 8 10k
14 rc2 5 8 10k
15 q3 6 7 9 0 qnl
16 q4 7 7 9 0 qnl
17 rbias 7 8 20k
18 .model qnl npn(bf=80 rb=100 va=50 ccs=20pf)
20 *>.print tran v(4) v(5)
21 *>.print op v(?)
22 .op
23 .plot tran v(4) v(5)
24 *>.plot tran v(4)(0,8) v(5)(0,8)
25 .tran 10ns 500ns
26 *>.print tran qcs(q*)
27 *>.tran 10ns 300ns
28 *>.print tran ccs(q*)
29 *>.tran 10ns 300ns
30 *>.print tran vcs(q*)
31 *>.tran 10ns 300ns
32 .status notime
33 .end