SpacecraftCovariance.SetElement(Variable, Variable, Variable) Method

Top 

Description

Sets the value of an element of the Covariance matrix.

 

This method has been Deprecated. Please use Covariance.Matrix() instead, using indices to access elements of the matrix.

 

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.

 

Method Signature

SpacecraftCovariance.SetElement(

Variable row,


Variable column,


Variable value)

 

 

Arguments

row


Description:

The row index of the Covariance matrix element.

Valid Range:

row ≥ 0

 

 

column


Description:

The column index of the Covariance matrix element.

Valid Range:

column ≥ 0

 

 

value


Description:

The value to set into the Covariance matrix element.

 

 

 

Syntax

mySpacecraftCovariance1.SetElement(myVariable1, myVariable2, myVariable3);

 

 

See also

SpacecraftCovariance Object

Orbit Determination Guide