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

dbSetPinGroupGuideEdgeStartOffset

dbSetPinGroupGuideEdgeStartOffset(
d_edgePinGroupGuide
n_offset
)
=> t / nil

Description

Sets the start offset of the edge on the edge pin group guide.

Arguments

d_edgePinGroupGuide

The ID of the edge pin group guide.

n_offset

The start offset of the edge. The default offset value is 0.

Value Returned

t

Returns t if the start offset of the edge on the edge pin group guide is set.

nil

Returns nil if the start offset of the edge on the edge pin group guide is not set.

Example

dbSetPinGroupGuideEdgeStartOffset(epgId 5)
=> t

Return to top
 ⠀
X