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

dbRemovePinGroupGuideEdge

dbRemovePinGroupGuideEdge(
d_edgePinGroupGuide
)
=> t / nil

Description

Removes the prBoundary and edge name specification from the specified edge pin group guide.

Arguments

d_edgePinGroupGuide

The ID of the edge pin group guide.

Value Returned

t

Returns t if the prBoundary is removed from the given edge pin group guide.

nil

Returns nil in case of error, that is, when the prBoundary is not removed successfully.

Example

dbRemovePinGroupGuideEdge(epgId)
=> t

Return to top
 ⠀
X