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

dbGetPRBoundaryPinGroupGuides

dbGetPRBoundaryPinGroupGuides(
d_prBoundaryId
)
=> l_pinGroupGuideIds / nil

Description

Returns the list of pin group guides associated with the specified prBoundary.

Arguments

d_prBoundaryId

The ID of the specified prBoundary whose associated pin group guides need to be returned.

Value Returned

l_pinGroupGuideIds

The list of the pin group guides associated with the specified prBoundary is returned.

nil

The SKILL function was not run successfully if no pin group guide is associated with the specified prBoundary.

Example

dbGetPRBoundaryPinGroupGuides(prBoundaryId) 
=> list(db:0x1818df1b db:0x1818de8a)

Return to top
 ⠀
X