NetListDevice Class Reference
A net list device. More...
See also: List of Classes
Detailed Description
This class represent a single device in a netlist.
Member Function Documentation
string netListDevice::cellname
name of the cell used for this device
int netListDevice::connectionsCount()
Returns: 'The number of connection to this device
string netListDevice::devicename
name of the device
stringList netListDevice::getConnectionNames()
Returns: a list with all connected pins
int netListDevice::getNode(string pin)
Returns: the id of the node which is connected to pin. Returns -1, if pin does not exist.