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

dbAddStrapObject

dbAddStrapObject(
d_strapId 
d_dbId 
)
=> t / nil 

Description

Adds a database object to a specified strap pattern. The object must be of the type InstTerm, Via, or Shape. The object must be in the same database as the strap.

Arguments

d_strapId

The strap pattern ID to which the database object will be added.

d_dbId

The database object ID to be added to the strap pattern.

Value Returned

t

The database object was added.

nil

The database object addition failed.

Examples

dbAddStrapObject(strap instTerm)
dbAddStrapObject(strap rect1)
dbAddStrapObject(strap via)

Related Topics

Topology Pattern Database Access Functions

dbRemoveStrapObject


Return to top
 ⠀
X