db_get_design()

Returns a handle to the named design. If the design is not in memory, it is read in. Returns NULL if design is not found.

Syntax:

db_get_design(designName);

where

designName is the name of the design to read in. If a full path is not supplied, the program searches the PDE_LIB environment path for the named design.

Note
If a second argument is given (e.g. db_get_design(designName, 0)), only the first argument is recognized as the designName and the second argument is ignored.

Example:
decl designHandle;
designHandle = db_get_design ("myamp");

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 

Contents
Additional Resources