Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need help on temperature sweep of a analog circuit

Status
Not open for further replies.

tandr123

Newbie level 4
Joined
Aug 30, 2006
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,315
hspice sweep temp

Hi ,every one :
I have a circuit , I want to do temperature sweep from 27 - 120 , then
from 120- 27 ,to see wheather this circuit has different toggle point .
For example , when temperature change from low to high , the output
go up at 110 , but when temperature go down , the output go down back
at 90 .
 

how do i sweep temp in ads

hey that sounds something like hysterisis
 

sweep temperature in spice

hehe maybe a bug of tools
 

cadence temperature sweep

you can use parametric analysis, go to tools> parametric analysis
then at the form, go to
setup> pick name for variable... > sweep 1

at the form there should be a param called temp or tempdc, click it and enter the desired range.
good luck
 

temperature sweep cadence

You can use DC sweep in hspice.
 

hspice + temperature + sweep

You can use temp as a sweep variabe in .DC statement of hspice:
Code:
.DC temp 27 120 1
.DC temp 120 27 -1
You can also use parameter analysis tool in Cadence ADE. Now the variable name is TEMPER. But if you use hspiceS, sweep temperature in ADE is much slower than in standalone hspice.
 

temperature sweep in cadence

Hi
you can use
.dc temp 27 127 1
or
.step lin temp 27 127 1
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top