db_set_map()

Sets the current transformation mapping. Returns: none.

Syntax:

db_set_map (mapHandle);

where

mapHandle is a handle to transformation mapping, as returned from db_get_map().

Example:
decl saveMap, instTransH;
saveMap = db_get_map();
db_setup_transform(instTransH);
db_set_map(saveMap);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources