diff options
author | rahulp13 | 2020-02-28 11:38:58 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-28 11:38:58 +0530 |
commit | 246319682f60293b132fca1ce6e24689c6682617 (patch) | |
tree | 6871b758a17869efecfd617f5513e31f9a933f4a /Windows/spice/tests/bsim3soipd/RampVg2.cir | |
parent | d9ab84106cac311d953f344386fef1c1e2bca1cf (diff) | |
download | eSim-246319682f60293b132fca1ce6e24689c6682617.tar.gz eSim-246319682f60293b132fca1ce6e24689c6682617.tar.bz2 eSim-246319682f60293b132fca1ce6e24689c6682617.zip |
initial commit
Diffstat (limited to 'Windows/spice/tests/bsim3soipd/RampVg2.cir')
-rw-r--r-- | Windows/spice/tests/bsim3soipd/RampVg2.cir | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Windows/spice/tests/bsim3soipd/RampVg2.cir b/Windows/spice/tests/bsim3soipd/RampVg2.cir new file mode 100644 index 00000000..72d46a2b --- /dev/null +++ b/Windows/spice/tests/bsim3soipd/RampVg2.cir @@ -0,0 +1,20 @@ +* BSIMSOI (PD) example +* +* SOI, Ramp Vg + +Vd d 0 1.5 +Vg g 0 0.0 PULSE 0V 2V .02n .1n .1n .2n .6n +Ve e 0 0.0 +Vs s 0 0.0 +Vb b 0 0.0 + +m1 d g s e n1 w=10u l=0.25u debug=-1 + +.option gmin=1e-20 itl1=200 itl2=200 abstol=1e-9 noacct +.tran 1p 1.0ns +.save @m1[Vbs], V(g)/10 +.print tran v(g)/10 +.include nmospd.mod + +.end + |