Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dmRemoveCellCategory

dmRemoveCellCategory( 
g_categoryId 
) 
=> t / nil 

Description

Removes a cell category from a library or from a parent cell category.

Supplied for compatibility. The equivalent functionality using the ddCat API would be

ddCatRemove( categoryId ) 

Arguments

g_categoryId

ID of the cell category to be removed.

Value Returned

t

The cell category is removed.

nil

The library or parent cell category cannot be found.


Return to top
 ⠀
X