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

cphVisitNextNode

cphVisitNextNode(
g_physConfigID
)
=> t / nil

Description

Moves the visitor to the next occurrence as defined by the start mode specified in cphVisitStart. The start mode defines which nodes are visited, but not order in which they are visited.

Arguments

g_physConfigID

ID of the physical configuration cellview.

Value Returned

t

The visitor moved to the next occurrence.

nil

The visit is finished.

Example

cphVisitNextNode(physConfigID)

Return to top
 ⠀
X