|
||||||||||
| 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 DynamicGroup |
group()
Creates a group of dynamically managed expressions. |
static WaterfallPlot |
waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
Aggregates the sample at the scan rate and takes the average. |
static WaterfallPlot |
waterfallPlotOf(SourceRateExpressionList<VDouble> vDoubles)
Creates a waterfall plot from a series of scalar pvs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static WaterfallPlot waterfallPlotOf(SourceRateExpression<VDoubleArray> arrayPv)
arrayPv - the expression to take the average of; can't be null
public static WaterfallPlot waterfallPlotOf(SourceRateExpressionList<VDouble> vDoubles)
vDoubles - the expression to take the average of; can't be null
public static DynamicGroup group()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||