Package | Description |
---|---|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
com.sun.electric.tool.user.waveform |
Modifier and Type | Field and Description |
---|---|
static Analysis.AnalysisType |
Analysis.ANALYSIS_AC
indicates AC analysis
|
static Analysis.AnalysisType |
Analysis.ANALYSIS_DC
indicates DC analysis
|
static Analysis.AnalysisType |
Analysis.ANALYSIS_MEAS
indicates Measurement data
|
static Analysis.AnalysisType |
Analysis.ANALYSIS_SIGNALS
indicates general signals
|
static Analysis.AnalysisType |
Analysis.ANALYSIS_TRANS
indicates transient analysis
|
Modifier and Type | Method and Description |
---|---|
static Analysis.AnalysisType |
Analysis.AnalysisType.findAnalysisType(java.lang.String analysisName) |
Analysis.AnalysisType |
Analysis.getAnalysisType()
Method to return the type of data currently being manipulated.
|
Modifier and Type | Method and Description |
---|---|
Analysis |
Stimuli.findAnalysis(Analysis.AnalysisType type)
Method to find an Analysis of a given type.
|
Constructor and Description |
---|
AnalogAnalysis(Stimuli sd,
Analysis.AnalysisType type,
boolean extrapolateToRight)
Constructor for a collection of analog simulation data.
|
Analysis(Stimuli sd,
Analysis.AnalysisType type,
boolean extrapolateToRight)
Constructor for a collection of simulation data.
|
Modifier and Type | Method and Description |
---|---|
Analysis.AnalysisType |
Panel.getAnalysisType() |
Modifier and Type | Method and Description |
---|---|
void |
Panel.setAnalysisType(Analysis.AnalysisType a) |
Constructor and Description |
---|
Panel(WaveformWindow waveWindow,
boolean analog,
Analysis.AnalysisType analysisType)
Constructor creates a panel in a WaveformWindow.
|