get_occurrence_terms
get_occurrence_terms
-occurrence d_ctuObj
Description
Creates a set of all terms for the given occurrence.
Arguments
Value Returned
|
Is the identifier for the set that contains all terms for the occurrence. |
Examples
The following example creates a set of all terms for the small8000/small8k_routed/layout cellview, then opens a property inspector dialog to view the term properties.
set occ [get_occurrence -lib small8k -cell small8k_routed -view layout
set terms [get_occurrence_terms -occurrence $occ
inspect -set $terms
Related Topics
Return to top