Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

geGetObjectSelectedSet

geGetObjectSelectedSet( 
[ d_cellview ] 
) 
=> list(
 list(d_selectedObject
  list(
    list(d_instId x_memInst x_row x_column))
    list(d_instId x_memInst x_row x_column))
    ...
  )
 list(d_selectedObject
  list(
    list(d_instId x_memInst x_row x_column))
    list(d_instId x_memInst x_row x_column))
    ...
  )
 ...
)
=> l_selectedSet

Description

Returns a list of lists describing objects selected in the hierarchy of the given cellview. If the cellview is omitted, the current edit cellview of the current window is used. For each object in the selected set, the path to it consisting of the instance ID, the member instance, the row, and the column is given.

Arguments

d_cellview

Database ID of the top-level cellview in the window.

Value Returned

l_selectedSet

A list of lists describing objects selected in the hierarchy of the given cellview.

Examples

Select a pin on an instance in a schematic.

geGetObjectSelectedSet()
((db:3865864

     ((db:38370404 0 0 0)) ) )

Related Topics

Edit and Display Functions


Return to top
 ⠀
X