Product Documentation
Virtuoso Space-based Router Command Reference
Product Version IC23.1, September 2023

get_occurrence_nets

get_occurrence_nets 
-occurrence d_ctuObj 

Description

Creates a set of all nets for the given occurrence.

Arguments

-occurrence d_ctuObj

Specifies the identifier for the occurrence.

Value Returned

d_setObj

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

Edit Commands

get_occurrence


Return to top
 ⠀
X