SpacecraftProcessNoise.SetProcessNoiseInFrame(String, Array) Method

Top 

Description

Sets the process noise rate matrix of the spacecraft state in the specified attitude reference frame. When setting the process noise rate diagonal with an array, all off-diagonal terms of the matrix are set to zero.

 

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.

 

Method Signature

SpacecraftProcessNoise.SetProcessNoiseInFrame(

String inputReferenceFrame,


Array inputDiagonal)

 

 

Arguments

inputReferenceFrame


Description:

The attitude reference frame of the input process noise rate matrix.

Valid Values:

Value

Label

"ICRF"

ICRF

"VNB"

VNB

"LVLH"

LVLH

"GEODETIC"

GEODETIC

"UVW"

UVW

"RIC"

RIC

 

 

 

inputDiagonal


Description:

The input process noise rate diagonal array.

Required Size:

3 to 8

 

 

 

Syntax

mySpacecraftProcessNoise1.SetProcessNoiseInFrame(myString1, myArray1);

 

 

See also

SpacecraftProcessNoise Object

SpacecraftProcessNoise.SetProcessNoiseInFrame