Simulations using Cadence OCEAN Scripts: Difference between revisions
Jump to navigation
Jump to search
New page: *Refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts '''Under construction''' |
No edit summary |
||
Line 1: | Line 1: | ||
* | * Create an ocean script template file using ADE L or ADE XL | ||
* Change or add the corresponding sections of the template and save it | |||
* Run the simulations using ocean script: type the following command in CIW | |||
<blockquote><code><pre> | |||
load("filename")</pre></code></blockquote> | |||
For an example of ocean Script, refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts | |||
'''Under construction''' | '''Under construction''' |
Latest revision as of 23:02, 14 August 2012
- Create an ocean script template file using ADE L or ADE XL
- Change or add the corresponding sections of the template and save it
- Run the simulations using ocean script: type the following command in CIW
load("filename")
For an example of ocean Script, refer to https://secure.engr.oregonstate.edu/wiki/ams/index.php/Cadence/WritingCadenceOCEANScripts
Under construction