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

dbCreateSteiner

dbCreateSteiner(
d_cellViewId
l_bBox 
[ tx_layer ] 
)
=> d_steinerId / nil

Description

Creates a Steiner object in the given cellview.

Arguments

d_cellviewId

Database ID of the cellview.

l_bBox

List of bBox for the Steiner to be created.

tx_layer

(Optional) Layer associated with the created tap steiner.

Value Returned

d_steinerId

ID of the created Steiner.

nil

Returned if the Steiner cannot be created.

Examples

steiner1 = dbCreateSteiner(cv list( 4:4 8:8))

Related Topics

Steiner Functions


Return to top
 ⠀
X