axlSetDesignVariablePerTest
axlSetDesignVariablePerTest(x_mainSDB t_varName t_testName[?enabledg_enableStatus] ) => t / nil
Description
Enables or disables a design variable for a specific test. In the Setup assistant of ADE Explorer or the Data View assistant of ADE Assembler, it selects or clears the check box next to a design variable under a test.
Arguments
Value Returned
Examples
The following example enables a design variable, IREF, for the ACGainBW test.
s1 = axlGetWindowSession()
=> "session0"
x_mainSDB = axlGetMainSetupDB( s1 )
=> 1001
axlSetDesignVariablePerTest(x_mainSDB "IREF" "ACGainBW" ?enabled t)
=> t
The check box next to the IREF variable in the Design Variables list for the ACGainBW test is selected.

Related Topics
Return to top