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

dbCreateEdgePinGroupGuide

dbCreateEdgePinGroupGuide(
d_cellViewId
t_name
)
=> d_edgePinGroupGuideId / nil

Description

Creates an edge pin group guide with the specified name in the given cellview.

Arguments

d_cellViewId

The ID of the cellview in which the edge pin group guide is created.

t_name

The name of the edge pin group guide.

Value Returned

d_edgePinGroupGuideId

The edge pin group guide ID is created with the specified name in the given cellview.

nil

The SKILL function was not run successfully if either an invalid cellview ID is specified or if the edge pin group guide ID is not created.

Example

dbCreateEdgePinGroupGuide(cv "epg") 
=> db:0x13eaeb1b

Return to top
 ⠀
X