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

dbFindVectorInstDefByName

dbFindVectorInstDefByName(
d_cellviewId
t_baseName
)
=> d_vectorInstDefId / nil

Description

Searches for a vector instance definition with specified base name in the given cellview.

Arguments

d_cellviewId

The database ID of the cellview.

t_baseName

Specifies the base name for the vector instance definition.

Value Returned

d_busNetDefId

If successful, the ID of the vector instance definition is returned.

nil

nil is returned if the vector instance definition does not exist.

Examples

dbFindVectorInstDefByName(cv "A")

Related Topics

Bus Definition and Bit Order Functions


Return to top
 ⠀
X