A net list. More...
string | cellname |
int | devicesCount() |
netListDevice* | getDevice(int num) |
stringList | getExternalNodes() |
stringList | getNodes() |
int | getNode(string node) |
This class contain a netlist a one cell. It can ether be a loaded or extracted netlist.
cellname for which this netlist is used/was extraced
Returns: the number of devices in this netlist
Returns: a point to the numth device. NULL if the device does not exist.
Returns: a list with all external nodes
a list with all nodes
Returns: the id number of the node. retruns -1 if the node does not exist.