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

dbGetFigPinGroupGuide

dbGetFigPinGroupGuide(
d_figId
)
=> d_pinGroupGuideId / nil

Description

Returns the pin group guide associated with the specified figure.

Arguments

d_figId

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

Value Returned

d_pinGroupGuideId

The ID of a pin group guide associated with the specified figure is returned.

nil

The ID of a pin group guide is not returned, if no pin group guide is associated with the specified figure.

Example

dbGetFigPinGroupGuide(figId) 
=> db:0x1818de1b

Return to top
 ⠀
X