A net list device. More...
string | cellname |
int | connectionsCount() |
string | devicename |
stringList | getConnectionNames() |
int | getNode(string pin) |
This class represent a single device in a netlist.
name of the cell used for this device
Returns: The number of connection to this device
name of the device
Returns: a list with all connected pins
Returns: the id of the node which is connected to pin. Returns -1, if pin does not exist.