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

axlGetActiveSetup

axlGetActiveSetup( 
x_mainSDB 
) 
=> x_activeSetup

Description

Returns a handle to the active setup. You can use this handle to get or set setup details for the active setup.

Arguments

x_mainSDB

Handle to the main setup database.

Value Returned

x_activeSetup

Handle to the active setup.

Examples

Returns the status of the Overwrite History save option.

x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
axlGetOverwriteHistory(x_activeSetup)

Return to top
 ⠀
X