tangled
alpha
login
or
join now
oscillatory.net
/
tline-viz
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Add missing tline-oc.sp
oscillatory.net
1 week ago
73b51fbf
c68a2e72
verified
This commit was signed with the committer's
known signature
.
oscillatory.net
SSH Key Fingerprint:
SHA256:1tZDVKGiOV9Jbvp3xcKuxZsREmfaf3HPIQ6kJRUSeoU=
+14
1 changed file
expand all
collapse all
unified
split
sim
tline-oc.sp
+14
sim/tline-oc.sp
···
1
1
+
.title T-line, open circuit
2
2
+
.model __T2 LTRA( r=0 l=5e-08 g=0 c=2e-11 len=1 )
3
3
+
.save all
4
4
+
.probe alli
5
5
+
.tran 100p 30n
6
6
+
OT2 A GND B GND __T2
7
7
+
Rs1 S A 10
8
8
+
V1 S GND PULSE( 0 1 0 100p 100p 1u 2u )
9
9
+
10
10
+
.control
11
11
+
run
12
12
+
wrdata results-tline-oc.tsv v(a) v(b)
13
13
+
.endc
14
14
+
.end