Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

unalias

unalias( 
s_aliasName1 ... 
)
=> l_result

Description

Undefines the aliases specified in an argument list and returns a list containing the aliases undefined by the call. This is nlambda function also works in SKILL++ mode.

Use alias for interactive command entry only and never in programs.

Arguments

s_aliasName1

Symbol name of the alias.

Value Returned

l_result

List of the aliases removed.

Examples

Aliases path to the getSkillPath function.

alias path getSkillPath 
=> path

Removes path as an alias.

unalias path 
=> (path)

Related Topics

Function and Program Structure


Return to top
 ⠀
X