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

axlLoadHistory

axlLoadHistory( 
x_to 
x_from 
) 
=> x_hsdb / nil 

Description

Copies the setup database branch and returns the handle to the copy.

Arguments

x_to

Handle to target (copied) setup database.

x_from

Handle to source setup database branch.

Value Returned

x_hsdb

The handle to the copied setup database is returned.

nil

The setup database is not copied.

Examples

Copies the setup database branch and returns the handle to the copy.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlLoadHistory( data_sdb
axlGetHistoryCheckpoint( axlGetHistoryEntry( data_sdb "data_design_verification" ) ) )
=> 1050

Related Topics

axlCreateSession

axlGetHistoryEntry

axlSetMainSetupDB


Return to top
 ⠀
X