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