axlSetUseIncremental
axlSetUseIncremental(x_hsdbg_value) =>x_hsdb/ 0
Description
Enables or disables the setup database option in active setup or checkpoint for using reference results as cache during incremental run. This function selects or clears the Use reference netlist check box on the Reference History form.
Arguments
|
Boolean value to enable/disable the option to use the reference results as cache during incremental run. |
||
Value Returned
|
The setup handle is returned if the option to use the reference results as cache during incremental run is set successfully |
||
Examples
Uses the axlSetUseIncremental function to use the reference results as cache during an incremental run.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlSetUseIncremental(x_mainSDB t)
=>1861
axlSetReferenceHistoryItemName(x_mainSDB "Interactive.7")
=> 1860
Related Topics
axlSetReferenceHistoryItemName
Return to top