|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.simulation.Signal
com.sun.electric.tool.simulation.AnalogSignal
public class AnalogSignal
Class to define an analog signal in the simulation waveform window.
Field Summary |
---|
Fields inherited from class com.sun.electric.tool.simulation.Signal |
---|
bounds, leftEdge, rightEdge |
Constructor Summary | |
---|---|
protected |
AnalogSignal(AnalogAnalysis an)
Constructor for an analog signal. |
Method Summary | |
---|---|
protected void |
calcBounds()
Method to compute the low and high range of time and value on this signal. |
AnalogAnalysis |
getAnalysis()
Method to return the AnalogAnalysis in which this signal resides. |
int |
getIndexInAnalysis()
Method to return the index of this AnalogSignal in its AnalogAnalysis. |
int |
getNumSweeps()
Method to return the number of sweeps in this signal. |
Waveform |
getWaveform(int sweep)
Method to return the waveform of this signal in specified sweep. |
Methods inherited from class com.sun.electric.tool.simulation.Signal |
---|
addControlPoint, clearControlPoints, finished, getBounds, getControlPoints, getFullName, getLeftEdge, getRightEdge, getSignalContext, getSignalName, removeControlPoint, setSignalContext, setSignalName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AnalogSignal(AnalogAnalysis an)
an
- the AnalogAnalysis object in which this signal will reside.Method Detail |
---|
public AnalogAnalysis getAnalysis()
getAnalysis
in class Signal
public int getIndexInAnalysis()
public Waveform getWaveform(int sweep)
sweep
- sweep index
public int getNumSweeps()
protected void calcBounds()
calcBounds
in class Signal
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |