|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.epics.pvmanager.extra.ExpressionLanguage
public class ExpressionLanguage
PVManager expression language support for additional operations.
Method Summary | |
---|---|
static DesiredRateExpression<VImage> |
waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
Aggregates the sample at the scan rate and takes the average. |
static DesiredRateExpression<VImage> |
waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv,
WaterfallPlotParameters parameters)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static DesiredRateExpression<VImage> waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
doublePv
- the expression to take the average of; can't be null
public static DesiredRateExpression<VImage> waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv, WaterfallPlotParameters parameters)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |