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

getSymbolNamespace

getSymbolNamespace(
s_name
)
=> o_namespace

Description

Returns the namespace where the symbol is created.

Arguments

s_name

Specifies the name of the symbol for which you want to retrieve the namespace where the symbol is created.

Values Returned

o_namespace

The namespace where the specified symbol is created.

Examples

getSymbolNamespace('car)
=> ns@IL

Related Topics

Namespace Functions


Return to top
 ⠀
X