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

dbCreateAreaPinGroupGuide

dbCreateAreaPinGroupGuide(
d_cellViewId
t_name
)
=> d_pinGroupGuideId / nil

Description

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

Arguments

d_cellViewId

The cellview in which the area pin group guide is created.

t_name

The name of the area pin group guide.

Value Returned

d_pinGroupGuideId

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

nil

The pin group guide ID is not created.

Example

dbCreateAreaPinGroupGuide(cv "pg1") 
=> db:0x13eaeb1b

Return to top
 ⠀
X