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

cphGetStopPoint

cphGetStopPoint(
g_physConfigID
t_path
)
=> t / nil

Description

Returns whether or not the stop point attribute is set for a specific occurrence in the physical configuration associated with the given ID.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Value Returned

t

Hierarchy traversal is set to stop at the specified occurrence.

nil

Hierarchy traversal is not set to stop at the specified occurrence.

Example

stopPoint=cphGetStopPoint(physConfigID "I0/N0")

Return to top
 ⠀
X