Provides access to the properties an access sub-sample event detection algorithm.
![]() | 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. |
![]() | 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. |
![]() | Gets or sets the time convergence value for Access. Uses Time Dimension. |
Implemented Interface |
---|
IAgCommSystemAccessEventDetection |