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

addToNamespace

addToNamespace(
t_namespaceName
l_symbolList
) 
=> t

Description

Adds and imports the given list of symbol names to the export list of the namespace t_namespaceName.

Arguments

t_namespaceName

Specify the name of the namespace to which you want to add the given list of symbols.

l_symbolList

Specifies the symbols that you want to add to the export list of the specified namespace.

Value Returned

t

The list of symbols are successfully added.

Examples

(addToNamespace "A" '("a" "b" "c"))
=> t
(getSymbolNamespace 'a)
=> ns@A

Related Topics

Namespace Functions


Return to top
 ⠀
X