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

axlRemoveElement

axlRemoveElement( 
x_element 
) 
=> t / nil 

Description

Removes an element and all its children from the setup database.

Arguments

x_element

Setup database element handle

Value Returned

t

The specified element and all its children are removed from the setup database.

nil

Indicates an error.

Examples

Removes the given element and all its children from the setup database,

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlRemoveElement( axlGetHistoryEntry( data_sdb "data_design_verification" ) )
=> t

Related Topics

axlCreateSession

axlSetMainSetupDB

axlGetHistoryEntry


Return to top
 ⠀
X