The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Jul 21st, 2024, 9:15am
Pages: 1
Send Topic Print
How to plot Op Param of FET with swept DC analysis (Read 2335 times)
eng
Community Member
***
Offline



Posts: 49
USA
How to plot Op Param of FET with swept DC analysis
Apr 24th, 2007, 9:27am
 
Hi,
I'm using a FET in triode and I'd like to plot its Rds vs. Vgs for different Ws. To do that;
I'm sweeping Vgs in DC analysis and changing Ws with parametric analysis tool. The output is the Rds with the expression of "(1/OP("/M1" "gds")
However this setup does not give me multiple Rds versus Vgs curves for different W sizes as expected.
My guess is; in order to plot the Rds, I should do a setting so that simulator saves the op point of the FET during DC sweep. I don't know how/where I can do that.

Could you please help me with that?

thanks
eng
Back to top
 
 
View Profile   IP Logged
Geoffrey_Coram
Senior Fellow
******
Offline



Posts: 1999
Massachusetts, USA
Re: How to plot Op Param of FET with swept DC anal
Reply #1 - Apr 25th, 2007, 3:41am
 
A cheesy work-around would be to place multiple devices, if you don't have too many W values you want to test.
Back to top
 
 

If at first you do succeed, STOP, raise your standards, and stop wasting your time.
View Profile WWW   IP Logged
topquark
Community Member
***
Offline



Posts: 61
Thames Valley, UK
Re: How to plot Op Param of FET with swept DC anal
Reply #2 - Apr 26th, 2007, 3:04am
 
Hi eng,

If you're familiar with MDL, you can do this conveniently with two nested foreach loops
Code:
alias measurement Rds_vs_Vgs{
...
run dc (...)
...

export real Rds=(1/(M5:gds))
// To get Rds of the device
}
foreach Vgs from swp(start=.., stop=.., step=..) {
		  foreach W from swp(start=.., stop=.., step=..) {
		   }
}
run Rds_vs_Vgs
 



Check out the forum posts on MDL for some idea on this.

Good Luck!

Gau
Back to top
 
 
View Profile   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.