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

ddCatGetCatMembers

ddCatGetCatMembers( 
b_ddId 
) 
=> l_memberList / nil 

Description

Returns the list of members of the given category. The function does not return the members (cells) that do not exist in the library.

Arguments

b_ddId

ID of a category.

Value Returned

l_memberList

The list of member name and type pairs in the given category.

nil

The category has no members.

Example

'(("nand2" "cell") ("Models" "category"))

Returns the list of member names and type pairs.


Return to top
 ⠀
X