public interface Waveform
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.