public class ExpressionLanguage extends Object
Modifier and Type | Method and Description |
---|---|
static DynamicGroup |
group()
Creates a group of dynamically managed expressions.
|
static <T extends VNumberArray> |
waterfallPlotOf(SourceRateExpression<T> arrayPv)
Aggregates the sample at the scan rate and takes the average.
|
static <T extends VNumber> |
waterfallPlotOf(SourceRateExpressionList<T> vDoubles)
Creates a waterfall plot from a series of scalar pvs.
|
public static <T extends VNumberArray> WaterfallPlot waterfallPlotOf(SourceRateExpression<T> arrayPv)
arrayPv
- the expression to take the average of; can't be nullpublic static <T extends VNumber> WaterfallPlot waterfallPlotOf(SourceRateExpressionList<T> vDoubles)
vDoubles
- the expression to take the average of; can't be nullpublic static DynamicGroup group()
Copyright © 2010–2015. All rights reserved.