Provides access to the properties an access sub-sample event detection algorithm.
AbsoluteTolerance | Gets or sets the criterion used for convergence in value for values near 0. An event is said to be detected when a constraint value's difference compared to the previous sample is within this tolerance: (value - previousValue) < absoluteTolerance. |
RelativeTolerance | An event is said to be detected when a constraint value's relative difference compared to the previous sample is within this tolerance: (value - previousValue) / value < relativeTolerance. |
TimeConvergence | Gets or sets the time convergence value for Access. Uses Time Dimension. |
Implemented Interface |
---|
IAgCommSystemAccessEventDetection |