axlGetPointTroubleshootDir
axlGetPointTroubleshootDir(x_historyID t_testName[?cornerNamet_cornerName] [?designPointIdx_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
|
If a corner name is specified then point ID must also be specified. If both |
|
Value 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