UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.AggregateCalculator.SubRegion Class Reference

A subset of a slice bounded by two raw data points. More...

Public Attributes

DateTime StartTime
 The timestamp at the start of the region. More...
 
StatusCode StatusCode
 The status for the region. More...
 
DataValue DataPoint
 The data point at the start of the region. More...
 

Properties

double StartValue [get, set]
 The value at the start of the region. More...
 
double EndValue [get, set]
 The value at the end of the region. More...
 
double Duration [get, set]
 The length of the region. More...
 

Detailed Description

A subset of a slice bounded by two raw data points.

Member Data Documentation

DataValue UnifiedAutomation.UaServer.AggregateCalculator.SubRegion.DataPoint

The data point at the start of the region.

DateTime UnifiedAutomation.UaServer.AggregateCalculator.SubRegion.StartTime

The timestamp at the start of the region.

StatusCode UnifiedAutomation.UaServer.AggregateCalculator.SubRegion.StatusCode

The status for the region.

Property Documentation

double UnifiedAutomation.UaServer.AggregateCalculator.SubRegion.Duration
getset

The length of the region.

double UnifiedAutomation.UaServer.AggregateCalculator.SubRegion.EndValue
getset

The value at the end of the region.

double UnifiedAutomation.UaServer.AggregateCalculator.SubRegion.StartValue
getset

The value at the start of the region.


The documentation for this class was generated from the following file: