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

cphGetStopList

cphGetStopList(
g_physConfigID
[ t_path ]
)
=> t_stopList / nil

Description

Returns the physical stop view list defined for the physical configuration view associated with the specified ID or, if you specify the path to an occurrence, the effective physical stop view list used by that occurrence.

The physical stop view list specifies the view names used to determine the corresponding physical view for a given logical view. When traversing a hierarchy, Configure Physical Hierarchy uses the first view it encounters with one of the specified names.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Although it is optional, this argument requires no keyword.

Value Returned

t_stopList

List of physical view names.

nil

The physical stop view list was not returned.

Example

This example returns the physical stop view list defined for the specified physical configuration view.

stopList=cphGetStopList(physConfigID)

This example returns the effective physical stop view list used by the specified occurrence.

stopList=cphGetStopList(physConfigID "I0/N0")

Return to top
 ⠀
X