the fair gds editor MacroClassNetList

NetList Class Reference

A net list. More...

See also: List of Classes


Detailed Description

This class contain a netlist a one cell. It can ether be a loaded or extracted netlist.

Member Function Documentation

string netList::cellname

cellname for which this netlist is used/was extraced

int netList::devicesCount()

Returns: the number of devices in this netlist

netListDevice* netList::getDevice(int num)

Returns: a point to the num 'th device. NULL if the device does not exist.

stringList netList::getExternalNodes()

Returns: a list with all external nodes

stringList netList::getNodes()

a list with all nodes

int netList::getNode(string node)

Returns: the id number of the node. retruns -1 if the node does not exist.

See also


CategoryMacroClass


MacroClassNetList (last edited 2013-11-16 14:49:20 by JürgenThies)