repo.or.cz
/
gss-tcad.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update ChangeLog
[gss-tcad.git]
/
examples
/
PN_diode
/
diotran.cir
blob
90f682d1ca52a83d118ec0676a68856a219e6505
1
Mixed Device/Circuit simulation of Diode
2
3
Vpp 1 0 SIN(0 1.0 1MEGHz)
4
Vnn 3 0 0v
5
N1 2=Anode 3=Cathode M_N1
6
R1 1 2 1k
7
.MODEL M_N1 NDEV remote=localhost port=17001
8
9
*.option acct abstol=1e-9 reltol=0.001 trtol=7.0 itl2=100
10
.option acct itl2=100
11
.tran 0.01us 1.5us
12
.print i(Vpp)
13
.plot tran i(Vpp)
14
.END