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

axlGetWCCSpec

axlGetWCCSpec(
x_cornerHandle 
t_specName
) 
=> x_spec / nil 

Description

Returns handle to a specification for the specified worst-case corner.

Arguments

x_cornerHandle

Handle to a worst-case corner for which you want to get specification.

t_specName

Name of the spec for which you want to get the handle.

Value Returned

x_spec

Handle to a specification.

nil

The command was unsuccessful.

Examples

Returns the handle to the specification test1.result1.

axlGetWCCSpec(1005 "test1.result1")
=> 1987

Related Topics

Worst Case Corners


Return to top
 ⠀
X