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

cphIsLeaf

cphIsLeaf(
g_physConfigID
t_path
)
=> t / nil

Description

Determines whether the specified occurrence is a leaf. An occurrence is considered a leaf if no hierarchy will be generated underneath it.

Arguments

g_physConfigID

ID of the physical configuration cellview.

t_path

Path to the specific occurrence of an instance.

Value Returned

t

The specified occurrence is a leaf.

nil

The specified occurrence is not a leaf.

Example

cphIsLeaf(physConfigID "I0/N0")

Return to top
 ⠀
X