Package | Description |
---|---|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
com.sun.electric.tool.user.waveform |
Modifier and Type | Class and Description |
---|---|
class |
EpicAnalysis
Class to define a set of simulation data producet by Epic simulators.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalogAnalysis
Analysis which contains analog signals
|
class |
DigitalAnalysis
Analysis which contains digital signals
|
Modifier and Type | Method and Description |
---|---|
Analysis |
Stimuli.findAnalysis(Analysis.AnalysisType type)
Method to find an Analysis of a given type.
|
abstract Analysis |
Signal.getAnalysis()
Method to return the Analysis in which this signal resides.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Analysis> |
Stimuli.getAnalyses() |
Modifier and Type | Method and Description |
---|---|
void |
Stimuli.addAnalysis(Analysis an) |
Modifier and Type | Method and Description |
---|---|
Analysis |
SweepSignal.getAnalysis() |
Modifier and Type | Method and Description |
---|---|
Panel |
WaveformWindow.makeNewPanel(Analysis analysis)
Method to create a new panel with an X range similar to others on the display.
|
Constructor and Description |
---|
SweepSignal(java.lang.Object obj,
WaveformWindow ww,
Analysis an) |