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

shadowImport

shadowImport(
l_symbols 
[ t_namespace ]
)
=> t

Description

Adds symbols to the namespace shadow list. By default, all warnings related to namespaces are suppressed in the shadowImport function.

Arguments

l_symbols

Specify the list of symbols that you want to add to the shadow list.

t_namespace

(Optional) Specify the namespace of the shadow list to which you want to add the symbols. If you do not provide a namespace, the symbols are added to the shadow list of the default namespace, IL.

Value Returned

t

The symbols are successfully added to the namespace shadow list.

Examples

shadowImport('(methods::drawPolygon))
 => t

Related Topics

Namespace Functions


Return to top
 ⠀
X