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

dbGetWidthSpacingSnapPatternDefsByLP

dbGetWidthSpacingSnapPatternDefsByLP(
d_cellViewId
l_LP
)
=> l_widthSpacingSnapPatternDefIDList / nil

Description

(ICADVM20.1 Only) Returns all the widthSpacingSnapPatternDefs on a layer-purpose pair.

Arguments

d_cellViewId

ID of a cellview.

l_LP

List of layer-purpose names.
list(t_layer t_purpose)

Return value

l_widthSpacingSnapPatternDefIDList

  

List of widthSpacingSnapPatternDef IDs on the given layer-purpose pair.

nil

Returned in case of a failure.

Examples

Returns the database IDs for all the widthSpacingSnapPatternDefs defined in the specified cellview cv for layer Metal2 and purpose localWSP.

wSSPDef = dbGetWidthSpacingSnapPatternDefsByLP(cv list("Metal2" "localWSP"))   
> (db:0x1872da1a db:0x1872da1c) 

Returns all the widthSpacingSnapPatternDefs defined in the specified cellview cv for layer Metal2 and purpose localWSP.

dbGetWidthSpacingSnapPatternDefsByLP(cv list("Metal2" "localWSP"))~>name
>("M2WSP" "M2WSP_double")

Return to top
 ⠀
X