db_first_instance()

Returns a handle to the first instance in a given design representation.

Syntax:

db_first_instance(repHandle);

where

repHandle is a handle to a representation returned from a function such as db_get_rep().

Example:
decl rep, inst, design;
rep = db_get_rep(design, REP_SCHEM);
inst = db_first_instance(rep);

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.

Change Component Scope to GLOBAL
Get Instance Rotation
List Components

Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources