axlGetPointRunDir
axlGetPointRunDir(x_historyID t_testName[?cornerNamet_cornerName] [?designPointIdx_designPointId] ) =>t_pointRunDir/ nil
Description
Returns the run directory for a particular corner and design point combination in the given test run of the specified 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 point run directory.
axlGetPointRunDir(axlGetHistoryEntry(axlGetMainSetupDB("session0") "Interactive.12") "opamplib:ampTest:1")
=> "/net/...../simulation/opamplib/ampTest/adexl1/results/data/Interactive.12/
psf/opamplib:ampTest:1/"
axlGetPointRunDir(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/"
Return to top