Gunnar Munder
Guest
|
Posted:
Mon Jan 03, 2005 1:16 pm Post subject:
Temperature in Analog Artist |
|
|
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
| Quote: | 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:
| Quote: | 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 |
|
|
Sylvio Triebel
Guest
|
Posted:
Tue Jan 04, 2005 5:37 pm Post subject:
Re: Temperature in Analog Artist |
|
|
Hi Gunnar,
for the spectre implementation try:
session = asiGetSession(hiGetCurrentWindow())
asiGetSimOptionVal(session 'temp)
Regards,
Sylvio
Gunnar Munder wrote:
| Quote: | 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 |
|
|