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
/
d_trln.tr.m.ckt
blob
ec9357b68f307778b8b5dcc2b28f29c44c728fba
1
#Transmission lines
2
3
.width out=160
4
.gen delay=25n
5
6
V1 1 0 gen(1)
7
8
# matched
9
R1s 1 11 50
10
T1 11 0 12 0 z=50 f=10meg nl=.25
11
R1l 12 0 50
12
13
# really 2 in parallel
14
R2s 1 21 50
15
T2a 21 0 22 0 z=100 f=10meg nl=.25
16
T2b 21 0 22 0 z=100 f=10meg nl=.25
17
R2l 22 0 50
18
19
# n=2
20
R3s 1 31 50
21
T3 31 0 32 0 z=100 f=10meg nl=.25 m=2
22
R3l 32 0 50
23
24
# not
25
R4s 1 41 50
26
T4 41 0 42 0 z=100 f=10meg nl=.25
27
R4l 42 0 50
28
29
.list
30
.print tran v(nodes)
31
32
# nominal-z drive
33
.tran 0 100n 5n trace all
34
35
.stat notime
36
.end
37