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

dbSetCellViewActiveWireTypes

dbSetCellViewActiveWireTypes(
d_dbCellViewId
l_activeWireTypeNames
)
=> t / nil

Description

(ICADVM20.1 Only) Sets the active wire types on the specified cellview.

Arguments

d_dbCellViewId

ID of the cellview where the active wire types is set.

l_activeWireTypeNames

  

list(t_activeWireTypeNames)

List of active wire types to be set on the cellview.

Value Returned

t

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

nil

Returned in case of failure.

Example

Opens a cellview cv, and then, calls the dbSetCellViewActiveWireTypes function with a list of the active wire types wire1, wire2 and wire3 to be set on the cellview cv.

dbSetCellViewActiveWireTypes(cv list("wire1" "wire2" "wire3"))


Return to top
 ⠀
X