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

axlGetNominalCornerEnabled

axlGetNominalCornerEnabled( 
x_mainSDB 
) 
=> t / nil 

Description

Checks whether the nominal corner is enabled in the specified setup database. This is same as the status of the Nominal check box in the Run Summary assistant.

Arguments

x_mainSDB

Setup database handle.

Value Returned

t

Nominal corner is enabled.

nil

Nominal corner is disabled.

Examples

The following example returns the status of the nominal corner:

session = axlGetWindowSession()
=>"session0"
x_mainSDB=axlGetMainSetupDB( session )
=>1001
axlGetNominalCornerEnabled(x_mainSDB)
=>t

Related Topics


Return to top
 ⠀
X