SpacecraftProcessNoise.SetProcessNoiseInFrame(CoordinateSystem, Array) Method

Top 

Description

Sets the process noise rate matrix of the spacecraft state in the reference frame defined by the input CoordinateSystem. 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(

CoordinateSystem coordinate_system,


Array inputDiagonal)

 

 

Arguments

coordinate_system


Description:

A CoordinateSystem to define the reference frame of the input process noise rate.

 

 

inputDiagonal


Description:

The input process noise rate diagonal array.

Required Size:

3 to 8

 

 

 

Syntax

mySpacecraftProcessNoise1.SetProcessNoiseInFrame(myCoordinateSystem1, myArray1);

 

 

See also

SpacecraftProcessNoise Object

SpacecraftProcessNoise.SetProcessNoiseInFrame