db_get_rep_unit_name()

Returns a string, the name of the units used by a design representation. The string can be "mil", "in", "um", "mm", "cm", "meter", or "ft".

Syntax:

db_get_rep_unit_name(repHandle);

where

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

Example:
decl uName, repH;
repH = db_get_current_design_rep();
uName = db_get_rep_unit_name(repH);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources