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

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

x_hsdb

Setup database handle to the active setup or checkpoint.

t_referenceHistoryName

Name of the reference history.

Value Returned

x_hsdb

The setup handle for the newly set history name is returned.

0

The setup handle is not 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

axlSetReuseNetlistOption

axlSetUseIncremental

axlGetResultsLocation

Running an Incremental Simulation


Return to top
 ⠀
X