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
check prequeueing in sock
[gnucap-felix.git]
/
tests
/
rcd_tr.2.gc
blob
09220bd8a11ea5ebabbc5bede97bf43f2489fe81
1
load public models-uf.so
2
spice
3
.options numdgt 9
4
.load rcd_sym.so
5
6
.model my_rcd rcd_exp
7
8
.verilog
9
// swapped
10
my_rcd #(.weight(100) .rc0(0) .rc1(-1) .re0(10) .re1(0) ) z3( nin, 0);
11
12
spice
13
.list
14
15
.param amplitude=0.8
16
V1 nin 0 sin amplitude=1.2 offset=1.5 frequency=1
17
.param period=1
18
.param width=1
19
.param delay=1n
20
21
.print tran v(nin)
22
+stress(z*)
23
+P(z*) E(z*)
24
+tau(z*)
25
+zero(z*)
26
27
.tr 0 10 .1 basic trace=a
28
.end