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

removeShadowImport

shadowImport(
l_symbols 
[ t_namespace ]
)
=> t

Description

Removes the specified symbols from the namespace shadow list.

Arguments

l_symbols

Specify the list of symbols that you want to remove from the shadow list.

t_namespace

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

Value Returned

t

The symbols are successfully removed from the namespace shadow list.

Example

removeShadowImport('drawPolygon)
=> t

Related Topics

Namespace Functions


Return to top
 ⠀
X