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
Value Returned
|
The list of member name and type pairs in the given category. |
|
Example
'(("nand2" "cell") ("Models" "category"))
Returns the list of member names and type pairs.
Return to top