Package | Description |
---|---|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DigitalSignal> |
DigitalSignal.getBussedSignals()
Method to return a List of signals on this bus signal.
|
java.util.List<DigitalSignal> |
DigitalAnalysis.getBussedSignals()
Method to get the list of bussed signals in this Simulation Data object.
|
Modifier and Type | Method and Description |
---|---|
void |
DigitalSignal.addToBussedSignalList(DigitalSignal ws)
Method to add a signal to this bus signal.
|