axlSetDefaultCornerEnabled
axlSetDefaultCornerEnabled(x_testHandleg_enable) => 1 / 0
Description
Enables or disables the default (nominal) corner for the specified test. The program creates a nominal corner when you create a test. This corner represents the absence of corner-specific information.
Arguments
Value Returned
Examples
The following example shows how to disable the nominal corner for a specific test:
s1 = axlGetWindowSession()
=>"session0"
x_mainSDB=axlGetMainSetupDB( s1 )
=>1001
testHandle = axlGetTest( x_mainSDB "test1" )
=>1005
axlSetDefaultCornerEnabled(1005 nil)
=>1
You can use the axlSetDefaultCornerEnabled function to enable or disable the nominal corner for a test in a SKILL trigger code.
Related Topics
Return to top