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

axlPutTest

axlPutTest( 
x_hsdb 
t_test 
t_tool
) 
=> x_test / nil 

Description

Finds or inserts a test into the setup database and returns a handle to that test.

Arguments

x_hsdb

Setup database handle

t_test

Test name

t_tool

Tool name

Value Returned

x_test

The test handle is returned.

nil

Indicates an error.

Examples

Inserts or locates a script into the setup database data_sdb and returns the handle.

data_sdb = axlGetMainSetupDB(axlGetWindowSession())
axlPutTest( data_sdb "data_dead_band" "ADE")
=> 2201

Related Topics

axlCreateSession

axlSetMainSetupDB


Return to top
 ⠀
X