Ticket #71124: example.cir
File example.cir, 443 bytes (added by hughsonm (Max Hughson), 3 weeks ago) |
---|
Line | |
---|---|
1 | *spara analysis |
2 | .subckt sparackt p1 p2 |
3 | ags_2_2_n1 p1 int_a1_a1_0 filter_ags_2_2_n1 |
4 | .model filter_ags_2_2_n1 s_xfer(gain = 1 num_coeff = [1e6] den_coeff = [1 1e6] int_ic = [0 0]) |
5 | es_1_1_n1 p2 gnd int_a1_a1_0 gnd 1 |
6 | .ends |
7 | vpulse1 in 0 pwl (0 0 7.32p 1 0.5n 1) |
8 | xsubckt in out sparackt |
9 | rout out 0 50 |
10 | ** to be used with rfm (.include tf_sxfer.cir) |
11 | .control |
12 | tran 7.2993e-9 1.23872e-6 |
13 | plot v(in) |
14 | plot v(out) |
15 | set filetype=ascii |
16 | write rc.raw all |
17 | .endc |