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

dmRemoveCellFromCategory

dmRemoveCellFromCategory( 
g_categoryId 
l_cellList 
) 
=> t / nil 

Description

Removes one or more cells from a cell category.

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

foreach( i cellList 
    ddCatSubItem( categoryId i~>name ) 
)
ddCatSave( categoryId )

After you call dmRemoveCellFromCategory, use ddCatClose on g_categoryId.

The DFII-DM function accepted a list of cell IDs. For forward compatibility, the implementation of this function accepts a list of cell IDs or cell names.

Arguments

g_categoryId

ID of the cell category to be removed.

l_cellList

List of cells to be added to the category.

Value Returned

t

The cell category is removed.

nil

The library or parent cell category cannot be removed.


Return to top
 ⠀
X