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

dbFindTermByPosition

dbFindTermByPosition(
d_cellviewId
x_position
)
=> d_termId / nil

Description

Finds the terminal assigned to specific position.

Arguments

d_cellViewId

The database ID of the cellview in which to search for the terminal.

x_position

The position of the terminal.

Value Returned

d_termId

Returns the terminal ID for the specified position.

nil

nil is returned if the cellview ID is invalid.

Examples

dbFindTermByPosition(cv 0)

Related Topics

Terminal Ordering Functions


Return to top
 ⠀
X