db_next_instance()
Returns a handle to the next instance belonging to a given design representation; NULL if end of the list.
Syntax:
db_next_instance(instHandle);
where
instHandle is a handle to an instance as returned from this function or db_first_instance().
Example:
decl instHandle, repHandle;
instHandle = db_first_instance(repHandle);
while (instHandle)
{
instHandle = db_next_instance(instHandle);
}
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
Delete Layout Hierarchy
List Components
Where Used:
Schematic, Layout
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()