dbFindAnyInstByName
dbFindAnyInstByName(d_cellViewt_name) =>d_inst/ nil
Description
Retrieves an instance or mosaic.
The use of this function is more efficient than searching through the list of instances on the cellview for the correct one and is preferred when a specific instance is needed.
dbFindAnyInstByName is also defined as dbGetInstanceByName for compatibility with earlier versions of software.Arguments
Value Returned
Examples
dbFindAnyInstByName(inCellView "inst1")
dbFindAnyInstByName(inCellView "myInv<0:1>")
Return to top