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

axlGetWCCCorner

axlGetWCCCorner(
x_specHandle 
) 
=> t_value / nil 

Description

Gets the corner name for the given specification handle of a worst-case corner.

Arguments

x_specHandle

Setup database handle to the specification of a worst-case corner.

Value Returned

t_value

Name of the corner.

nil

No worst-case corner is found.

Examples

Returns the corner name for the given handle.

corner1 = axlGetWCCCorner(1005)
=> "_default"

Related Topics

Worst Case Corners


Return to top
 ⠀
X