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

unimportSymbol

unimportSymbol(
l_symbolList
[ t_namespace ]
)
=> t

Description

Unimports symbols from the given namespace. By default, this function unimports from the IL (or default) namespace.

Arguments

l_symbolList

Specify a list of symbols that you want to unimport from the default namespace.

t_namespace

(Optional). Specifies the name of the namespace from which you want to unimport the given symbols.

Values Returned

t

Unimports symbols from the default namespace.

Examples

unimportSymbol('(A::level A::value))
=> t

Related Topics

Namespace Functions


Return to top
 ⠀
X