The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Simulators >> Circuit Simulators >> Ocean script for corner simulation
https://designers-guide.org/forum/YaBB.pl?num=1456533169

Message started by robotist on Feb 26th, 2016, 4:32pm

Title: Ocean script for corner simulation
Post by robotist on Feb 26th, 2016, 4:32pm

Hi, my name is Kim.
I want to simulate with variable corner and parameter.
So, I use ocean script below.
=========================
foreach(corner list("ttt" "fff" "sss")
  modelFile(
        list("/user/mylib/mycorner.scs" corner)
    )
  paramAnalysis...
 ...
 paramRun()
)
ocnPrint...
============================
mycorner.scs is below
------------------------
section ttt
...
endsection ttt
section fff
...
endsection fff
section sss
...
endsection sss
--------------------------------
Simulation is successfully completed. But the reault shows that
there is no corner sweep, just only one corner.
Could you explain why only one corner is simulated?
Thanks for read.

Title: Re: Ocean script for corner simulation
Post by ValarMorghulis on Mar 23rd, 2016, 12:12pm

Hi Kim, I am just curious why you are using Ocean script to run corner analysis. As far as I know it is really easy to get corner results using the ADE XL in GUI mode. Is there any advance of using Ocean scripts over ADE XL?

Thank you.

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.