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

cphGetOccurStopList

cphGetOccurStopList(
g_physConfigID
t_path
)
=> t_stopList / nil

Description

Returns the physical stop view list set explicitly for an occurrence of an instance in the physical configuration view associated with the given ID.

This function returns the stop list only if it is explicitly set on the occurrence. Use cphGetStopList with the optional t_path argument to get the effective stop list for an occurrence with no explicit setting.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Value Returned

t_stopList

List of physical view names.

nil

There is no physical stop view list set for the occurrence.

Example

This example returns the physical stop view list set explicitly on an occurrence I0/N0.

stopList=cphGetOccurStopList(physConfigID "I0/N0")

Related Topics

cphGetStopList


Return to top
 ⠀
X