loic_b
Newbie level 1
- Joined
- May 24, 2010
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Provence, France
- Activity points
- 1,289
Hi all,
Im new designer in µelec area and i want to developp a skill programm. I want to simulate my design with "temp" in parametrics and for different power supply. for this i wrote this:
analysis('tran ?stop "1m" )
analysis('dc ?saveOppoint t )
desVar( "CF" 1.0 )
desVar( "PFfactor" 1.0 )
desVar( "vdd" 0)
option( temp "25")
converge( 'ic "/net012" "0" )
converge( 'ic "/net035" "0" )
converge( 'ic "/net037" "0" )
test=outfile("./essai.txt" "w")
run()
foreach( vdd '(6 14)
paramAnalysis("temp" ?values '(-40 25 ))
paramRun()
currentN = IS("/M0/D")
currentP = IS("/M1/S")
ocnPrint(?output test "vdd" vdd "ertr" "current P" currentP "current N" currentN "\n")
)
close(test)
This doesn't work. Can everyone help me?
Thanks you
Im new designer in µelec area and i want to developp a skill programm. I want to simulate my design with "temp" in parametrics and for different power supply. for this i wrote this:
analysis('tran ?stop "1m" )
analysis('dc ?saveOppoint t )
desVar( "CF" 1.0 )
desVar( "PFfactor" 1.0 )
desVar( "vdd" 0)
option( temp "25")
converge( 'ic "/net012" "0" )
converge( 'ic "/net035" "0" )
converge( 'ic "/net037" "0" )
test=outfile("./essai.txt" "w")
run()
foreach( vdd '(6 14)
paramAnalysis("temp" ?values '(-40 25 ))
paramRun()
currentN = IS("/M0/D")
currentP = IS("/M1/S")
ocnPrint(?output test "vdd" vdd "ertr" "current P" currentP "current N" currentN "\n")
)
close(test)
This doesn't work. Can everyone help me?
Thanks you