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

cphSetOccurStopPoint

cphSetOccurStopPoint(
g_physConfigID
t_path
g_boolean
)
=> t / nil

Description

Sets or unsets the stop point attribute on a specified occurrence of an instance in the physical configuration associated with the given ID. This means that hierarchy traversal always stops at this instance.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

g_boolean

Boolean specifying whether the stop point is to be set (t) or unset (nil).

Value Returned

t

The stop point was set or unset on the specified occurrence.

nil

The stop point could not be set.

Example

This example unsets the stop point attribute for an occurrence I0/N0.

cphSetOccurStopPoint(physConfigID "I0/N0" nil)

Return to top
 ⠀
X