project directory of analog artist

D

danniel

Guest
Hi,
when I run a simulation with analog artist it creates a spectre.out
file in /tmp/<topCVname>/spectre/schematic/psf
then when i run
session=asiGetCurrentSession()
session~>data~>projectDir i get /tmp/danniel/<topCVname>/spectre/
schematic/psf (directory danniel was added)
why is that and how can i get the right deirectory?
thanks
 
On Sun, 9 Dec 2007 03:39:23 -0800 (PST), danniel <danniel@il.ibm.com>
wrote:

Hi,
when I run a simulation with analog artist it creates a spectre.out
file in /tmp/<topCVname>/spectre/schematic/psf
then when i run
session=asiGetCurrentSession()
session~>data~>projectDir i get /tmp/danniel/<topCVname>/spectre/
schematic/psf (directory danniel was added)
why is that and how can i get the right deirectory?
thanks
asiGetPsfDir(asiGetCurrentSession())

is probably what you want?

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top