KalmanSmoother.MethodUsedForSmootherSolution Property

Top 

Description

This property has been Deprecated. This property is no longer applicable, and simply returns the mode requested.

 

Property indicating what smoother algorithm was used in computing the solution. This is relevant when specifying a "fixed lag" algorithm in the SmootherType, when the interval buffer has yet to be filled, as during the period, a 'fixed point' algorithm will be used.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

integer

Access:

read

Valid Values:

Value

Label

0

Fixed Point

1

Fixed Lag

 

Syntax

myVariable1 = myKalmanSmoother1.MethodUsedForSmootherSolution;

 

See also

KalmanSmoother Object

Orbit Determination Guide