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

dbGetPinPinGroupGuides

dbGetPinPinGroupGuides(
d_pinId
)
=> l_pinGroupGuideIds / nil

Description

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

Arguments

d_pinId

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

Value Returned

l_pinGroupGuideIds

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

nil

The SKILL function was not run successfully and returns nil if no pin group guides are associated with the specified pin.

Example

dbGetPinPinGroupGuides(pinId) 
=> list(db:0x1818df1b db:0x1818de8a)

Return to top
 ⠀
X