Package | Description |
---|---|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
com.sun.electric.tool.extract |
Package for handling node extraction, parasitics, etc.
|
Modifier and Type | Method and Description |
---|---|
TransistorSize |
NodeInst.getTransistorSize(VarContext context)
Method to return the size of this transistor NodeInst.
|
Modifier and Type | Method and Description |
---|---|
TransistorSize |
Technology.getTransistorSize(NodeInst ni,
VarContext context)
Method to return the size of a transistor NodeInst in this Technology.
|
Modifier and Type | Method and Description |
---|---|
TransistorSize |
Schematics.getTransistorSize(NodeInst ni,
VarContext context)
Method to return the size of a transistor NodeInst in this Technology.
|
Constructor and Description |
---|
TransistorPBucket(NodeInst ni,
TransistorSize size,
java.lang.String gName,
java.lang.String sName,
java.lang.String dName,
double factor) |