How can I get GM-Vgs function in HSPICE?

Status
Not open for further replies.

mazelk

Advanced Member level 4
Joined
Apr 23, 2004
Messages
105
Helped
3
Reputation
6
Reaction score
1
Trophy points
1,298
Location
COLOMBIA
Activity points
1,143
Hi

I'm interesting to get GM transconductance as a GM-Vgs relationship by .DC sweep.
Is this possible??

Thanks
 

use print function.
 

An example:
Code:
M1 d g s b nmos w=10u l=1u
Vd d 0 5V
vg g 0 5V
Vs s 0 0V
Vb b 0 0V
.option post
.dc Vg 1 5 0.1
.print dc M1:GMO
.model .........
.end
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…