db_get_rep()

Returns the handle to a design representation.

Syntax:

db_get_rep(designHandle, repType);

where

designHandle is a handle to a design, as returned from db_get_design().

repType is the type of representation, where:

  • REP_SCHEM = Schematic representation
  • REP_LAY = Layout representation

Example:
decl repH;
repH = db_get_rep(db_get_design("amp.dsn"),REP_SCHEM); 
// return schematic 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
Design has Layout?
Design has Schematic?

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources