axlGetWCCRangeBound
axlGetWCCRangeBound(x_hsdb) =>t_rangeBound
Description
Returns an integer value that specifies whether the worst-case corner corresponds to the minimum or the maximum value of the spec.
Arguments
Value Returned
|
A corner is created for the lower boundary of the spec range. |
|
|
A corner is created for the upper boundary of the spec range. |
Examples
Returns an integer value that signifies the boundary along which the corner is created.
corner = axlGetCorner(1001 "WCC_C2")
=> 1934
axlGetWCCRangeBound(1934)
=> 1
Related Topics
Return to top