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

axlGetHistoryEntry

axlGetHistoryEntry( 
x_hsdb 
t_historyName 
) 
=> x_history / nil 

Description

Finds the specified history entry in the setup database and returns the 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

Finds the history entry data_design_verification in the setup database and returns its handle.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
if( axlGetHistoryEntry( data_sdb "data_design_verification" )==0
error( "Failed to get history item named 'data_design_verification'" ) )
=> 1004

Related Topics

axlSetMainSetupDB

axlCreateSession


Return to top
 ⠀
X