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

dbGetAreaBoundaryPinGroupGuide

dbGetAreaBoundaryPinGroupGuide(
d_areaBoundaryId
)
=> d_pinGroupGuideId / nil

Description

Returns the pin group guide associated with the specified area boundary.

Arguments

d_areaBoundaryId

The ID of the specified area boundary whose associated pin group guide needs to be returned.

Value Returned

d_pinGroupGuideId

The pin group guide ID of the specified area boundary.

nil

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

Example

dbGetAreaBoundaryPinGroupGuide(areaBndyId) 
=> db:0x1818de1b

Return to top
 ⠀
X