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

axlPutHistoryEntry

axlPutHistoryEntry( 
x_hsdb 
t_historyName 
) 
=> x_history / nil 

Description

Inserts or finds a history entry in the setup database and returns a handle to that entry.

Arguments

x_hsdb

Setup database handle.

t_historyName

History entry name.

Value Returned

x_history

The handle to a history entry is returned.

nil

The handle to a history entry is not returned.

Examples

Inserts or finds the specified history entry in the setup database and returns the handle to that entry.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlPutHistoryEntry( data_sdb "data_design_verification" )
=> 1006

Related Topics

axlCreateSession

axlSetMainSetupDB


Return to top
 ⠀
X