AGI STK Objects 11 Send comments on this topic.
IAgCommSystemAccessEventDetectionSubsample Interface

Description

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

Public Properties

Public Property AbsoluteTolerance 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.="">
Public Property 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.="">
Public Property TimeConvergence The time convergence value for Access. Uses Time Dimension.

CoClasses that Implement IAgCommSystemAccessEventDetectionSubsample

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1