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

axlGetPointTroubleshootDir

axlGetPointTroubleshootDir(
x_historyID
t_testName 
[ ?cornerName t_cornerName ]
[ ?designPointId x_designPointId ] 
)
=> t_trblDir / nil

Description

Returns the troubleshoot directory for a particular corner and design point combination in a specified 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_trblDir

The path to the troubleshoot directory is returned.

nil

The path to the troubleshoot directory is not returned.

Examples

Returns the path to the troubleshoot directory.

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


Return to top
 ⠀
X