axlPutTest
axlPutTest(x_hsdbt_testt_tool) =>x_test/ nil
Description
Finds or inserts a test into the setup database and returns a handle to that test.
Arguments
Value Returned
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
Return to top