Uses of Interface
org.epics.pvmanager.data.VStatistics

Packages that use VStatistics
org.epics.pvmanager.data Support for control system types. 
 

Uses of VStatistics in org.epics.pvmanager.data
 

Methods in org.epics.pvmanager.data that return VStatistics
static VStatistics ValueFactory.newVStatistics(double average, double stdDev, double min, double max, int nSamples, AlarmSeverity alarmSeverity, AlarmStatus alarmStatus, TimeStamp timeStamp, java.lang.Integer timeUserTag, java.lang.Double lowerDisplayLimit, java.lang.Double lowerAlarmLimit, java.lang.Double lowerWarningLimit, java.lang.String units, java.text.NumberFormat numberFormat, java.lang.Double upperWarningLimit, java.lang.Double upperAlarmLimit, java.lang.Double upperDisplayLimit, java.lang.Double lowerCtrlLimit, java.lang.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.
 

Methods in org.epics.pvmanager.data that return types with arguments of type VStatistics
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.