Package | Description |
---|---|
com.sun.electric.tool.simulation.sctiming |
Modifier and Type | Field and Description |
---|---|
LibData.Group |
LibData.library |
Modifier and Type | Method and Description |
---|---|
LibData.Group |
SCTiming.getCellLibData(LibData.Group library)
Get the characeterized cell's data.
|
LibData.Group |
SCSettings.getLibrary()
Get a Liberty Data Group that is the Library with
all settings used for this characterization.
|
LibData.Group |
LibData.getLibrary()
Get the library from the liberty file read.
|
LibData.Group |
LibData.Group.getOwner() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LibData.Group> |
LibData.Group.getGroups()
Get all groups in this group
|
java.util.List<LibData.Group> |
LibData.Group.getGroups(java.lang.String type,
java.lang.String name)
Get the group of the given type and name,
in this group.
|
Modifier and Type | Method and Description |
---|---|
LibData.Group |
SCTiming.getCellLibData(LibData.Group library)
Get the characeterized cell's data.
|
void |
LibData.Group.putGroup(LibData.Group g) |
void |
LibData.Group.removeGroup(LibData.Group group) |
void |
LibData.setLibrary(LibData.Group group)
Set the library for the liberty file.
|
Constructor and Description |
---|
LibData.Group(LibData.Head h,
LibData.Group owner) |
LibData.Group(java.lang.String type,
java.lang.String name,
LibData.Group owner) |