Preferences.IntervalEventStopAccuracy Property

Top 

Description

Accuracy to which Interval Events are resolved. The default value is 0.100 seconds. Note: smaller values will require more computation time. Values apply to all Interval Event detections and may be changed at any point in the Mission Sequence. For Millisecond Mode Mission Plans, the smallest allowed value is 1 millisecond; for Nanosecond Mode Mission Plans, the smallest allowed value is 1 nanosecond. Please see the 'Interval Methods' and 'Timing Precision Modes' pages for more information.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Units:

s

Default Value:

0.1

 

Syntax

myVariable1 = FF_Preferences.IntervalEventStopAccuracy;

 

FF_Preferences.IntervalEventStopAccuracy = myVariable1;

 

See also

Preferences Object

FreeFlyer Configuration Guide

Interval Methods Guide