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

axlGetTests

axlGetTests( 
x_hsdb 
) 
=> l_tests / nil 

Description

Returns a list containing a handle to all tests in the setup database and a list of all test names.

Arguments

x_hsdb

Setup database handle.

Value Returned

l_tests

List containing a handle to all tests in the setup database and a list of all test names.

nil

Unsuccessful operation.

Examples

The following example retrieves a list containing a handle to all tests in the data_sdb setup database and a list of all test names.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
;; Disable tests
foreach( test cadr( axlGetTests( data_sdb ) )
axlSetEnabled( axlGetTest( data_sdb test ) nil )
'((1011 "Trans_12u")
(1021 "dc_ac10G_2")
)

Related Topics

axlSetMainSetupDB

axlSetEnabled

axlGetTest


Return to top
 ⠀
X