db_get_node_attribute()

Returns an attribute of a given node.

Syntax:

db_get_node_attribute(nodeHandle, nodeAttribute);

where

nodeHandle is a handle to a node.

nodeAttribute is the data for the node, where:

  • NODE_NUMBER = Node number
  • NODE_NAME = Name of node
  • NODE_PIN_HEAD =Head of pin list

Example:
decl nodeHandle = db_first_node(repHandle);
decl nodeNumber = db_get_node_attribute(nodeHandle, NODE_NUMBER);

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.

Netlist with Node Names

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources