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

dbGetWidthSpacingPatterns

dbGetWidthSpacingPatterns(
d_cellView
)
=> l_widthSpacingPatterns / nil 

Description

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

Arguments

d_cellView

The ID of the cellview.

Value Returned

l_widthSpacingPatterns

The list of width spacing pattern IDs.

nil

Returned in case of failure.

Example

dbGetWidthSpacingPatterns(cv)
=> ("wsp1")

Return to top
 ⠀
X