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

dbIsAnyInstBaseNameUsed

dbIsAnyInstBaseNameUsed( 
d_cellView 
t_name 
) 
=> t / nil 

Description

Check if the name is used as instance basename in the cellview.

Arguments

d_cellView

Cellview within which to check the base name.

t_name

Base name of the instance.

Value Returned

t

The name is used as instance base name in the cellview.

nil

The name is not used as instance base name in the cellview.

Examples

dbIsAnyInstBaseNameUsed(cv "myInst")

Return to top
 ⠀
X