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

axlIsLocalResultsDir

axlIsLocalResultsDir( 
x_historyHandle 
) 
=> t / nil 

Description

Returns the status of Use Local Simulation Results Directory flag for the specified history item.

Arguments

x_historyHandle

Handle to the history item.

Value Returned

t

The flag is enabled.

nil

The flag is not enabled.

Examples

Indicates that the Use Local Simulation Results Directory flag is enabled for the specified history item.

session = axlGetWindowSession()
"session1"
sdb = (axlGetMainSetupDB session)
1675
h = axlGetHistoryEntry(sdb "Interactive.0")
1712
axlIsLocalResultsDir(h)
=> t

Return to top
 ⠀
X