Package | Description |
---|---|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Method and Description |
---|---|
protected Waveform[] |
EpicAnalysis.loadWaveforms(AnalogSignal signal) |
Modifier and Type | Class and Description |
---|---|
class |
ComplexWaveform
Complex Waveform - piecewise linear complex function of time
There are methods which return realwaveforms which are
real-part, imag-part, amplitude and phase of this complex waveform.
|
class |
WaveformImpl
Simple implementation of Waveform interface
|
Modifier and Type | Method and Description |
---|---|
Waveform |
ComplexWaveform.getAmplitude()
Return real waveform which is amplitude of this complex waveform.
|
Waveform |
ComplexWaveform.getImag()
Return real waveform which is imag part of this complex waveform.
|
Waveform |
ComplexWaveform.getPhase()
Return real waveform which is phase of this complex waveform.
|
Waveform |
ComplexWaveform.getReal()
Return real waveform which is real part of this complex waveform.
|
Waveform |
AnalogAnalysis.getWaveform(AnalogSignal signal,
int sweep)
Method to return the waveform of specified signal in specified sweep.
|
Waveform |
AnalogSignal.getWaveform(int sweep)
Method to return the waveform of this signal in specified sweep.
|
protected Waveform[] |
AnalogAnalysis.loadWaveforms(AnalogSignal signal) |