Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

dagCreateClass

dagCreateClass(
t_className
)
=> w_class / nil

Description

Creates a dagClass and returns it. If a class by this name already exists, it is overwritten.

Argument

t_className

Name of the class. Make the name of each class unique among the names of classes used in any dag browser tool. This is probably best done by adding a unique prefix to the class name.

Value Returned

w_class

The new class.

nil

There was an error.

Related Topics

dag Functions


Return to top
 ⠀
X