db_instance_next_pin()

Returns a pin handle, the next pin in the instance's pin list; if last pin, returns NULL.

Syntax:

db_instance_next_pin(pinHandle);

where

pinHandle is a handle to an instance pin, as returned from a previous call or a call to db_instance_first_pin().

Example:
decl pinHandle, instHandle;
pinHandle = db_get_instance_attribute(instHandle,INST_PIN_HEAD);
while(pinHandle)
{
  pinHandle = db_instance_next_pin(pinHandle);
}

Download Example File:

The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.

EEsof Part List - Modified
Netlist with Node Names
Replace all GROUND's with node name

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources