summaryrefslogtreecommitdiff
path: root/Windows/spice/tests/bsim3soipd/RampVg2.cir
blob: 72d46a2b160a51802f489b47f8f72975c172b2ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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