axlGetNominalCornerEnabled
axlGetNominalCornerEnabled(
x_mainSDB
)
=> t / nil
Description
Checks whether the nominal corner is enabled in the specified setup database. This is same as the status of the Nominal check box in the Run Summary assistant.
Arguments
Value Returned
Examples
The following example returns the status of the nominal corner:
session = axlGetWindowSession()
=>"session0"
x_mainSDB=axlGetMainSetupDB( session )
=>1001
axlGetNominalCornerEnabled(x_mainSDB)
=>t
Related Topics
Return to top