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

dbGetCellViewActiveWireTypes

dbGetCellViewActiveWireTypes(
d_dbCellViewId
)
=> l_activeWireTypeNames / nil

Description

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

Arguments

d_dbCellViewId

ID of 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 in the cellview cv.

dbGetCellViewActiveWireTypes(cv)


Return to top
 ⠀
X