db_transform_coord()

Transforms a single coordinate value using the current transformation as set by db_set_map(), db_setup_transformation(), or db_setup_map(). Returns a modified coordinate value.

See also: db_transform_points(), db_transform_angle().

Syntax:

db_transform_coord( coord );

where

coord is the coordinate value, in database units.

Example:
decl pnt, coord;
decl dgHandle;
pnt = db_first_point( dgHandle );
coord = db_get_coord( pnt );
coord = db_transform_coord( coord );
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources