axlSetReferenceHistoryItemName
axlSetReferenceHistoryItemName(x_hsdb t_referenceHistoryName) =>x_hsdb/ 0
Description
Sets the reference history name for the active setup or checkpoint. You can reuse the results or netlist from the reference history during an incremental simulation run. The reference history name set using this function also appears in the Reference field on the Reference History toolbar.
Arguments
Value Returned
|
The setup handle for the newly set history name is returned. |
||
Examples
Lets you reuse the netlist from the specified reference history.
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlSetReuseNetlistOption(x_mainSDB t)
=> 1859
axlSetReferenceHistoryItemName(x_mainSDB "Interactive.7")
=> 1860
axlSetUseIncremental(x_mainSDB t)
=> 1861
Related Topics
Return to top