Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

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

x_hsdb

Handle to the worst-case corner.

Value Returned

0

A corner is created for the lower boundary of the spec range.

1

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

Worst Case Corners


Return to top
 ⠀
X