axlGetWCCCorner
axlGetWCCCorner(x_specHandle) =>t_value/ nil
Description
Gets the corner name for the given specification handle of a worst-case corner.
Arguments
|
Setup database handle to the specification of a worst-case corner. |
Value Returned
Examples
Returns the corner name for the given handle.
corner1 = axlGetWCCCorner(1005)
=> "_default"
Related Topics
Return to top