db_get_rep_unit_mks()

Converts a unit to mks. Returns a real value conversion factor of meters per layout unit that is equal to 1/db_factor().

Syntax:

db_get_rep_unit_mks(repHandle);

where

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

Example:
decl conFact;
decl repH;
repH = db_get_current_design_rep();
conFact = db_get_rep_unit_mks(repH);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources