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

axlSetNominalCornerEnabled

axlSetNominalCornerEnabled(
x_mainSDB 
g_enable
) 
=> t / nil 

Description

Enables or disables the nominal corner in the specified setup database.

Arguments

x_mainSDB

Setup database handle.

g_enable

Specifies if the nominal corner is to be enabled or disabled. Set the value as 1 to enable the nominal corner, otherwise set it as 0.

Value Returned

t

The nominal corner value is set as specified.

nil

The command is not successful.

Examples

The following example enables the nominal corner in the current session.

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

Return to top
 ⠀
X