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

importSymbol

importSymbol(
l_symbolList
[ t_namespace ]
)
=> t / nil

Description

Imports symbols into the given namespace. By default, this function imports into the IL (or default) namespace.

Arguments

l_symbolList

Specify a list of symbols that you want to import into the default namespace.

t_namespace

(Optional). Specifies the name of the namespace into which you want to import the given symbols.

Value Returned

t

The symbols are successfully imported into the namespace (given or default).

Examples

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

Related Topics

Namespace Functions


Return to top
 ⠀
X