Package | Description |
---|---|
org.epics.pvmanager.data |
Support for control system types.
|
Modifier and Type | Method and Description |
---|---|
static VStatistics |
ValueFactory.newVStatistics(double average,
double stdDev,
double min,
double max,
int nSamples,
AlarmSeverity alarmSeverity,
AlarmStatus alarmStatus,
TimeStamp timeStamp,
Integer timeUserTag,
Double lowerDisplayLimit,
Double lowerAlarmLimit,
Double lowerWarningLimit,
String units,
NumberFormat numberFormat,
Double upperWarningLimit,
Double upperAlarmLimit,
Double upperDisplayLimit,
Double lowerCtrlLimit,
Double upperCtrlLimit)
Deprecated.
|
static VStatistics |
ValueFactory.newVStatistics(double average,
double stdDev,
double min,
double max,
int nSamples,
Alarm alarm,
Time time,
Display display)
Creates a new VStatistics.
|
Modifier and Type | Method and Description |
---|---|
static DesiredRateExpression<VStatistics> |
ExpressionLanguage.statisticsOf(SourceRateExpression<VDouble> doublePv)
Aggregates the sample at the scan rate and calculates statistical information.
|
static DesiredRateExpressionList<VStatistics> |
ExpressionLanguage.statisticsOf(SourceRateExpressionList<VDouble> doubleExpressions)
Applies
ExpressionLanguage.statisticsOf(org.epics.pvmanager.expression.SourceRateExpression) to all
arguments. |
Copyright © 2012. All Rights Reserved.