db_get_rep_bbox()

Returns a handle to the bounding box of a given design representation.

Syntax:

db_get_rep_bbox (repHandle);

where

repHandle is the handle of a design representation, as returned from db_get_rep().

Example:
decl bbox, x;
decl repH;
repH = db_get_current_design_rep();
bbox = db_get_rep_bbox(repH);
x = db_get_bbox_x1(bbox);

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.

Design has Layout?
Design has Schematic?
Export all Variables

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources