SpacecraftProcessNoise.SetProcessNoiseInFrame Method

Top 

Description

Sets the process noise rate matrix of the spacecraft state in the specified attitude reference frame.

 

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.

 

Overload List

Signatures

Return Value

Description

SpacecraftProcessNoise.SetProcessNoiseInFrame(CoordinateSystem coordinate_system, Array inputDiagonal)

None

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.

SpacecraftProcessNoise.SetProcessNoiseInFrame(CoordinateSystem coordinate_system, Matrix inputProcessNoise)

None

Sets the process noise rate matrix of the spacecraft state in the reference frame defined by the input CoordinateSystem.

SpacecraftProcessNoise.SetProcessNoiseInFrame(String inputReferenceFrame, Array inputDiagonal)

None

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.

SpacecraftProcessNoise.SetProcessNoiseInFrame(String inputReferenceFrame, Matrix inputProcessNoise)

None

Sets the process noise rate matrix of the spacecraft state in the specified attitude reference frame.

 

 

See also

SpacecraftProcessNoise Object