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

dbFindBusNetDefByName

dbFindBusNetDefByName(
d_cellviewId
t_baseName
)
=> d_busNetDefId / nil

Description

Searches for a bus net 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 bus net definition.

Value Returned

d_busNetDefId

If successful, the ID of the bus net definition is returned.

nil

nil is returned if the bus net definition does not exist.

Examples

dbFindBusNetDefByName(cv "in") 

Related Topics

Bus Definition and Bit Order Functions


Return to top
 ⠀
X