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

dbCopyProp

dbCopyProp( 
g_object1 
g_object2 
) 
=> t / nil 

Description

Copies all the properties of one database object to another database object.

For Pcell super master cellviews, this function will skip the Pcell parameters. Pcell parameters are represented as a hierarchical property called parameters. This property is skipped by dbCopyProp. To copy the Pcell parameters, use dbCopySingleProp.

Arguments

g_object1

Database object the properties are copied from. The object can be a dbId,ddId, or dbBagId.

g_object2

Database object the properties of the first database object are copied to. The object can be a dbId, ddId, or dbBagId.

Value Returned

t

The copy is successful.

nil

The properties are not copied or if they are only partially copied.

Examples

dbCopyProp(dbId1 dbId2)

Related Topics

Property Creation and Modification Functions


Return to top
 ⠀
X