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

dbGetInstanceByName

dbGetInstanceByName( 
d_cellView 
t_name 
) 
=> d_inst / nil 

Description

Retrieves an instance or mosaic. dbGetInstanceByName is maintained only for backward compatibility; you should now use dbFindAnyInstByName.

Arguments

d_cellView

Name of the cellview.

t_name

Name of the instance.

Value Returned

d_inst

The database object of the instance.

nil

The instance or mosaic is not retrieved.


Return to top
 ⠀
X