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

cphSetOccurForceDescend

cphSetOccurForceDescend(
g_physConfigID
t_path
g_boolean
)
=> t / nil

Description

Sets or unsets the force descend attribute on a specific occurrence of an instance in the physical configuration associated with the given ID. This forces hierarchy traversal to proceed beyond the occurrence, even if it would normally be considered a leaf 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 force descend is set (t) or unset (nil).

Value Returned

t

The force descend was set on the specified occurrence.

nil

The force descend was not set.

Example

This example unsets the force descend attribute for an occurrence I0/N0.

cphSetOccurForceDescend(physConfigID "I0/N0" nil)

Return to top
 ⠀
X