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

useNamespace

useNamespace(
t_namespace
) 
=> t / nil

Description

Sets the given namespace for use and imports its symbols into the current namespace.

Arguments

t_namespace

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

Value Returned

t

The given namespace is successfully set for use.

nil

The given namespace is not set or an error occurred.

Examples

useNamespace("METHODS")
=> t

Related Topics

Namespace Functions


Return to top
 ⠀
X