get_occurrence
get_occurrence -libs_libName-cells_cellName-views_viewName[ -mode {r | w | a} ]
Description
Opens a cellview and creates an objectID for the cellview. If the cellview is already open and the occurrence is already open, the objectID is returned but the cellview is not re-opened.
Arguments
|
Specifies the editing mode: |
|
Value Returned
Examples
The following example creates an objectID for the small8000/small8k_routed/layout cellview, then opens a property inspector dialog to view the occurrence properties.
set occ [get_occurrence -lib small8k -cell small8k_routed -view layout]
inspect -object $occ
Related Topics
Return to top