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.

Help me debug an ocean script for a skill program

Status
Not open for further replies.

loic_b

Newbie level 1
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
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top