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