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
make distcheck happy
[gnucap-felix.git]
/
tests
/
c_wave.6.gc
blob
0d577024896d6c4f4a413652d11f4bde6cf78060
1
spice
2
.load c_wave.so
3
4
.param p=0
5
v1 1 0 1
6
v2 2 1 1
7
R1 gnd 0 1
8
9
.store dc v(nodes)
10
.dc v1 0 1 0.5 >/dev/null
11
12
.wstash 'v(gnd)' gnd
13
.wstash 'v(2)' w2
14
.wave select stash
15
.echo gnd
16
.wstash gnd
17
.echo w2
18
.wstash w2
19
20
.echo gnd w2
21
.wave cmp gnd w2 directed verbose
22
.echo w2 gnd
23
.wave cmp w2 gnd directed verbose
24
25
.end