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

dbIsSameMaster

dbIsSameMaster( 
d_anyInst1 
d_anyInst2 
) 
=> t / nil 

Description

Determines if two instances or mosaics are instantiated from the same cellview master.

Both the instances passed in should be instantiated in the same cellview. If two instances from different cellviews are passed in, even if they are instances of the same master, nil is returned.

Arguments

d_anyInst1

First instance.

d_anyInst2

Second instance.

Value Returned

t

The two instances are in the same cellview and have the same master.

nil

The two instances are not in the same cellview or if they do not have the same master.

Examples

dbIsSameMaster(instId1 instId2)

Return to top
 ⠀
X