this repo has no description

Add missing tline-oc.sp

oscillatory.net 73b51fbf c68a2e72

verified
+14
+14
sim/tline-oc.sp
··· 1 + .title T-line, open circuit 2 + .model __T2 LTRA( r=0 l=5e-08 g=0 c=2e-11 len=1 ) 3 + .save all 4 + .probe alli 5 + .tran 100p 30n 6 + OT2 A GND B GND __T2 7 + Rs1 S A 10 8 + V1 S GND PULSE( 0 1 0 100p 100p 1u 2u ) 9 + 10 + .control 11 + run 12 + wrdata results-tline-oc.tsv v(a) v(b) 13 + .endc 14 + .end