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

axlGetAllCornersEnabled

axlGetAllCornersEnabled( 
x_mainSDB 
) 
=> t / nil 

Description

Returns the selection status of the Corners check box in the Run Summary assistant in ADE Assembler or the Explorer Run Summary assistant in ADE Explorer.

Arguments

x_mainSDB

Setup database handle.

Value Returned

t

The Corners check box is selected.

nil

The Corners check box is deselected.

Examples

The following example displays the status of the Corners check box in the Run Summary assistant in ADE Assembler or the Explorer Run Summary assistant in ADE Explorer:

axlsession=axlGetWindowSession(hiGetCurrentWindow()) 
=> "session0"
x_mainSDB=axlGetMainSetupDB(axlsession)
=> 1001
axlGetAllCornersEnabled(x_mainSDB)
=> t

Related Topics

axlGetWindowSession

axlGetMainSetupDB


Return to top
 ⠀
X