STK ObjectsSend comments on this topic.
IAgCommSystemAccessEventDetectionSubsample Interface

Description

Provides access to the properties an access sub-sample event detection algorithm.

Public Properties

Public Property AbsoluteToleranceThe 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.
Public Property RelativeToleranceAn 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.
Public Property TimeConvergenceThe time convergence value for Access. Uses Time Dimension.

Interfaces

CoClasses that Implement IAgCommSystemAccessEventDetectionSubsample

© 2024 Analytical Graphics, Inc. All Rights Reserved.