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

dbAddPinToPinGroupGuide

dbAddPinToPinGroupGuide(
d_pinGroupGuideId
d_pinId
)
=> t / nil

Description

This function adds a pin to the specified pin group guide.

Arguments

d_pinGroupGuideId

The database ID of the pin group guide.

d_pinId

The pin to be added.

Value Returned

t

The SKILL function was run successfully if the pin is added to the specified pin group guide.

nil

The SKILL function was not run successfully and returns nil on error.

Example

dbAddPinToPinGroupGuide(epg1 pin)

Return to top
 ⠀
X