Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiGetResultsPsfDir

asiGetResultsPsfDir(
o_session
)  
=> t_PsfDir / nil

Description

Returns the name of the PSF directory for the current or last-run simulation.

Arguments

o_session

The OASIS session.

Value Returned

t_PsfDir

Returns the path of the PSF directory for the last simulation results.

nil

Returns nil if the directory is not present.

Examples

The following example returns the PSF directory for the current simulation session.

asiGetResultsNetlistDir(asiGetCurrentSession())
=> "/servers/scratch02/aakhil/testcases/newtest/simulation/ampTest/spectre/schematic/distributed/job026/psf"

Return to top
 ⠀
X