Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cphGetSelectedSet

cphGetSelectedSet(
g_physConfigID
)
=> l_listOfPaths / nil

Description

Returns a list of paths to the selected instances in the graphical user interface of physical configuration view associated with the given ID.

Arguments

g_physConfigID

ID of the physical configuration cellview.

Value Returned

l_listOfPaths

The list of paths to the selected instances.

nil

No instances are selected.

Example

cphGetSelectedSet(physConfigID)
=> ("I0" "I0/N0" "I2")

Return to top
 ⠀
X