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

dbSubPinFromPinGroupGuide

dbSubPinFromPinGroupGuide(
d_pinGroupGuideId
d_pinId
)
=> t / nil

Description

Removes a pin from the specified pin group guide.

Arguments

d_pinGroupGuideId

The ID of the pin group guide.

d_pinId

The ID of the pin to be removed.

Value Returned

t

Returns t if the pin is removed from the specified pin group guide.

nil

Returns nilif the pin is not removed from the specified pin group guide.

Example

dbSubPinFromPinGroupGuide(epg1 pin)
=> t


Return to top
 ⠀
X