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

axlGetCornerDisabledTests

axlGetCornerDisabledTests( 
x_cornerHandle 
) 
=> l_testNames / nil 

Description

Returns a list containing a handle to the disabled tests and the names of tests that are disabled for the given corner.

Arguments

x_cornerHandle

Handle to the corner for which you need to find the disabled tests.

Value Returned

l_testNames

List containing a handle to the disabled tests and the names of tests that are disabled for the given corner.

nil

The command was unsuccessful.

Examples

The following example gets a list of all the test names disabled for corner C1.
session = axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB(session)
=> 1001
x_cHandle= axlGetCorner(x_mainSDB "C1") )
=> 1065
axlGetCornerDisabledTests(x_cHandle)
=> ( (3978 ("AC" "TRAN") )

Related Topics

Working with Corners


Return to top
 ⠀
X