Preferences.OrbitPointTolerance Property

Top 

Description

The time-based tolerance used to determine whether a condition is true when evaluating the instantaneous form of stop-propagation properties and methods (for example, Spacecraft.OrbitApogee). If the current point in the orbit is within the stopping condition by an amount smaller than this value multiplied by the angular rate of the orbit, the evaluation will return true.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Attributes

Type:

timespan

Access:

read/write

Units:

s

Default Value:

0.010

Valid Range:

Preferences.OrbitPointTolerance > 0

 

Syntax

myTimeSpan1 = FF_Preferences.OrbitPointTolerance;

 

FF_Preferences.OrbitPointTolerance = myTimeSpan1;

 

See also

Preferences Object

FreeFlyer Configuration Guide

Interval Methods Guide