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

dbGetWidthSpacingPatternGroups

dbGetWidthSpacingPatternGroups(
d_cellView
)
=> l_widthSpacingPatternGroups / nil 

Description

(ICADVM20.1 Only) Returns a list of all width spacing pattern group IDs from the specified cellview.

Arguments

d_cellView

The ID of the cellview.

Value Returned

l_widthSpacingPatternGroups

  

List of width spacing pattern group IDs.

nil

Returned in case of failure.

Example

dbGetWidthSpacingPatternGroups(cv)
=> ("wsp1")

Return to top
 ⠀
X