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

ddCatSubItem

ddCatSubItem( 
b_ddId 
t_name 
) 
=> t / nil 

Description

Removes the named item from the given category. If the name is the name of a category (that is, removing a subcategory from another category), the checks if it is referenced in any other category. If not, the category is moved to the library category list. This action ensures that the caller must do a ddCatRemove to remove category entries from a library. Changes are not written to disk until a ddCatSave is done.

Arguments

b_ddId

ID of a category.

t_name

The name of a cell or category.

Value Returned

t

The function was successful

nil

The function failed


Return to top
 ⠀
X