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

dbSetPinGroupGuideEdge

dbSetPinGroupGuideEdge(
d_edgePinGroupGuide
d_prBoundary
t_name
)
=> t / nil

Description

Specifies new or updates existing prBoundary edge information for the edge pin group guide.

Arguments

d_edgePinGroupGuide

Specifies the ID of the edge pin group guide name.

d_prBoundary

Specifies the ID of the prBoundary.

t_name

Specifies the edge name of the prBoundary that is being added. prBoundaries can have multiple edge names.

Value Returned

t

Returns t if the prBoundary edge specification for the given edge pin group guide is set or updated.

nil

Returns nil if the prBoundary edge specification for the given edge pin group guide is not set or updated.

Example

dbSetPinGroupGuideEdge(epgId prbId "Edge1") => t


Return to top
 ⠀
X