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

dbFindNetByName

dbFindNetByName( 
d_cellView 
t_name 
) 
=> d_net / nil 

Description

Retrieves a net in a cellview.

Arguments

d_cellView

Cellview within which the net is located.

t_name

Name of the net.

Value Returned

d_net

The net named t_name if found.

nil

The net is not retrieved.

Example

net = dbFindNetByName(cellview "FindMe") 

Related Topics

Connectivity Access Functions


Return to top
 ⠀
X