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

Description

Provides access to the Advanced properties for Access Computations.

Public Properties

Public Property AberrationType The model of aberration to be used in access computations.
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 ClockHost Clock host object with which the clock with which time values are reported is colocated.
Public Property EnableLightTimeDelay Specify whether to take light time delay into account in the computation.
Public Property FixedStepSize Specifies the fixed step size for the fixed step control.
Public Property FixedTimeBound Controls alignment of samples with a UTC time grid. Using proper time bound can improve computational performance if the ephemeris lies on a fixed UTC time grid. The time bound determines the reference time for taking fixed step samples.
Public Property MaxTimeStep The maximum step size to be used in new access computations. The maximum step size limits the amount of time that is allowed to elapse between sampling of the constraint functions during access computations. Uses Time Dimension.
Public Property MinTimeStep The minimum step size that is allowed to be taken.
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 SignalSenseOfClockHost The direction of the signal with reference to the object selected as the ClockHost.
Public Property TimeConvergence The time convergence value for Access. Uses Time Dimension.
Public Property TimeLightDelayConvergence The tolerance used when iterating to determine the light time delay. Uses Time Dimension.
Public Property UseDefaultClockHostAndSignalSense Opt whether to use default settings for ClockHost and SignalSenseOfClockHost.
Public Property UseFixedTimeStep Uses a fixed step size to choose samples.
Public Property UsePreciseEventTimes Indicates that access will make additional samples, as part of its event detection algorithm, to precisely determine the time of access start and stop events.
© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1