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

axlGetLocalResultsDir

axlGetLocalResultsDir( 
x_historyHandle 
) 
=> t_dirPath / nil 

Description

Returns the local results directory associated with a run on a remote machine.

Arguments

x_historyHandle

Handle to a history item.

Value Returned

t_dirPath

Path to the local results directory associated with a run on a remote machine.

nil

The handle to the history is invalid.

Examples

Returns the path to the local results directory associated with the specified run.

session = axlGetWindowSession()
"session1"
sdb = (axlGetMainSetupDB session)
1675
h = axlGetHistoryEntry(sdb "Interactive.0")
1712
axlGetLocalResultsDir(h)
=> "/tmp/machineName_userName_134646275"

Return to top
 ⠀
X