axlIsLocalResultsDir
axlIsLocalResultsDir(
x_historyHandle
)
=> t / nil
Description
Returns the status of Use Local Simulation Results Directory flag for the specified history item.
Arguments
Value Returned
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