|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Waveform
Waveform - piecewise linear real function of time
Method Summary | |
---|---|
void |
getEvent(int index,
double[] result)
Method to return the value of this signal at a given event index. |
int |
getNumEvents()
Method to return the number of events in this signal. |
Method Detail |
---|
int getNumEvents()
void getEvent(int index, double[] result)
index
- the event index (0-based).result
- double array of length 3 to return (time, lowValue, highValue)
If this signal is not a basic signal, return 0 and print an error message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |