public class Ramp extends Object
| Constructor and Description | 
|---|
Ramp()
Creates a ramp shaped signal between -5 and +5, incrementing 1 every second. 
 | 
Ramp(Double min,
    Double max,
    Double interval)
Creates a ramp shaped signal between min and max, incrementing 1
 every interval seconds. 
 | 
Ramp(Double min,
    Double max,
    Double step,
    Double interval)
Creates a ramp shaped signal between min and max, updating a step amount
 every interval seconds. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimeDuration | 
getTimeBetweenSamples()
Returns the time between each sample. 
 | 
public Ramp(Double min, Double max, Double step, Double interval)
min - minimum valuemax - maximum valuestep - increment for each sampleinterval - interval between samples in secondspublic Ramp(Double min, Double max, Double interval)
min - minimum valuemax - maximum valueinterval - interval between samples in secondspublic Ramp()
public TimeDuration getTimeBetweenSamples()
Copyright © 2015. All rights reserved.