Uses of Class
com.sun.electric.tool.simulation.AnalogSignal

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

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

Methods in com.sun.electric.tool.io.input that return AnalogSignal
 AnalogSignal EpicAnalysis.findSignalForNetworkQuickly(java.lang.String netName)
          Method to quickly return the signal that corresponds to a given Network name.
 

Methods in com.sun.electric.tool.io.input that return types with arguments of type AnalogSignal
 java.util.List<AnalogSignal> EpicAnalysis.getSignals()
          Method to get the list of signals in this Simulation Data object.
 

Methods in com.sun.electric.tool.io.input with parameters of type AnalogSignal
protected  Waveform[] EpicAnalysis.loadWaveforms(AnalogSignal signal)
           
 void EpicAnalysis.nameSignal(AnalogSignal ws, java.lang.String sigName)
          This methods overrides Analysis.nameSignal.
 

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

Methods in com.sun.electric.tool.simulation that return AnalogSignal
 AnalogSignal AnalogAnalysis.addSignal(java.lang.String signalName, java.lang.String signalContext, double[] values)
          Create new AnalogSignal with specified name.
 AnalogSignal AnalogAnalysis.addSignal(java.lang.String signalName, java.lang.String signalContext, double minTime, double maxTime, double minValue, double maxValue)
          Create new AnalogSignal with specified name.
 

Methods in com.sun.electric.tool.simulation with parameters of type AnalogSignal
 Waveform AnalogAnalysis.getWaveform(AnalogSignal signal, int sweep)
          Method to return the waveform of specified signal in specified sweep.
protected  Waveform[] AnalogAnalysis.loadWaveforms(AnalogSignal signal)