geGetObjectSelectedSet
geGetObjectSelectedSet( [ d_cellview ] ) => list( list(d_selectedObjectlist( list(d_instIdx_memInstx_rowx_column)) list(d_instIdx_memInstx_rowx_column)) ... ) list(d_selectedObjectlist( list(d_instIdx_memInstx_rowx_column)) list(d_instIdx_memInstx_rowx_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
Value Returned
|
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
Return to top