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

makeNamespace

makeNamespace( 
t_name 
) 
=> o_namespace / nil 

Description

Creates a SKILL namespace with the given t_name. A namespace or its parts can be saved in a context and loaded with the context.

Arguments

t_name

Name for the namespace.

Value Returned

o_namespace

The namespace object when successfully created.

nil

The namespace is not created or a namespace with the same name already exists.

Examples

makeNamespace("METHODS")
=> ns@METHODS

Related Topics

Namespace Functions


Return to top
 ⠀
X