public class AnalogSignal extends Signal
| Modifier | Constructor and Description |
|---|---|
protected |
AnalogSignal(AnalogAnalysis an)
Constructor for an analog signal.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
addControlPoint, clearControlPoints, finished, getBounds, getControlPoints, getFullName, getLeftEdge, getRightEdge, getSignalContext, getSignalName, removeControlPoint, setSignalContext, setSignalNameprotected AnalogSignal(AnalogAnalysis an)
an - the AnalogAnalysis object in which this signal will reside.public AnalogAnalysis getAnalysis()
getAnalysis in class Signalpublic int getIndexInAnalysis()
public Waveform getWaveform(int sweep)
sweep - sweep indexpublic int getNumSweeps()
protected void calcBounds()
calcBounds in class Signal