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

dbFindBusTermDefByName

dbFindBusTermDefByName(
d_cellviewId
t_baseName
)
=> d_busTermDefId / nil

Description

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

Value Returned

d_busNetDefId

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

nil

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

Examples

dbFindBusTermDefByName(cv "B")

Related Topics

Bus Definition and Bit Order Functions


Return to top
 ⠀
X