Preferences.IntervalEventReportingBehavior Property

Top 

Description

Controls whether the start and end of propagation are reported as interval method events if an event is ongoing at the start or end of propagation. When using the String version of Interval Methods, this setting affects the reporting at the start and end of propagation. When using the Array version of the Interval Methods, this setting only affects reporting at the start of propagation.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Reports start and end of propagation as events when applicable. )

Valid Values:

Value

Label

0

Reports start and end of propagation as events when applicable.

1

Do not report start or end of propagation as events.

 

Syntax

myVariable1 = FF_Preferences.IntervalEventReportingBehavior;

 

FF_Preferences.IntervalEventReportingBehavior = myVariable1;

 

See also

Preferences Object

FreeFlyer Configuration Guide

Interval Methods Guide