Temperature in Analog Artist

G

Gunnar Munder

Guest
Writing a ocean script as a corner input file (e.g. ocean.ocn,
ocean.dcf and ocean.pcf) and not specifying a certain temperature
using corSetCornerRunTempVal, what temperature does cornerRun() use?
Does it use a default value or does it use the temp specified in
Analog Artist? To be sure I want to read the given temperature from
Artist and put it into the dcf-file. Since the generation of the
ocean files is done by a skill routine I am looking for a skill
function to read the temp from the Artist.

Thanks
Gunnar

There is a function to do this, but it's private.

Why do you need it - perhaps there's a different way of approaching
the problem?

Regards,

Andrew.
On 21 Dec 2004 06:36:08 -0800, gunnar.munder@web.de (Gunnar Munder)
wrote:

Hello,

is there any skill function to read the current temperature setting
from the analog environment? Something that works like
asiGetDesignVarList(session) for the design variable?

Thanks
Gunnar Munder
 
Hi Gunnar,

for the spectre implementation try:

session = asiGetSession(hiGetCurrentWindow())
asiGetSimOptionVal(session 'temp)

Regards,
Sylvio

Gunnar Munder wrote:
Writing a ocean script as a corner input file (e.g. ocean.ocn,
ocean.dcf and ocean.pcf) and not specifying a certain temperature
using corSetCornerRunTempVal, what temperature does cornerRun() use?
Does it use a default value or does it use the temp specified in
Analog Artist? To be sure I want to read the given temperature from
Artist and put it into the dcf-file. Since the generation of the
ocean files is done by a skill routine I am looking for a skill
function to read the temp from the Artist.

Thanks
Gunnar


There is a function to do this, but it's private.

Why do you need it - perhaps there's a different way of approaching
the problem?

Regards,

Andrew.


On 21 Dec 2004 06:36:08 -0800, gunnar.munder@web.de (Gunnar Munder)
wrote:


Hello,

is there any skill function to read the current temperature setting

from the analog environment? Something that works like

asiGetDesignVarList(session) for the design variable?

Thanks
Gunnar Munder
 

Welcome to EDABoard.com

Sponsor

Back
Top