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

axlSetNominalCornerTestEnabled

axlSetNominalCornerTestEnabled( 
x_testHandle
g_enableFlag
) 
=> t / nil 

Description

Sets the status of the check box corresponding to the given test in the Nominal column on the Corners Setup form.

Nominal simulation for a test is run only if the following three conditions are met:

Argument

t_testHandle

Handle to the test for which you need to specify if the nominal simulation would be run

g_enableFlag

t or nil status to be set for the check box corresponding to the given test

Value Returned

t

Status of the check box is set.

nil

The command is unsuccessful.

Examples

The following example selects the status of the nominal corner.

session = axlGetWindowSession()
=>"session0"
x_mainSDB=axlGetMainSetupDB( session )
=>1001
x_testHandle = axlGetTest(x_mainSDB "AC")
axlSetNominalCornerTestEnabled( x_testHandle t)
=> t

Related Topics

axlSetNominalCornerEnabled

axlSetEnabled


Return to top
 ⠀
X