db_get_location_angle()

Returns an integer, the angle given a location handle in .001 of a degree. Location handles can be retrieved from pins using db_get_pin_attribute() with the PIN_LOCATION attribute.

Syntax:

db_get_location_angle(locationHandle);

where

locationHandle is the handle to a location.

Example:
decl ang, loc;
ang = db_get_location_angle(loc);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources