db_get_node_wires()

Returns a handle to the segment representing a wire for a given node.

Syntax:

db_get_node_wires(nodeHandle);

where

nodeHandle is the handle to a node returned from a function such as db_first_node() or db_next_node().

Example:
decl segHandle, nodeHandle;
segHandle = db_get_node_wires(nodeHandle);
Where Used:

Schematic, Layout

 

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

Contents
Additional Resources