Uses of Interface
com.sun.electric.tool.simulation.Waveform

Packages that use Waveform
com.sun.electric.tool.io.input   
com.sun.electric.tool.simulation Package for handling the simulation tool. 
 

Uses of Waveform in com.sun.electric.tool.io.input
 

Methods in com.sun.electric.tool.io.input that return Waveform
protected  Waveform[] EpicAnalysis.loadWaveforms(AnalogSignal signal)
           
 

Uses of Waveform in com.sun.electric.tool.simulation
 

Classes in com.sun.electric.tool.simulation that implement Waveform
 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
 

Methods in com.sun.electric.tool.simulation that return Waveform
 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)