asiGetResultsPsfDir
asiGetResultsPsfDir(o_session )=>t_PsfDir/nil
Description
Returns the name of the PSF directory for the current or last-run simulation.
Arguments
Value Returned
|
Returns the path of the PSF directory for the last simulation results. |
||
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