Preferences.PropagationStoppingConditionTolerance Property

Top 

Description

This property specifies the time tolerance used in bisecting a stopping condition associated with a step-to condition. When evaluating a stopping-condition the bisection will continue to iterate until the next step to take is less than this tolerance. Setting this tolerance to greater than a nanosecond can result in a less accurate evaluation of the stopping condition, but in cases where evaluation of the stopping condition is affected by noise caused by numerical precision limits at the nanosecond level, increasing this tolerance can provide greater stability.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Attributes

Type:

timespan

Access:

read/write

Units:

s

Default Value:

1e-9

Valid Range:

Preferences.PropagationStoppingConditionTolerance > 0

 

Syntax

myTimeSpan1 = FF_Preferences.PropagationStoppingConditionTolerance;

 

FF_Preferences.PropagationStoppingConditionTolerance = myTimeSpan1;

 

See also

Preferences Object

FreeFlyer Configuration Guide

Interval Methods Guide