TimeConvergenceTolerance

This attribute sets the tolerance used by the access algorithms of an Access stopping condition to determine the start times and stop times of access intervals. The event detection routine declares that an event is found when either the value of the access constraint converges to the desired value within 8 digits or the time interval in which the event lies is within the time tolerance.

Syntax

Astrogator <Satellite Object Path> SetValue <Attribute Path>.StoppingConditions.Access.TimeConvergenceTolerance <Value> [{Unit}]

Description

Specify the desired tolerance in a standard time unit of measure. The iteration stops when the improvement in the value is less than this tolerance.

Examples

For Propagate Segment

Astrogator */Satellite/Satellite1 SetValue MainSequence.SegmentList.Propagate.StoppingConditions.Access.TimeConvergenceTolerance 0.0000001 sec

For Maneuver (Finite) Segment

Astrogator */Satellite/Satellite1 SetValue MainSequence.SegmentList.Maneuver.FiniteMnvr.StoppingConditions.Access.TimeConvergenceTolerance 0.0000001 sec

For Follow Segment

Astrogator */Satellite/Satellite1 SetValue MainSequence.SegmentList.Follow.StoppingConditions.Access.TimeConvergenceTolerance 0.0000001 sec

For Follow Segment

Astrogator */Satellite/Satellite1 SetValue MainSequence.SegmentList.Follow.JoiningConditions.Access.TimeConvergenceTolerance 0.0000001 sec

STK Programming Interface 11.0.1