KalmanSmoother.NumberOfPointsInInterval Property

Top 

Description

The number of points in the buffer over which the smoothing is performed. Note that for the Fixed-Lag mode this is an input; for Fixed-Point or Fixed-Lag Full Span mode this specifies the total number of points that have been accrued.

 

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:

integer

Access:

read/write

Default Value:

20

Valid Range:

1 ≤ KalmanSmoother.NumberOfPointsInInterval ≤ 281474976710656

 

Syntax

myVariable1 = myKalmanSmoother1.NumberOfPointsInInterval;

 

myKalmanSmoother1.NumberOfPointsInInterval = myVariable1;

 

See also

KalmanSmoother Object

Orbit Determination Guide