You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
278 B
16 lines
278 B
URC transmission line
|
|
|
|
.subckt UTM in out gnd1
|
|
U1 in out gnd1 URCMOD L =20m
|
|
.model URCMOD URC CPERL=100p RPERL=100k FMAX=10G
|
|
.ends
|
|
|
|
XUTM 1 2 0 UTM
|
|
|
|
VS 1 0 dc 0 PULSE (0 5 15.9NS 0.2NS 0.2NS 15.8NS 32NS )
|
|
.control
|
|
TRAN 0.2N 47N 0 0.1N
|
|
plot v(1) v(2)
|
|
.endc
|
|
|
|
.end
|