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

axlGetPointPsfDir

axlGetPointPsfDir(
x_historyID
t_testName 
[ ?cornerName t_cornerName ]
[ ?designPointId x_designPointId ]
)
=> t_pointPsfDir / nil

Description

Returns the psf directory for a particular corner and design point combination in the given test run of the given history.

Arguments

x_historyID

History ID

t_testName

Name of the test.

?cornerName t_cornerName

Name of the corner.

If a corner name is specified then point ID must also be specified. If both ?cornerName and ?pointID arguments are not specified, top psf level netlist directory is returned.

?designPointId x_designpointId

Point ID

Value Returned

t_pointPsfDir

The path to the point psf directory is returned.

nil

The path to the point psf directory is not returned.

Examples

Returns the path to the point psf directory.

axlGetPointPsfDir(axlGetHistoryEntry(axlGetMainSetupDB("session0") "Interactive.12") "opamplib:ampTest:1")
=> "/net/...../simulation/opamplib/ampTest/adexl1/results/data/Interactive.12/psf/opamplib:ampTest:1/psf"
axlGetPointPsfDir(axlGetHistoryEntry(axlGetMainSetupDB("session0") "Interactive.12") "opamplib:ampTest:1" ?cornerName "C0_0" ?designPointId 1)
=> "/net/...../simulation/opamplib/ampTest/adexl1/results/data/Interactive.12/2/opamplib:ampTest:1/psf"

Return to top
 ⠀
X