How to invoke OCEAN script using SKILL

D

Dmitriy Shurin

Guest
Hi!
I have OCEAN script which I have to invoke by SKILL function. Is there
any way to do this? Any help will be appreciated.


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
Hi,

I never did this, but OCEAN commands can be mixed with
SKILL inside DFII, so maybe a simple load( "<your_ocean_script>" )
will do the job.

Bernd

Dmitriy Shurin wrote:
Hi!
I have OCEAN script which I have to invoke by SKILL function. Is there
any way to do this? Any help will be appreciated.
 
what about :

ocean

and when you get a prompt, then " load <oceanScript>.ocn

....
.... Assuming you can run icfb .. etc ... then the ocean binary will run
as well.

Bernd Fischer wrote:

Hi,

I never did this, but OCEAN commands can be mixed with
SKILL inside DFII, so maybe a simple load( "<your_ocean_script>" )
will do the job.

Bernd

Dmitriy Shurin wrote:

Hi!
I have OCEAN script which I have to invoke by SKILL function. Is there
any way to do this? Any help will be appreciated.
 

Welcome to EDABoard.com

Sponsor

Back
Top