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