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

unuseNamespace

unuseNamespace(
t_namespace
) 
=> t / nil

Description

Unsets the specified namespace.

Arguments

t_namespace

Specify the name of the namespace that you want to unset.

Value Returned

t

The specified namespace is successfully unset for use.

nil

The specified namespace cannot be unset.

Examples

unuseNamespace("METHODS")
=> t

Related Topics

Namespace Functions


Return to top
 ⠀
X