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

dbFindTermByName

dbFindTermByName( 
d_cellView 
t_name 
) 
=> d_term / nil 

Description

Finds a terminal in a cellview.

Arguments

d_cellView

Name of the cellview.

t_name

Name of the terminal to search for.

Value Returned

d_term

The terminal.

nil

The terminal is not found.

Example

term = dbFindTermByName(cellview "FindMe")

Related Topics

Connectivity Access Functions


Return to top
 ⠀
X