|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.epics.pvmanager.sim.Noise
public class Noise
Function to simulate a signal that has a uniform distribution. The warning limits are set at 80% of the range and the alarm at 90% the range. All values are going to have no alarm status, with the timestamp set at the moment the sample was generated.
| Constructor Summary | |
|---|---|
Noise()
Creates a signal uniformly distributed between -5.0 and 5.0, updating every 100ms (10Hz). |
|
Noise(java.lang.Double min,
java.lang.Double max,
java.lang.Double interval)
Creates a signal uniformly distributed between min and max, updating every interval seconds. |
|
Noise(java.lang.Double min,
java.lang.Double max,
java.lang.Double step,
java.lang.Double interval)
Do not use: only provided to provide some sort of error message for people migrating from utility.pv. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Noise()
public Noise(java.lang.Double min,
java.lang.Double max,
java.lang.Double step,
java.lang.Double interval)
min - minimum valuemax - maximum valuestep - ignoredinterval - interval between samples in seconds
public Noise(java.lang.Double min,
java.lang.Double max,
java.lang.Double interval)
min - minimum valuemax - maximum valueinterval - interval between samples in seconds
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||