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

axlGetWCCVar

axlGetWCCVar(
x_hscr 
t_name
) 
=> x_handle / nil 

Description

Finds the specified variable by name and returns a handle to it.

Arguments

x_hscr

Handle to the worst-case corner.

t_name

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

Value Returned

x_handle

The handle to the variable.

nil

The command was not successful.

Examples

Returns a handle to the variable CAP.

x_handleToVar = axlGetWCCVar(1005 "CAP")
=> 1005

Related Topics

Worst Case Corners


Return to top
 ⠀
X