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

dbSetTwigObject

dbSetTwigObject(
d_twigId 
d_dbId
)
=> t / nil 

Description

Sets the database object for the specified twig ID. A twig can have only one object and that is one of the following: InstTerm, Via, MPPShape, or a Strap.

Arguments

d_twigId

The twig ID whose database object must be set.

d_dbId

The database object ID that must be set for the specified twig ID.

Value Returned

t

The database object was set for the specified twig ID.

nil

The database object was not set for the specified twig ID or the specified database ID is not an InstTerm, Via, MPP Shape, or a Strap.

Examples

dbSetTwigObject(twig via)
dbSetTwigObject(twig instTerm)

Related Topics

Topology Pattern Database Access Functions

dbGetTwigObject


Return to top
 ⠀
X