SpacecraftCovariance.GetElement(Variable, Variable) Method

Top 

Description

Returns the value of the specified Covariance matrix element.

 

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 millisecond timing precision mode.

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

 

Method Signature

SpacecraftCovariance.GetElement(

Variable row,


Variable column)

 

 

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

 

 

 

Return Value

Type:

number

 

 

The value of the specified Covariance matrix element.

 

Syntax

myVariable1 = mySpacecraftCovariance1.GetElement(myVariable2, myVariable3);

 

 

See also

SpacecraftCovariance Object

Orbit Determination Guide