The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
Apr 23rd, 2024, 4:06pm
Pages: 1
Send Topic Print
Temperature dependence of Inductor resistance (Read 4458 times)
mjh
New Member
*
Offline



Posts: 1

Temperature dependence of Inductor resistance
Aug 24th, 2004, 9:23am
 
Is there any way to add temperature dependence to the inductor resistance created by the Spectre Inductor Model ? I have created many inductor models with the Spectre Inductor Modeler but now need to modify the temperature dependence of the resistance. Thanks. Roll Eyes
Back to top
 
 
View Profile   IP Logged
Andrew Beckett
Senior Fellow
******
Offline

Life, don't talk to
me about Life...

Posts: 1742
Bracknell, UK
Re: Temperature dependence of Inductor resistance
Reply #1 - Aug 24th, 2004, 9:39pm
 
Simply make r a function of the parameter "temp". For example (for convenience I put the inductor inside an inline subckt - didn't pass the temperature dependent parameters for inductance to avoid it getting cluttered in this example):

Code:
inline subckt myind (n1 n2)
  parameters r=0 l=0 rtc1=0 rtc2=0
  myind (n1 n2) inductor l=l r=r*(1+rtc1*(temp-tnom)+rtc2*((temp-tnom)**2))
ends myind

l1 (ind 0) myind l=1u r=10 rtc1=0.1
 



Regards,

Andrew.
Back to top
 
 
View Profile WWW   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.