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

dbGetPinGroupGuides

dbGetPinGroupGuides(
d_cellViewId
)
=> l_pinGroupGuides / nil

Description

Returns the list of pin group guides associated with the specified cellview.

Arguments

d_cellViewId

The ID of the cellview whose associated pin group guides need to be returned.

Value Returned

l_pinGroupGuides

The list of pin group guides associated with the specified cellview is returned.

nil

The SKILL function was not run successfully if no pin group guides are associated with the specified cellview.

Example

dbGetPinGroupGuides(cvId) 
=> list(db:0x1818df1b db:0x1818de8a)

Return to top
 ⠀
X