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

dbSetCellViewActiveWireTypesForWidthSpacingSnapPatternDef

dbSetCellViewActiveWireTypesForWidthSpacingSnapPatternDef(
d_dbCellViewId
t_widthSpacingSnapPatternDefName
l_activeWireTypeNames
)
=> t / nil

Description

(ICADVM20.1 Only) Sets 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 set.

t_widthSpacingSnapPatternDefName

  

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

l_activeWireTypeNames

  

list(l_activeWireTypeName)

List of active wire types.

Value Returned

t

The active wire types was set successfully on the specified cellview for the given widthSpacingSnapPatternDef.

nil

Returned in case of failure.

Example

Opens a cellview cv with a widthSpacingSnapPatternDef named wSSPD and the list of active wire types wire1, wire2, and wire3 on it.

dbSetCellViewActiveWireTypesForWidthSpacingSnapPatternDef(cv "wSSPD" list("wire1" "wire2" "wire3"))

Return to top
 ⠀
X