db_get_port_number()

Returns an integer, the port number of a given Port instance.

Syntax:

db_get_port_number(instHandle);

where

instHandle is a handle to a Port instance returned from a function call such as db_find_instance().

Example:
decl pn, portHandle;
portHandle = db_find_instance("myDesign", REP_SCHEM, "P1");
pn = db_get_port_number(portHandle);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources