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.
16 lines
311 B
16 lines
311 B
r2_cmc
|
|
|
|
v1 1 0 10
|
|
NRr2_cmc 1 0 rmodel w=1u l=20u isnoisy=1
|
|
|
|
* Poly resistor, r2_cmc model
|
|
.model rmodel r2_cmc(level=2 rsh=200 xl=0.2u xw=-0.05u p3=0.12 q3=1.6 p2=0.015 q2=3.8 tc1=1.5e-4 tc2=7e-7)
|
|
|
|
.control
|
|
pre_osdi test_osdi_win/r2_cmc.osdi
|
|
op
|
|
let res = v(1) / -v1#branch
|
|
print res
|
|
.endc
|
|
|
|
.end
|