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

dbCreateTapSteiner

dbCreateTapSteiner(
d_cellViewId
l_bBox 
[ tx_layer ] 
)
=> d_steiner / nil

Description

Creates a tap steiner object with the specified bounding box in the given cellview.

Arguments

d_cellviewId

Database ID of a cellview.

l_bBox

List of bBox for the Steiner to be created.

tx_layer

Layer associated with the created tap steiner.

Value Returned

d_steinerId

ID of the created tap steiner.

nil

Returned if the tap steiner cannot be created.

Examples

dbCreateTapSteiner(cv list(-5:-5 0:0) "metal3")

Related Topics

Steiner Functions


Return to top
 ⠀
X