STK ObjectsSend comments on this topic.
IAgStkAccessAdvanced Interface

Description

Provides access to the Advanced properties for Access Computations.

Public Properties

Public Property AberrationTypeThe model of aberration to be used in access computations.
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 ClockHostClock host object with which the clock with which time values are reported is colocated.
Public Property EnableLightTimeDelaySpecify whether to take light time delay into account in the computation.
Public Property FixedStepSizeSpecifies the fixed step size for the fixed step control.
Public Property FixedTimeBoundControls 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 MaxTimeStepThe 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 MinTimeStepThe minimum step size that is allowed to be taken.
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 SignalSenseOfClockHostThe direction of the signal with reference to the object selected as the ClockHost.
Public Property TimeConvergenceThe time convergence value for Access. Uses Time Dimension.
Public Property TimeLightDelayConvergenceThe tolerance used when iterating to determine the light time delay. Uses Time Dimension.
Public Property UseDefaultClockHostAndSignalSenseOpt whether to use default settings for ClockHost and SignalSenseOfClockHost.
Public Property UseFixedTimeStepUses a fixed step size to choose samples.
Public Property UsePreciseEventTimesIndicates that access will make additional samples, as part of its event detection algorithm, to precisely determine the time of access start and stop events.
© 2024 Analytical Graphics, Inc. All Rights Reserved.