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

axlGetTopLevel

axlGetTopLevel( 
x_element 
) 
=> x_hsdb / g_errorOrZero 

Description

Returns the handle to the setup database containing the specified element.

Arguments

x_element

Setup database element handle

Value Returned

x_hsdb

The handle to the setup database containing the specified element is returned.

g_errorOrZero

Error message if input argument is invalid or zero for otherwise unsuccessful operation.

Examples

Returns the handle to the setup database containing the specified element.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlGetTopLevel( axlGetHistoryEntry( data_sdb "data_design_verification" ) )
1004

Related Topics

axlCreateSession

axlSetMainSetupDB

axlGetHistoryEntry


Return to top
 ⠀
X