You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
385 B
10 lines
385 B
* SEE generator model
|
|
.subckt seegen4 n1 n2 n3 n4
|
|
.param tochar = 2e-13
|
|
.param tfall = 500p trise=50p
|
|
.param Inull = 'tochar/(tfall-trise)'
|
|
* Eponential current source without control input
|
|
* only NMOS nodes with reference GND (substrate).
|
|
aseegen1 NULL [%i(n1) %i(n2) %i(n3) %i(n4)] seemod1
|
|
.model seemod1 seegen (tdelay = 0.62m tperiod=0.1m inull='Inull' perlim=FALSE)
|
|
.ends
|