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

dbGetCellViewActiveWireTypesForWidthSpacingSnapPatternDef

dbGetCellViewActiveWireTypesForWidthSpacingSnapPatternDef (
d_dbCellViewId
t_widthSpacingSnapPatternDefName
) 
=> t / nil

Description

(ICADVM20.1 Only) Returns the active wire types on the specified cellview for a given widthSpacingSnapPatternDef.

Arguments

d_dbCellViewId

ID of the cellview where the active wire types are to be returned.

t_widthSpacingSnapPatternDefName

  

Name of the widthSpacingSnapPatternDef in the cellview where the active wire types are to be returned.

Value Returned

l_activeWireTypeNames

  

List of active wire types.

nil

Returned in case of failure.

Example

Lists the active wire types on the cellview cv for the widthSpacingSnapPatternDef wSSPD.

dbGetCellViewActiveWireTypesForWidthSpacingSnapPatternDef(cv "wSSPD")


Return to top
 ⠀
X