Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbFindPinGroupGuideByName

dbFindPinGroupGuideByName(
d_cellViewId
t_name
)
=> d_pinGroupGuideId / nil

Description

Searches for the pin group guide with the specified name in the given cellview.

Arguments

d_cellViewId

The cellview in which the pin group guide is searched.

t_name

The name of the pin group guide.

Value Returned

d_edgePinGroupGuideId

The ID of the pin group guide that is found with the specified name in the given cellview.

nil

The pin group guide ID is not found.

Example

dbFindPinGroupGuideByName(cv "pgg1")

Return to top
 ⠀
X