repo.or.cz
/
gnucap-felix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump to -rc12
[gnucap-felix.git]
/
tests
/
bm_table.2.2.ckt
blob
3e365bba8c60f5e1dd3e59a0c08e08097d531eba
1
# TABLE as quadratic
2
Vs 1 0 dc 1u
3
v1 2 0 dc 1 ac 1
4
e2 6 0 2 0 t1
5
e3 7 0 2 1 t1
6
e0 5 0 2 0 posy(1,2) odd
7
e1 3 0 5 0 t2
8
e1 4 0 5 1 t2
9
.model t1 table 0,0 1,1 2,4 3,9 4,16 5,25 order=2 below=0
10
.model t2 table 0,0 1,1 4,2 9,3 16,4 25,5 order=2 below=1.56984
11
.option out=120
12
.list
13
.print op v(1 2 3 4 5 6 7)
14
.op
15
.print dc v(1 2 3 4 5 6 7)
16
.dc v1 -10 10 .25
17
.end