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

axlGetNominalCornerTestEnabled

axlGetNominalCornerTestEnabled( 
t_testHandle
) 
=> t / nil 

Description

Returns 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 conditions are met:

Arguments

t_testHandle

Handle to the test for which you need to check whether nominal simulation can be run.

Value Returned

t

The command was successful.

nil

The command could not be run.

Examples

The following example returns the status of the nominal corner:

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

Related Topics

axlGetNominalCornerEnabled

axlGetEnabled


Return to top
 ⠀
X