Provides access to the Advanced properties for Access Computations.
AberrationType | Gets or sets the model of aberration to be used in access computations. |
AbsoluteTolerance | 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. |
ClockHost | Clock host object with which the clock with which time values are reported is colocated. |
EnableLightTimeDelay | Specify whether to take light time delay into account in the computation. |
FixedStepSize | Specifies the fixed step size for the fixed step control. |
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. |
MaxTimeStep | Gets or sets 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. |
MinTimeStep | Gets or sets the minimum step size that is allowed to be taken. |
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. |
SignalSenseOfClockHost | Gets or sets the direction of the signal with reference to the object selected as the ClockHost. |
TimeConvergence | Gets or sets the time convergence value for Access. Uses Time Dimension. |
TimeLightDelayConvergence | Gets or sets the tolerance used when iterating to determine the light time delay. Uses Time Dimension. |
UseDefaultClockHostAndSignalSense | Opt whether to use default settings for ClockHost and SignalSenseOfClockHost. |
UseFixedTimeStep | Uses a fixed step size to choose samples. |
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. |